Shades of Electric Indigo #7F09FA
Tints of Electric Indigo #7F09FA
RGB
CMYK
RGB Variations
Color information
#7F09FA (or 0x7F09FA) is known color: Electric Indigo. HEX triplet: 7F, 09 and FA. RGB value is (127,9,250). Sum of RGB (Red+Green+Blue) = 127+9+250=386 (51% of max value = 765). Red value is 127 (50% from 255 or 32.90% from 386); Green value is 9 (3.91% from 255 or 2.33% from 386); Blue value is 250 (98.05% from 255 or 64.77% from 386); Max value from RGB is 250 - color contains mainly: blue. Hex color #7F09FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7F09FA is #80F605. Grayscale: #464646. Windows color (decimal): -8451590 or 16386431. OLE color: 16386431.
HSL color Cylindrical-coordinate representation of color #7F09FA: hue angle of 269.38º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7F09FA is Cyan = 0.49, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 127 | 9 | 250 | - |
| CMYK | 0.49 | 0.96 | 0 | 0.02 |
| HSL | 269.38º | 0.96% | 0.51% | - |
| HSV(B) | 269.38º | 0.96% | 0.98% | - |
| XYZ | 26.11 | 11.61 | 91.31 | - |
| YUV | 71.76 | 228.59 | 167.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 9 | 250 | 0.49 | 0.96 | 0 | 0.02 | 269.38 | 0.96 | 0.51 |
| Hex | 7F | 9 | FA | 31 | 60 | 0 | 2 | 10D | 60 | 33 |
| Octal | 177 | 11 | 372 | 61 | 140 | 0 | 2 | 415 | 140 | 63 |
| Binary | 1111111 | 1001 | 11111010 | 110001 | 1100000 | 0 | 10 | 100001101 | 1100000 | 110011 |
Color Harmonies of #7F09FA
Complementary color
Monochromatic Colors of #7F09FA
Black with #7F09FA
Text Example
Text Example
White with #7F09FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F09FA; }
p { color: rgb(127,9,250); }
H1.HeaderClassName
{
color: #7F09FA;
}
.AnyTagClassName
{
color: #7F09FA;
}
</style>
background-color css
<style>
a { background-color: #7F09FA; }
a { background-color: rgb(127,9,250); }
div.DivClassName
{
background-color: #7F09FA;
}
.BgClassName
{
background-color: #7F09FA;
}
</style>
border-color css
<style>
span { border-color: #7F09FA; }
span { border-color: rgb(127,9,250); }
td.TdClassName
{
border-color: #7F09FA;
}
.TagClassName
{
border-color: #7F09FA;
}
</style>