Shades of Electric Indigo #7A1CFD
Tints of Electric Indigo #7A1CFD
RGB
CMYK
RGB Variations
Color information
#7A1CFD (or 0x7A1CFD) is known color: Electric Indigo. HEX triplet: 7A, 1C and FD. RGB value is (122,28,253). Sum of RGB (Red+Green+Blue) = 122+28+253=403 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.27% from 403); Green value is 28 (11.33% from 255 or 6.95% from 403); Blue value is 253 (99.22% from 255 or 62.78% from 403); Max value from RGB is 253 - color contains mainly: blue. Hex color #7A1CFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A1CFD is #85E302. Grayscale: #505050. Windows color (decimal): -8774403 or 16587898. OLE color: 16587898.
HSL color Cylindrical-coordinate representation of color #7A1CFD: hue angle of 265.07º degrees, saturation: 0.98, 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 #7A1CFD is Cyan = 0.52, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 28 | 253 | - |
| CMYK | 0.52 | 0.89 | 0 | 0.01 |
| HSL | 265.07º | 0.98% | 0.55% | - |
| HSV(B) | 265.07º | 0.89% | 0.99% | - |
| XYZ | 26.17 | 12.06 | 93.88 | - |
| YUV | 81.76 | 224.64 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 28 | 253 | 0.52 | 0.89 | 0 | 0.01 | 265.07 | 0.98 | 0.55 |
| Hex | 7A | 1C | FD | 34 | 59 | 0 | 1 | 109 | 62 | 37 |
| Octal | 172 | 34 | 375 | 64 | 131 | 0 | 1 | 411 | 142 | 67 |
| Binary | 1111010 | 11100 | 11111101 | 110100 | 1011001 | 0 | 1 | 100001001 | 1100010 | 110111 |
Color Harmonies of #7A1CFD
Complementary color
Monochromatic Colors of #7A1CFD
Black with #7A1CFD
Text Example
Text Example
White with #7A1CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1CFD; }
p { color: rgb(122,28,253); }
H1.HeaderClassName
{
color: #7A1CFD;
}
.AnyTagClassName
{
color: #7A1CFD;
}
</style>
background-color css
<style>
a { background-color: #7A1CFD; }
a { background-color: rgb(122,28,253); }
div.DivClassName
{
background-color: #7A1CFD;
}
.BgClassName
{
background-color: #7A1CFD;
}
</style>
border-color css
<style>
span { border-color: #7A1CFD; }
span { border-color: rgb(122,28,253); }
td.TdClassName
{
border-color: #7A1CFD;
}
.TagClassName
{
border-color: #7A1CFD;
}
</style>