Shades of Electric Indigo #6401EF
Tints of Electric Indigo #6401EF
RGB
CMYK
RGB Variations
Color information
#6401EF (or 0x6401EF) is known color: Electric Indigo. HEX triplet: 64, 01 and EF. RGB value is (100,1,239). Sum of RGB (Red+Green+Blue) = 100+1+239=340 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.41% from 340); Green value is 1 (0.78% from 255 or 0.29% from 340); Blue value is 239 (93.75% from 255 or 70.29% from 340); Max value from RGB is 239 - color contains mainly: blue. Hex color #6401EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6401EF is #9BFE10. Grayscale: #383838. Windows color (decimal): -10223121 or 15663460. OLE color: 15663460.
HSL color Cylindrical-coordinate representation of color #6401EF: hue angle of 264.96º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6401EF is Cyan = 0.58, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 100 | 1 | 239 | - |
| CMYK | 0.58 | 1.00 | 0 | 0.06 |
| HSL | 264.96º | 0.99% | 0.47% | - |
| HSV(B) | 264.96º | 1% | 0.94% | - |
| XYZ | 20.85 | 8.96 | 82.29 | - |
| YUV | 57.73 | 230.3 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 1 | 239 | 0.58 | 1.00 | 0 | 0.06 | 264.96 | 0.99 | 0.47 |
| Hex | 64 | 1 | EF | 3A | 64 | 0 | 6 | 109 | 63 | 2F |
| Octal | 144 | 1 | 357 | 72 | 144 | 0 | 6 | 411 | 143 | 57 |
| Binary | 1100100 | 1 | 11101111 | 111010 | 1100100 | 0 | 110 | 100001001 | 1100011 | 101111 |
Color Harmonies of #6401EF
Complementary color
Monochromatic Colors of #6401EF
Black with #6401EF
Text Example
Text Example
White with #6401EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6401EF; }
p { color: rgb(100,1,239); }
H1.HeaderClassName
{
color: #6401EF;
}
.AnyTagClassName
{
color: #6401EF;
}
</style>
background-color css
<style>
a { background-color: #6401EF; }
a { background-color: rgb(100,1,239); }
div.DivClassName
{
background-color: #6401EF;
}
.BgClassName
{
background-color: #6401EF;
}
</style>
border-color css
<style>
span { border-color: #6401EF; }
span { border-color: rgb(100,1,239); }
td.TdClassName
{
border-color: #6401EF;
}
.TagClassName
{
border-color: #6401EF;
}
</style>