Shades of Electric Indigo #7F0DFB
Tints of Electric Indigo #7F0DFB
RGB
CMYK
RGB Variations
Color information
#7F0DFB (or 0x7F0DFB) is known color: Electric Indigo. HEX triplet: 7F, 0D and FB. RGB value is (127,13,251). Sum of RGB (Red+Green+Blue) = 127+13+251=391 (51% of max value = 765). Red value is 127 (50% from 255 or 32.48% from 391); Green value is 13 (5.47% from 255 or 3.32% from 391); Blue value is 251 (98.44% from 255 or 64.19% from 391); Max value from RGB is 251 - color contains mainly: blue. Hex color #7F0DFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7F0DFB is #80F204. Grayscale: #494949. Windows color (decimal): -8450565 or 16452991. OLE color: 16452991.
HSL color Cylindrical-coordinate representation of color #7F0DFB: hue angle of 268.74º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7F0DFB is Cyan = 0.49, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 127 | 13 | 251 | - |
| CMYK | 0.49 | 0.95 | 0 | 0.02 |
| HSL | 268.74º | 0.97% | 0.52% | - |
| HSV(B) | 268.74º | 0.95% | 0.98% | - |
| XYZ | 26.31 | 11.76 | 92.15 | - |
| YUV | 74.22 | 227.77 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 13 | 251 | 0.49 | 0.95 | 0 | 0.02 | 268.74 | 0.97 | 0.52 |
| Hex | 7F | D | FB | 31 | 5F | 0 | 2 | 10D | 61 | 34 |
| Octal | 177 | 15 | 373 | 61 | 137 | 0 | 2 | 415 | 141 | 64 |
| Binary | 1111111 | 1101 | 11111011 | 110001 | 1011111 | 0 | 10 | 100001101 | 1100001 | 110100 |
Color Harmonies of #7F0DFB
Complementary color
Monochromatic Colors of #7F0DFB
Black with #7F0DFB
Text Example
Text Example
White with #7F0DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0DFB; }
p { color: rgb(127,13,251); }
H1.HeaderClassName
{
color: #7F0DFB;
}
.AnyTagClassName
{
color: #7F0DFB;
}
</style>
background-color css
<style>
a { background-color: #7F0DFB; }
a { background-color: rgb(127,13,251); }
div.DivClassName
{
background-color: #7F0DFB;
}
.BgClassName
{
background-color: #7F0DFB;
}
</style>
border-color css
<style>
span { border-color: #7F0DFB; }
span { border-color: rgb(127,13,251); }
td.TdClassName
{
border-color: #7F0DFB;
}
.TagClassName
{
border-color: #7F0DFB;
}
</style>