Shades of Electric Indigo #6501ED
Tints of Electric Indigo #6501ED
RGB
CMYK
RGB Variations
Color information
#6501ED (or 0x6501ED) is known color: Electric Indigo. HEX triplet: 65, 01 and ED. RGB value is (101,1,237). Sum of RGB (Red+Green+Blue) = 101+1+237=339 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.79% from 339); Green value is 1 (0.78% from 255 or 0.29% from 339); Blue value is 237 (92.97% from 255 or 69.91% from 339); Max value from RGB is 237 - color contains mainly: blue. Hex color #6501ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6501ED is #9AFE12. Grayscale: #383838. Windows color (decimal): -10157587 or 15532389. OLE color: 15532389.
HSL color Cylindrical-coordinate representation of color #6501ED: hue angle of 265.42º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6501ED is Cyan = 0.57, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 1 | 237 | - |
| CMYK | 0.57 | 1.00 | 0 | 0.07 |
| HSL | 265.42º | 0.99% | 0.47% | - |
| HSV(B) | 265.42º | 1% | 0.93% | - |
| XYZ | 20.66 | 8.9 | 80.75 | - |
| YUV | 57.8 | 229.13 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 1 | 237 | 0.57 | 1.00 | 0 | 0.07 | 265.42 | 0.99 | 0.47 |
| Hex | 65 | 1 | ED | 39 | 64 | 0 | 7 | 109 | 63 | 2F |
| Octal | 145 | 1 | 355 | 71 | 144 | 0 | 7 | 411 | 143 | 57 |
| Binary | 1100101 | 1 | 11101101 | 111001 | 1100100 | 0 | 111 | 100001001 | 1100011 | 101111 |
Color Harmonies of #6501ED
Complementary color
Monochromatic Colors of #6501ED
Black with #6501ED
Text Example
Text Example
White with #6501ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6501ED; }
p { color: rgb(101,1,237); }
H1.HeaderClassName
{
color: #6501ED;
}
.AnyTagClassName
{
color: #6501ED;
}
</style>
background-color css
<style>
a { background-color: #6501ED; }
a { background-color: rgb(101,1,237); }
div.DivClassName
{
background-color: #6501ED;
}
.BgClassName
{
background-color: #6501ED;
}
</style>
border-color css
<style>
span { border-color: #6501ED; }
span { border-color: rgb(101,1,237); }
td.TdClassName
{
border-color: #6501ED;
}
.TagClassName
{
border-color: #6501ED;
}
</style>