Shades of Electric Indigo #7C1BFF
Tints of Electric Indigo #7C1BFF
RGB
CMYK
RGB Variations
Color information
#7C1BFF (or 0x7C1BFF) is known color: Electric Indigo. HEX triplet: 7C, 1B and FF. RGB value is (124,27,255). Sum of RGB (Red+Green+Blue) = 124+27+255=406 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.54% from 406); Green value is 27 (10.94% from 255 or 6.65% from 406); Blue value is 255 (100% from 255 or 62.81% from 406); Max value from RGB is 255 - color contains mainly: blue. Hex color #7C1BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C1BFF is #83E400. Grayscale: #515151. Windows color (decimal): -8643585 or 16718716. OLE color: 16718716.
HSL color Cylindrical-coordinate representation of color #7C1BFF: hue angle of 265.53º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7C1BFF is Cyan = 0.51, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 124 | 27 | 255 | - |
| CMYK | 0.51 | 0.89 | 0 | 0 |
| HSL | 265.53º | 1% | 0.55% | - |
| HSV(B) | 265.53º | 0.89% | 1% | - |
| XYZ | 26.75 | 12.29 | 95.57 | - |
| YUV | 82 | 225.64 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 27 | 255 | 0.51 | 0.89 | 0 | 0 | 265.53 | 1 | 0.55 |
| Hex | 7C | 1B | FF | 33 | 59 | 0 | 0 | 10A | 64 | 37 |
| Octal | 174 | 33 | 377 | 63 | 131 | 0 | 0 | 412 | 144 | 67 |
| Binary | 1111100 | 11011 | 11111111 | 110011 | 1011001 | 0 | 0 | 100001010 | 1100100 | 110111 |
Color Harmonies of #7C1BFF
Complementary color
Monochromatic Colors of #7C1BFF
Black with #7C1BFF
Text Example
Text Example
White with #7C1BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1BFF; }
p { color: rgb(124,27,255); }
H1.HeaderClassName
{
color: #7C1BFF;
}
.AnyTagClassName
{
color: #7C1BFF;
}
</style>
background-color css
<style>
a { background-color: #7C1BFF; }
a { background-color: rgb(124,27,255); }
div.DivClassName
{
background-color: #7C1BFF;
}
.BgClassName
{
background-color: #7C1BFF;
}
</style>
border-color css
<style>
span { border-color: #7C1BFF; }
span { border-color: rgb(124,27,255); }
td.TdClassName
{
border-color: #7C1BFF;
}
.TagClassName
{
border-color: #7C1BFF;
}
</style>