Shades of Electric Indigo #6402F1
Tints of Electric Indigo #6402F1
RGB
CMYK
RGB Variations
Color information
#6402F1 (or 0x6402F1) is known color: Electric Indigo. HEX triplet: 64, 02 and F1. RGB value is (100,2,241). Sum of RGB (Red+Green+Blue) = 100+2+241=343 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.15% from 343); Green value is 2 (1.17% from 255 or 0.58% from 343); Blue value is 241 (94.53% from 255 or 70.26% from 343); Max value from RGB is 241 - color contains mainly: blue. Hex color #6402F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6402F1 is #9BFD0E. Grayscale: #393939. Windows color (decimal): -10222863 or 15794788. OLE color: 15794788.
HSL color Cylindrical-coordinate representation of color #6402F1: hue angle of 264.6º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6402F1 is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 2 | 241 | - |
| CMYK | 0.59 | 0.99 | 0 | 0.05 |
| HSL | 264.6º | 0.98% | 0.48% | - |
| HSV(B) | 264.6º | 0.99% | 0.95% | - |
| XYZ | 21.15 | 9.1 | 83.86 | - |
| YUV | 58.55 | 230.97 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 2 | 241 | 0.59 | 0.99 | 0 | 0.05 | 264.6 | 0.98 | 0.48 |
| Hex | 64 | 2 | F1 | 3B | 63 | 0 | 5 | 109 | 62 | 30 |
| Octal | 144 | 2 | 361 | 73 | 143 | 0 | 5 | 411 | 142 | 60 |
| Binary | 1100100 | 10 | 11110001 | 111011 | 1100011 | 0 | 101 | 100001001 | 1100010 | 110000 |
Color Harmonies of #6402F1
Complementary color
Monochromatic Colors of #6402F1
Black with #6402F1
Text Example
Text Example
White with #6402F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6402F1; }
p { color: rgb(100,2,241); }
H1.HeaderClassName
{
color: #6402F1;
}
.AnyTagClassName
{
color: #6402F1;
}
</style>
background-color css
<style>
a { background-color: #6402F1; }
a { background-color: rgb(100,2,241); }
div.DivClassName
{
background-color: #6402F1;
}
.BgClassName
{
background-color: #6402F1;
}
</style>
border-color css
<style>
span { border-color: #6402F1; }
span { border-color: rgb(100,2,241); }
td.TdClassName
{
border-color: #6402F1;
}
.TagClassName
{
border-color: #6402F1;
}
</style>