Shades of Electric Indigo #6401FF
Tints of Electric Indigo #6401FF
RGB
CMYK
RGB Variations
Color information
#6401FF (or 0x6401FF) is known color: Electric Indigo. HEX triplet: 64, 01 and FF. RGB value is (100,1,255). Sum of RGB (Red+Green+Blue) = 100+1+255=356 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.09% from 356); Green value is 1 (0.78% from 255 or 0.28% from 356); Blue value is 255 (100% from 255 or 71.63% from 356); Max value from RGB is 255 - color contains mainly: blue. Hex color #6401FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6401FF is #9BFE00. Grayscale: #3A3A3A. Windows color (decimal): -10223105 or 16712036. OLE color: 16712036.
HSL color Cylindrical-coordinate representation of color #6401FF: hue angle of 263.39º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6401FF is Cyan = 0.61, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 1 | 255 | - |
| CMYK | 0.61 | 1.00 | 0 | 0 |
| HSL | 263.39º | 1% | 0.5% | - |
| HSV(B) | 263.39º | 1% | 1% | - |
| XYZ | 23.32 | 9.95 | 95.3 | - |
| YUV | 59.56 | 238.3 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 1 | 255 | 0.61 | 1.00 | 0 | 0 | 263.39 | 1 | 0.5 |
| Hex | 64 | 1 | FF | 3D | 64 | 0 | 0 | 107 | 64 | 32 |
| Octal | 144 | 1 | 377 | 75 | 144 | 0 | 0 | 407 | 144 | 62 |
| Binary | 1100100 | 1 | 11111111 | 111101 | 1100100 | 0 | 0 | 100000111 | 1100100 | 110010 |
Color Harmonies of #6401FF
Complementary color
Monochromatic Colors of #6401FF
Black with #6401FF
Text Example
Text Example
White with #6401FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6401FF; }
p { color: rgb(100,1,255); }
H1.HeaderClassName
{
color: #6401FF;
}
.AnyTagClassName
{
color: #6401FF;
}
</style>
background-color css
<style>
a { background-color: #6401FF; }
a { background-color: rgb(100,1,255); }
div.DivClassName
{
background-color: #6401FF;
}
.BgClassName
{
background-color: #6401FF;
}
</style>
border-color css
<style>
span { border-color: #6401FF; }
span { border-color: rgb(100,1,255); }
td.TdClassName
{
border-color: #6401FF;
}
.TagClassName
{
border-color: #6401FF;
}
</style>