Shades of Electric Indigo #7509FF
Tints of Electric Indigo #7509FF
RGB
CMYK
RGB Variations
Color information
#7509FF (or 0x7509FF) is known color: Electric Indigo. HEX triplet: 75, 09 and FF. RGB value is (117,9,255). Sum of RGB (Red+Green+Blue) = 117+9+255=381 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.71% from 381); Green value is 9 (3.91% from 255 or 2.36% from 381); Blue value is 255 (100% from 255 or 66.93% from 381); Max value from RGB is 255 - color contains mainly: blue. Hex color #7509FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7509FF is #8AF600. Grayscale: #444444. Windows color (decimal): -9106945 or 16714101. OLE color: 16714101.
HSL color Cylindrical-coordinate representation of color #7509FF: hue angle of 266.34º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7509FF is Cyan = 0.54, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 9 | 255 | - |
| CMYK | 0.54 | 0.96 | 0 | 0 |
| HSL | 266.34º | 1% | 0.52% | - |
| HSV(B) | 266.34º | 0.96% | 1% | - |
| XYZ | 25.48 | 11.2 | 95.43 | - |
| YUV | 69.34 | 232.78 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 9 | 255 | 0.54 | 0.96 | 0 | 0 | 266.34 | 1 | 0.52 |
| Hex | 75 | 9 | FF | 36 | 60 | 0 | 0 | 10A | 64 | 34 |
| Octal | 165 | 11 | 377 | 66 | 140 | 0 | 0 | 412 | 144 | 64 |
| Binary | 1110101 | 1001 | 11111111 | 110110 | 1100000 | 0 | 0 | 100001010 | 1100100 | 110100 |
Color Harmonies of #7509FF
Complementary color
Monochromatic Colors of #7509FF
Black with #7509FF
Text Example
Text Example
White with #7509FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7509FF; }
p { color: rgb(117,9,255); }
H1.HeaderClassName
{
color: #7509FF;
}
.AnyTagClassName
{
color: #7509FF;
}
</style>
background-color css
<style>
a { background-color: #7509FF; }
a { background-color: rgb(117,9,255); }
div.DivClassName
{
background-color: #7509FF;
}
.BgClassName
{
background-color: #7509FF;
}
</style>
border-color css
<style>
span { border-color: #7509FF; }
span { border-color: rgb(117,9,255); }
td.TdClassName
{
border-color: #7509FF;
}
.TagClassName
{
border-color: #7509FF;
}
</style>