Shades of Electric Indigo #7F03FB
Tints of Electric Indigo #7F03FB
RGB
CMYK
RGB Variations
Color information
#7F03FB (or 0x7F03FB) is known color: Electric Indigo. HEX triplet: 7F, 03 and FB. RGB value is (127,3,251). Sum of RGB (Red+Green+Blue) = 127+3+251=381 (50% of max value = 765). Red value is 127 (50% from 255 or 33.33% from 381); Green value is 3 (1.56% from 255 or 0.79% from 381); Blue value is 251 (98.44% from 255 or 65.88% from 381); Max value from RGB is 251 - color contains mainly: blue. Hex color #7F03FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7F03FB is #80FC04. Grayscale: #434343. Windows color (decimal): -8453125 or 16450431. OLE color: 16450431.
HSL color Cylindrical-coordinate representation of color #7F03FB: hue angle of 270º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7F03FB is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 127 | 3 | 251 | - |
| CMYK | 0.49 | 0.99 | 0 | 0.02 |
| HSL | 270º | 0.98% | 0.5% | - |
| HSV(B) | 270º | 0.99% | 0.98% | - |
| XYZ | 26.2 | 11.54 | 92.11 | - |
| YUV | 68.35 | 231.08 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 3 | 251 | 0.49 | 0.99 | 0 | 0.02 | 270 | 0.98 | 0.5 |
| Hex | 7F | 3 | FB | 31 | 63 | 0 | 2 | 10E | 62 | 32 |
| Octal | 177 | 3 | 373 | 61 | 143 | 0 | 2 | 416 | 142 | 62 |
| Binary | 1111111 | 11 | 11111011 | 110001 | 1100011 | 0 | 10 | 100001110 | 1100010 | 110010 |
Color Harmonies of #7F03FB
Complementary color
Monochromatic Colors of #7F03FB
Black with #7F03FB
Text Example
Text Example
White with #7F03FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F03FB; }
p { color: rgb(127,3,251); }
H1.HeaderClassName
{
color: #7F03FB;
}
.AnyTagClassName
{
color: #7F03FB;
}
</style>
background-color css
<style>
a { background-color: #7F03FB; }
a { background-color: rgb(127,3,251); }
div.DivClassName
{
background-color: #7F03FB;
}
.BgClassName
{
background-color: #7F03FB;
}
</style>
border-color css
<style>
span { border-color: #7F03FB; }
span { border-color: rgb(127,3,251); }
td.TdClassName
{
border-color: #7F03FB;
}
.TagClassName
{
border-color: #7F03FB;
}
</style>