Shades of Electric Indigo #7F01FA
Tints of Electric Indigo #7F01FA
RGB
CMYK
RGB Variations
Color information
#7F01FA (or 0x7F01FA) is known color: Electric Indigo. HEX triplet: 7F, 01 and FA. RGB value is (127,1,250). Sum of RGB (Red+Green+Blue) = 127+1+250=378 (50% of max value = 765). Red value is 127 (50% from 255 or 33.60% from 378); Green value is 1 (0.78% from 255 or 0.26% from 378); Blue value is 250 (98.05% from 255 or 66.14% from 378); Max value from RGB is 250 - color contains mainly: blue. Hex color #7F01FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7F01FA is #80FE05. Grayscale: #424242. Windows color (decimal): -8453638 or 16384383. OLE color: 16384383.
HSL color Cylindrical-coordinate representation of color #7F01FA: hue angle of 270.36º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7F01FA is Cyan = 0.49, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 127 | 1 | 250 | - |
| CMYK | 0.49 | 1.00 | 0 | 0.02 |
| HSL | 270.36º | 0.99% | 0.49% | - |
| HSV(B) | 270.36º | 1% | 0.98% | - |
| XYZ | 26.02 | 11.44 | 91.28 | - |
| YUV | 67.06 | 231.24 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 1 | 250 | 0.49 | 1.00 | 0 | 0.02 | 270.36 | 0.99 | 0.49 |
| Hex | 7F | 1 | FA | 31 | 64 | 0 | 2 | 10E | 63 | 31 |
| Octal | 177 | 1 | 372 | 61 | 144 | 0 | 2 | 416 | 143 | 61 |
| Binary | 1111111 | 1 | 11111010 | 110001 | 1100100 | 0 | 10 | 100001110 | 1100011 | 110001 |
Color Harmonies of #7F01FA
Complementary color
Monochromatic Colors of #7F01FA
Black with #7F01FA
Text Example
Text Example
White with #7F01FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F01FA; }
p { color: rgb(127,1,250); }
H1.HeaderClassName
{
color: #7F01FA;
}
.AnyTagClassName
{
color: #7F01FA;
}
</style>
background-color css
<style>
a { background-color: #7F01FA; }
a { background-color: rgb(127,1,250); }
div.DivClassName
{
background-color: #7F01FA;
}
.BgClassName
{
background-color: #7F01FA;
}
</style>
border-color css
<style>
span { border-color: #7F01FA; }
span { border-color: rgb(127,1,250); }
td.TdClassName
{
border-color: #7F01FA;
}
.TagClassName
{
border-color: #7F01FA;
}
</style>