Shades of Electric Indigo #7F0CFB
Tints of Electric Indigo #7F0CFB
RGB
CMYK
RGB Variations
Color information
#7F0CFB (or 0x7F0CFB) is known color: Electric Indigo. HEX triplet: 7F, 0C and FB. RGB value is (127,12,251). Sum of RGB (Red+Green+Blue) = 127+12+251=390 (51% of max value = 765). Red value is 127 (50% from 255 or 32.56% from 390); Green value is 12 (5.08% from 255 or 3.08% from 390); Blue value is 251 (98.44% from 255 or 64.36% from 390); Max value from RGB is 251 - color contains mainly: blue. Hex color #7F0CFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7F0CFB is #80F304. Grayscale: #484848. Windows color (decimal): -8450821 or 16452735. OLE color: 16452735.
HSL color Cylindrical-coordinate representation of color #7F0CFB: hue angle of 268.87º 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 #7F0CFB is Cyan = 0.49, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 127 | 12 | 251 | - |
| CMYK | 0.49 | 0.95 | 0 | 0.02 |
| HSL | 268.87º | 0.97% | 0.52% | - |
| HSV(B) | 268.87º | 0.95% | 0.98% | - |
| XYZ | 26.3 | 11.74 | 92.15 | - |
| YUV | 73.63 | 228.1 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 12 | 251 | 0.49 | 0.95 | 0 | 0.02 | 268.87 | 0.97 | 0.52 |
| Hex | 7F | C | FB | 31 | 5F | 0 | 2 | 10D | 61 | 34 |
| Octal | 177 | 14 | 373 | 61 | 137 | 0 | 2 | 415 | 141 | 64 |
| Binary | 1111111 | 1100 | 11111011 | 110001 | 1011111 | 0 | 10 | 100001101 | 1100001 | 110100 |
Color Harmonies of #7F0CFB
Complementary color
Monochromatic Colors of #7F0CFB
Black with #7F0CFB
Text Example
Text Example
White with #7F0CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0CFB; }
p { color: rgb(127,12,251); }
H1.HeaderClassName
{
color: #7F0CFB;
}
.AnyTagClassName
{
color: #7F0CFB;
}
</style>
background-color css
<style>
a { background-color: #7F0CFB; }
a { background-color: rgb(127,12,251); }
div.DivClassName
{
background-color: #7F0CFB;
}
.BgClassName
{
background-color: #7F0CFB;
}
</style>
border-color css
<style>
span { border-color: #7F0CFB; }
span { border-color: rgb(127,12,251); }
td.TdClassName
{
border-color: #7F0CFB;
}
.TagClassName
{
border-color: #7F0CFB;
}
</style>