Shades of Electric Indigo #6401DF
Tints of Electric Indigo #6401DF
RGB
CMYK
RGB Variations
Color information
#6401DF (or 0x6401DF) is known color: Electric Indigo. HEX triplet: 64, 01 and DF. RGB value is (100,1,223). Sum of RGB (Red+Green+Blue) = 100+1+223=324 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.86% from 324); Green value is 1 (0.78% from 255 or 0.31% from 324); Blue value is 223 (87.5% from 255 or 68.83% from 324); Max value from RGB is 223 - color contains mainly: blue. Hex color #6401DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6401DF is #9BFE20. Grayscale: #373737. Windows color (decimal): -10223137 or 14614884. OLE color: 14614884.
HSL color Cylindrical-coordinate representation of color #6401DF: hue angle of 266.76º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6401DF is Cyan = 0.55, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 1 | 223 | - |
| CMYK | 0.55 | 1.00 | 0 | 0.13 |
| HSL | 266.76º | 0.99% | 0.44% | - |
| HSV(B) | 266.76º | 1% | 0.87% | - |
| XYZ | 18.59 | 8.06 | 70.39 | - |
| YUV | 55.91 | 222.3 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 1 | 223 | 0.55 | 1.00 | 0 | 0.13 | 266.76 | 0.99 | 0.44 |
| Hex | 64 | 1 | DF | 37 | 64 | 0 | D | 10B | 63 | 2C |
| Octal | 144 | 1 | 337 | 67 | 144 | 0 | 15 | 413 | 143 | 54 |
| Binary | 1100100 | 1 | 11011111 | 110111 | 1100100 | 0 | 1101 | 100001011 | 1100011 | 101100 |
Color Harmonies of #6401DF
Complementary color
Monochromatic Colors of #6401DF
Black with #6401DF
Text Example
Text Example
White with #6401DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6401DF; }
p { color: rgb(100,1,223); }
H1.HeaderClassName
{
color: #6401DF;
}
.AnyTagClassName
{
color: #6401DF;
}
</style>
background-color css
<style>
a { background-color: #6401DF; }
a { background-color: rgb(100,1,223); }
div.DivClassName
{
background-color: #6401DF;
}
.BgClassName
{
background-color: #6401DF;
}
</style>
border-color css
<style>
span { border-color: #6401DF; }
span { border-color: rgb(100,1,223); }
td.TdClassName
{
border-color: #6401DF;
}
.TagClassName
{
border-color: #6401DF;
}
</style>