Shades of Electric Indigo #7509DF
Tints of Electric Indigo #7509DF
RGB
CMYK
RGB Variations
Color information
#7509DF (or 0x7509DF) is known color: Electric Indigo. HEX triplet: 75, 09 and DF. RGB value is (117,9,223). Sum of RGB (Red+Green+Blue) = 117+9+223=349 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.52% from 349); Green value is 9 (3.91% from 255 or 2.58% from 349); Blue value is 223 (87.5% from 255 or 63.90% from 349); Max value from RGB is 223 - color contains mainly: blue. Hex color #7509DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7509DF is #8AF620. Grayscale: #404040. Windows color (decimal): -9106977 or 14616949. OLE color: 14616949.
HSL color Cylindrical-coordinate representation of color #7509DF: hue angle of 270.28º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7509DF is Cyan = 0.48, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 9 | 223 | - |
| CMYK | 0.48 | 0.96 | 0 | 0.13 |
| HSL | 270.28º | 0.92% | 0.45% | - |
| HSV(B) | 270.28º | 0.96% | 0.87% | - |
| XYZ | 20.75 | 9.3 | 70.51 | - |
| YUV | 65.69 | 216.78 | 164.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 9 | 223 | 0.48 | 0.96 | 0 | 0.13 | 270.28 | 0.92 | 0.45 |
| Hex | 75 | 9 | DF | 30 | 60 | 0 | D | 10E | 5C | 2D |
| Octal | 165 | 11 | 337 | 60 | 140 | 0 | 15 | 416 | 134 | 55 |
| Binary | 1110101 | 1001 | 11011111 | 110000 | 1100000 | 0 | 1101 | 100001110 | 1011100 | 101101 |
Color Harmonies of #7509DF
Complementary color
Monochromatic Colors of #7509DF
Black with #7509DF
Text Example
Text Example
White with #7509DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7509DF; }
p { color: rgb(117,9,223); }
H1.HeaderClassName
{
color: #7509DF;
}
.AnyTagClassName
{
color: #7509DF;
}
</style>
background-color css
<style>
a { background-color: #7509DF; }
a { background-color: rgb(117,9,223); }
div.DivClassName
{
background-color: #7509DF;
}
.BgClassName
{
background-color: #7509DF;
}
</style>
border-color css
<style>
span { border-color: #7509DF; }
span { border-color: rgb(117,9,223); }
td.TdClassName
{
border-color: #7509DF;
}
.TagClassName
{
border-color: #7509DF;
}
</style>