Shades of Electric Indigo #7A01FF
Tints of Electric Indigo #7A01FF
RGB
CMYK
RGB Variations
Color information
#7A01FF (or 0x7A01FF) is known color: Electric Indigo. HEX triplet: 7A, 01 and FF. RGB value is (122,1,255). Sum of RGB (Red+Green+Blue) = 122+1+255=378 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.28% from 378); Green value is 1 (0.78% from 255 or 0.26% from 378); Blue value is 255 (100% from 255 or 67.46% from 378); Max value from RGB is 255 - color contains mainly: blue. Hex color #7A01FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7A01FF is #85FE00. Grayscale: #414141. Windows color (decimal): -8781313 or 16712058. OLE color: 16712058.
HSL color Cylindrical-coordinate representation of color #7A01FF: hue angle of 268.58º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7A01FF is Cyan = 0.52, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 122 | 1 | 255 | - |
| CMYK | 0.52 | 1.00 | 0 | 0 |
| HSL | 268.58º | 1% | 0.5% | - |
| HSV(B) | 268.58º | 1% | 1% | - |
| XYZ | 26.09 | 11.38 | 95.43 | - |
| YUV | 66.14 | 234.59 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 1 | 255 | 0.52 | 1.00 | 0 | 0 | 268.58 | 1 | 0.5 |
| Hex | 7A | 1 | FF | 34 | 64 | 0 | 0 | 10D | 64 | 32 |
| Octal | 172 | 1 | 377 | 64 | 144 | 0 | 0 | 415 | 144 | 62 |
| Binary | 1111010 | 1 | 11111111 | 110100 | 1100100 | 0 | 0 | 100001101 | 1100100 | 110010 |
Color Harmonies of #7A01FF
Complementary color
Monochromatic Colors of #7A01FF
Black with #7A01FF
Text Example
Text Example
White with #7A01FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A01FF; }
p { color: rgb(122,1,255); }
H1.HeaderClassName
{
color: #7A01FF;
}
.AnyTagClassName
{
color: #7A01FF;
}
</style>
background-color css
<style>
a { background-color: #7A01FF; }
a { background-color: rgb(122,1,255); }
div.DivClassName
{
background-color: #7A01FF;
}
.BgClassName
{
background-color: #7A01FF;
}
</style>
border-color css
<style>
span { border-color: #7A01FF; }
span { border-color: rgb(122,1,255); }
td.TdClassName
{
border-color: #7A01FF;
}
.TagClassName
{
border-color: #7A01FF;
}
</style>