internet advertising
' ); colorwin.document.close(); } function inputval () { var temp=''; if ( document.forms[0].takex[1].checked==true ) { hexnum=document.forms[0].hex.value.toUpperCase(); for ( var i=0; i<=(hexnum.length-1); i++ ) { temp += ( hexchars.indexOf(hexnum.charAt(i)) == -1 ? '0' : hexnum.charAt(i) ); } if ( hexnum.length < 6 ) { for ( var i=hexnum.length-1; i<=5; i++) { temp += '0'; } } hexnum=temp; rgb(); indexing(); paintit(); } if ( document.forms[0].takex[0].checked==true ) { with (Math) { temp=''+round(abs(parseFloat(document.forms[0].red.value))); red=( temp=='NaN' ? 0 : temp ); temp=''+round(abs(parseFloat(document.forms[0].green.value))); green=( temp=='NaN' ? 0 : temp ); temp=''+round(abs(parseFloat(document.forms[0].blue.value))); blue=( temp=='NaN' ? 0 : temp ); } if ( red>255 ) red=255; if ( green>255 ) green=255; if ( blue>255 ) blue=255; hexnum= toHex(red) + toHex(green) + toHex(blue); indexing(); paintit(); } } function inputname () { hexnum=document.forms[0].clrname.options[document.forms[0].clrname.selectedIndex].value; if ( hexnum=='' ) { document.forms[0].red.value=''; document.forms[0].green.value=''; document.forms[0].blue.value=''; document.forms[0].hex.value=hexnum; document.forms[0].takex[0].checked=0; document.forms[0].takex[1].checked=0; } else { indexing(); rgb(); document.forms[0].takex[0].checked=1; paintit(); } } //-- end --> Color Fun

Help grab the script Free

- Increase your traffic! Join Splash Sites, and improve your ranking -

COMMENTS: Select the color from the drop down menu and you get a pop-up of that color, plus it tells you the RGB and HEX values for that color.

Color Codes

Red, green, blue have max value of 255 and min of 0. The hex value contains 6 digits from 0-9 and A-F. Click on the holes beside any color name or the hex to use the input value to calculate the other values. To calculate hex number, all 3 color values are needed. However, if color values are calculated from hex number, only the hex number is needed. Click on the "Paint it!" button to see the color sample.
Name:
Red/Green/Blue: / /
Hex:
** All literal names for colors were found at Andy's HTML tips. Links to Andy's Web Design Page can be found in the link section. **

Site map Java City 2000 - Java Scripts, Java Applets, HTML, Tutorials, Midi's. Links