Shades of Electric Indigo #7D0BFC
Tints of Electric Indigo #7D0BFC
RGB
CMYK
RGB Variations
Color information
#7D0BFC (or 0x7D0BFC) is known color: Electric Indigo. HEX triplet: 7D, 0B and FC. RGB value is (125,11,252). Sum of RGB (Red+Green+Blue) = 125+11+252=388 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.22% from 388); Green value is 11 (4.69% from 255 or 2.84% from 388); Blue value is 252 (98.83% from 255 or 64.95% from 388); Max value from RGB is 252 - color contains mainly: blue. Hex color #7D0BFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7D0BFC is #82F403. Grayscale: #474747. Windows color (decimal): -8582148 or 16518013. OLE color: 16518013.
HSL color Cylindrical-coordinate representation of color #7D0BFC: hue angle of 268.38º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7D0BFC is Cyan = 0.50, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 125 | 11 | 252 | - |
| CMYK | 0.50 | 0.96 | 0 | 0.01 |
| HSL | 268.38º | 0.98% | 0.52% | - |
| HSV(B) | 268.38º | 0.96% | 0.99% | - |
| XYZ | 26.15 | 11.63 | 92.96 | - |
| YUV | 72.56 | 229.27 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 11 | 252 | 0.50 | 0.96 | 0 | 0.01 | 268.38 | 0.98 | 0.52 |
| Hex | 7D | B | FC | 32 | 60 | 0 | 1 | 10C | 62 | 34 |
| Octal | 175 | 13 | 374 | 62 | 140 | 0 | 1 | 414 | 142 | 64 |
| Binary | 1111101 | 1011 | 11111100 | 110010 | 1100000 | 0 | 1 | 100001100 | 1100010 | 110100 |
Color Harmonies of #7D0BFC
Complementary color
Monochromatic Colors of #7D0BFC
Black with #7D0BFC
Text Example
Text Example
White with #7D0BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0BFC; }
p { color: rgb(125,11,252); }
H1.HeaderClassName
{
color: #7D0BFC;
}
.AnyTagClassName
{
color: #7D0BFC;
}
</style>
background-color css
<style>
a { background-color: #7D0BFC; }
a { background-color: rgb(125,11,252); }
div.DivClassName
{
background-color: #7D0BFC;
}
.BgClassName
{
background-color: #7D0BFC;
}
</style>
border-color css
<style>
span { border-color: #7D0BFC; }
span { border-color: rgb(125,11,252); }
td.TdClassName
{
border-color: #7D0BFC;
}
.TagClassName
{
border-color: #7D0BFC;
}
</style>