Shades of Electric Indigo #7D0DF0
Tints of Electric Indigo #7D0DF0
RGB
CMYK
RGB Variations
Color information
#7D0DF0 (or 0x7D0DF0) is known color: Electric Indigo. HEX triplet: 7D, 0D and F0. RGB value is (125,13,240). Sum of RGB (Red+Green+Blue) = 125+13+240=378 (50% of max value = 765). Red value is 125 (49.22% from 255 or 33.07% from 378); Green value is 13 (5.47% from 255 or 3.44% from 378); Blue value is 240 (94.14% from 255 or 63.49% from 378); Max value from RGB is 240 - color contains mainly: blue. Hex color #7D0DF0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7D0DF0 is #82F20F. Grayscale: #474747. Windows color (decimal): -8581648 or 15732093. OLE color: 15732093.
HSL color Cylindrical-coordinate representation of color #7D0DF0: hue angle of 269.6º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7D0DF0 is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 125 | 13 | 240 | - |
| CMYK | 0.48 | 0.95 | 0 | 0.06 |
| HSL | 269.6º | 0.9% | 0.5% | - |
| HSV(B) | 269.6º | 0.95% | 0.94% | - |
| XYZ | 24.33 | 10.94 | 83.27 | - |
| YUV | 72.37 | 222.61 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 13 | 240 | 0.48 | 0.95 | 0 | 0.06 | 269.6 | 0.9 | 0.5 |
| Hex | 7D | D | F0 | 30 | 5F | 0 | 6 | 10E | 5A | 32 |
| Octal | 175 | 15 | 360 | 60 | 137 | 0 | 6 | 416 | 132 | 62 |
| Binary | 1111101 | 1101 | 11110000 | 110000 | 1011111 | 0 | 110 | 100001110 | 1011010 | 110010 |
Color Harmonies of #7D0DF0
Complementary color
Monochromatic Colors of #7D0DF0
Black with #7D0DF0
Text Example
Text Example
White with #7D0DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0DF0; }
p { color: rgb(125,13,240); }
H1.HeaderClassName
{
color: #7D0DF0;
}
.AnyTagClassName
{
color: #7D0DF0;
}
</style>
background-color css
<style>
a { background-color: #7D0DF0; }
a { background-color: rgb(125,13,240); }
div.DivClassName
{
background-color: #7D0DF0;
}
.BgClassName
{
background-color: #7D0DF0;
}
</style>
border-color css
<style>
span { border-color: #7D0DF0; }
span { border-color: rgb(125,13,240); }
td.TdClassName
{
border-color: #7D0DF0;
}
.TagClassName
{
border-color: #7D0DF0;
}
</style>