Shades of Electric Indigo #7501EA
Tints of Electric Indigo #7501EA
RGB
CMYK
RGB Variations
Color information
#7501EA (or 0x7501EA) is known color: Electric Indigo. HEX triplet: 75, 01 and EA. RGB value is (117,1,234). Sum of RGB (Red+Green+Blue) = 117+1+234=352 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.24% from 352); Green value is 1 (0.78% from 255 or 0.28% from 352); Blue value is 234 (91.80% from 255 or 66.48% from 352); Max value from RGB is 234 - color contains mainly: blue. Hex color #7501EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7501EA is #8AFE15. Grayscale: #3D3D3D. Windows color (decimal): -9109014 or 15335797. OLE color: 15335797.
HSL color Cylindrical-coordinate representation of color #7501EA: hue angle of 269.87º 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 #7501EA is Cyan = 0.5, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 117 | 1 | 234 | - |
| CMYK | 0.5 | 1.00 | 0 | 0.08 |
| HSL | 269.87º | 0.99% | 0.46% | - |
| HSV(B) | 269.87º | 1% | 0.92% | - |
| XYZ | 22.2 | 9.74 | 78.55 | - |
| YUV | 62.25 | 224.93 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 1 | 234 | 0.5 | 1.00 | 0 | 0.08 | 269.87 | 0.99 | 0.46 |
| Hex | 75 | 1 | EA | 32 | 64 | 0 | 8 | 10E | 63 | 2E |
| Octal | 165 | 1 | 352 | 62 | 144 | 0 | 10 | 416 | 143 | 56 |
| Binary | 1110101 | 1 | 11101010 | 110010 | 1100100 | 0 | 1000 | 100001110 | 1100011 | 101110 |
Color Harmonies of #7501EA
Complementary color
Monochromatic Colors of #7501EA
Black with #7501EA
Text Example
Text Example
White with #7501EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7501EA; }
p { color: rgb(117,1,234); }
H1.HeaderClassName
{
color: #7501EA;
}
.AnyTagClassName
{
color: #7501EA;
}
</style>
background-color css
<style>
a { background-color: #7501EA; }
a { background-color: rgb(117,1,234); }
div.DivClassName
{
background-color: #7501EA;
}
.BgClassName
{
background-color: #7501EA;
}
</style>
border-color css
<style>
span { border-color: #7501EA; }
span { border-color: rgb(117,1,234); }
td.TdClassName
{
border-color: #7501EA;
}
.TagClassName
{
border-color: #7501EA;
}
</style>