Shades of Electric Indigo #6401EB
Tints of Electric Indigo #6401EB
RGB
CMYK
RGB Variations
Color information
#6401EB (or 0x6401EB) is known color: Electric Indigo. HEX triplet: 64, 01 and EB. RGB value is (100,1,235). Sum of RGB (Red+Green+Blue) = 100+1+235=336 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.76% from 336); Green value is 1 (0.78% from 255 or 0.30% from 336); Blue value is 235 (92.19% from 255 or 69.94% from 336); Max value from RGB is 235 - color contains mainly: blue. Hex color #6401EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6401EB is #9BFE14. Grayscale: #383838. Windows color (decimal): -10223125 or 15401316. OLE color: 15401316.
HSL color Cylindrical-coordinate representation of color #6401EB: hue angle of 265.38º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6401EB is Cyan = 0.57, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 100 | 1 | 235 | - |
| CMYK | 0.57 | 1.00 | 0 | 0.08 |
| HSL | 265.38º | 0.99% | 0.46% | - |
| HSV(B) | 265.38º | 1% | 0.92% | - |
| XYZ | 20.26 | 8.73 | 79.21 | - |
| YUV | 57.28 | 228.3 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 1 | 235 | 0.57 | 1.00 | 0 | 0.08 | 265.38 | 0.99 | 0.46 |
| Hex | 64 | 1 | EB | 39 | 64 | 0 | 8 | 109 | 63 | 2E |
| Octal | 144 | 1 | 353 | 71 | 144 | 0 | 10 | 411 | 143 | 56 |
| Binary | 1100100 | 1 | 11101011 | 111001 | 1100100 | 0 | 1000 | 100001001 | 1100011 | 101110 |
Color Harmonies of #6401EB
Complementary color
Monochromatic Colors of #6401EB
Black with #6401EB
Text Example
Text Example
White with #6401EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6401EB; }
p { color: rgb(100,1,235); }
H1.HeaderClassName
{
color: #6401EB;
}
.AnyTagClassName
{
color: #6401EB;
}
</style>
background-color css
<style>
a { background-color: #6401EB; }
a { background-color: rgb(100,1,235); }
div.DivClassName
{
background-color: #6401EB;
}
.BgClassName
{
background-color: #6401EB;
}
</style>
border-color css
<style>
span { border-color: #6401EB; }
span { border-color: rgb(100,1,235); }
td.TdClassName
{
border-color: #6401EB;
}
.TagClassName
{
border-color: #6401EB;
}
</style>