Shades of Electric Indigo #7501E8
Tints of Electric Indigo #7501E8
RGB
CMYK
RGB Variations
Color information
#7501E8 (or 0x7501E8) is known color: Electric Indigo. HEX triplet: 75, 01 and E8. RGB value is (117,1,232). Sum of RGB (Red+Green+Blue) = 117+1+232=350 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.43% from 350); Green value is 1 (0.78% from 255 or 0.29% from 350); Blue value is 232 (91.02% from 255 or 66.29% from 350); Max value from RGB is 232 - color contains mainly: blue. Hex color #7501E8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7501E8 is #8AFE17. Grayscale: #3D3D3D. Windows color (decimal): -9109016 or 15204725. OLE color: 15204725.
HSL color Cylindrical-coordinate representation of color #7501E8: hue angle of 270.13º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7501E8 is Cyan = 0.50, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 117 | 1 | 232 | - |
| CMYK | 0.50 | 1.00 | 0 | 0.09 |
| HSL | 270.13º | 0.99% | 0.46% | - |
| HSV(B) | 270.13º | 1% | 0.91% | - |
| XYZ | 21.91 | 9.63 | 77.05 | - |
| YUV | 62.02 | 223.93 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 1 | 232 | 0.50 | 1.00 | 0 | 0.09 | 270.13 | 0.99 | 0.46 |
| Hex | 75 | 1 | E8 | 32 | 64 | 0 | 9 | 10E | 63 | 2E |
| Octal | 165 | 1 | 350 | 62 | 144 | 0 | 11 | 416 | 143 | 56 |
| Binary | 1110101 | 1 | 11101000 | 110010 | 1100100 | 0 | 1001 | 100001110 | 1100011 | 101110 |
Color Harmonies of #7501E8
Complementary color
Monochromatic Colors of #7501E8
Black with #7501E8
Text Example
Text Example
White with #7501E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7501E8; }
p { color: rgb(117,1,232); }
H1.HeaderClassName
{
color: #7501E8;
}
.AnyTagClassName
{
color: #7501E8;
}
</style>
background-color css
<style>
a { background-color: #7501E8; }
a { background-color: rgb(117,1,232); }
div.DivClassName
{
background-color: #7501E8;
}
.BgClassName
{
background-color: #7501E8;
}
</style>
border-color css
<style>
span { border-color: #7501E8; }
span { border-color: rgb(117,1,232); }
td.TdClassName
{
border-color: #7501E8;
}
.TagClassName
{
border-color: #7501E8;
}
</style>