Shades of Electric Indigo #7F0BFF
Tints of Electric Indigo #7F0BFF
RGB
CMYK
RGB Variations
Color information
#7F0BFF (or 0x7F0BFF) is known color: Electric Indigo. HEX triplet: 7F, 0B and FF. RGB value is (127,11,255). Sum of RGB (Red+Green+Blue) = 127+11+255=393 (52% of max value = 765). Red value is 127 (50% from 255 or 32.32% from 393); Green value is 11 (4.69% from 255 or 2.80% from 393); Blue value is 255 (100% from 255 or 64.89% from 393); Max value from RGB is 255 - color contains mainly: blue. Hex color #7F0BFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7F0BFF is #80F400. Grayscale: #484848. Windows color (decimal): -8451073 or 16714623. OLE color: 16714623.
HSL color Cylindrical-coordinate representation of color #7F0BFF: hue angle of 268.52º 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 #7F0BFF is Cyan = 0.50, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 127 | 11 | 255 | - |
| CMYK | 0.50 | 0.96 | 0 | 0 |
| HSL | 268.52º | 1% | 0.52% | - |
| HSV(B) | 268.52º | 0.96% | 1% | - |
| XYZ | 26.92 | 11.97 | 95.5 | - |
| YUV | 73.5 | 230.43 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 11 | 255 | 0.50 | 0.96 | 0 | 0 | 268.52 | 1 | 0.52 |
| Hex | 7F | B | FF | 32 | 60 | 0 | 0 | 10D | 64 | 34 |
| Octal | 177 | 13 | 377 | 62 | 140 | 0 | 0 | 415 | 144 | 64 |
| Binary | 1111111 | 1011 | 11111111 | 110010 | 1100000 | 0 | 0 | 100001101 | 1100100 | 110100 |
Color Harmonies of #7F0BFF
Complementary color
Monochromatic Colors of #7F0BFF
Black with #7F0BFF
Text Example
Text Example
White with #7F0BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0BFF; }
p { color: rgb(127,11,255); }
H1.HeaderClassName
{
color: #7F0BFF;
}
.AnyTagClassName
{
color: #7F0BFF;
}
</style>
background-color css
<style>
a { background-color: #7F0BFF; }
a { background-color: rgb(127,11,255); }
div.DivClassName
{
background-color: #7F0BFF;
}
.BgClassName
{
background-color: #7F0BFF;
}
</style>
border-color css
<style>
span { border-color: #7F0BFF; }
span { border-color: rgb(127,11,255); }
td.TdClassName
{
border-color: #7F0BFF;
}
.TagClassName
{
border-color: #7F0BFF;
}
</style>