Shades of Electric Indigo #7A1BFC
Tints of Electric Indigo #7A1BFC
RGB
CMYK
RGB Variations
Color information
#7A1BFC (or 0x7A1BFC) is known color: Electric Indigo. HEX triplet: 7A, 1B and FC. RGB value is (122,27,252). Sum of RGB (Red+Green+Blue) = 122+27+252=401 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.42% from 401); Green value is 27 (10.94% from 255 or 6.73% from 401); Blue value is 252 (98.83% from 255 or 62.84% from 401); Max value from RGB is 252 - color contains mainly: blue. Hex color #7A1BFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A1BFC is #85E403. Grayscale: #505050. Windows color (decimal): -8774660 or 16522106. OLE color: 16522106.
HSL color Cylindrical-coordinate representation of color #7A1BFC: hue angle of 265.33º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7A1BFC is Cyan = 0.52, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 27 | 252 | - |
| CMYK | 0.52 | 0.89 | 0 | 0.01 |
| HSL | 265.33º | 0.97% | 0.55% | - |
| HSV(B) | 265.33º | 0.89% | 0.99% | - |
| XYZ | 25.99 | 11.95 | 93.03 | - |
| YUV | 81.06 | 224.47 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 27 | 252 | 0.52 | 0.89 | 0 | 0.01 | 265.33 | 0.97 | 0.55 |
| Hex | 7A | 1B | FC | 34 | 59 | 0 | 1 | 109 | 61 | 37 |
| Octal | 172 | 33 | 374 | 64 | 131 | 0 | 1 | 411 | 141 | 67 |
| Binary | 1111010 | 11011 | 11111100 | 110100 | 1011001 | 0 | 1 | 100001001 | 1100001 | 110111 |
Color Harmonies of #7A1BFC
Complementary color
Monochromatic Colors of #7A1BFC
Black with #7A1BFC
Text Example
Text Example
White with #7A1BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1BFC; }
p { color: rgb(122,27,252); }
H1.HeaderClassName
{
color: #7A1BFC;
}
.AnyTagClassName
{
color: #7A1BFC;
}
</style>
background-color css
<style>
a { background-color: #7A1BFC; }
a { background-color: rgb(122,27,252); }
div.DivClassName
{
background-color: #7A1BFC;
}
.BgClassName
{
background-color: #7A1BFC;
}
</style>
border-color css
<style>
span { border-color: #7A1BFC; }
span { border-color: rgb(122,27,252); }
td.TdClassName
{
border-color: #7A1BFC;
}
.TagClassName
{
border-color: #7A1BFC;
}
</style>