Shades of Electric Indigo #761CFD
Tints of Electric Indigo #761CFD
RGB
CMYK
RGB Variations
Color information
#761CFD (or 0x761CFD) is known color: Electric Indigo. HEX triplet: 76, 1C and FD. RGB value is (118,28,253). Sum of RGB (Red+Green+Blue) = 118+28+253=399 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.57% from 399); Green value is 28 (11.33% from 255 or 7.02% from 399); Blue value is 253 (99.22% from 255 or 63.41% from 399); Max value from RGB is 253 - color contains mainly: blue. Hex color #761CFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #761CFD is #89E302. Grayscale: #4F4F4F. Windows color (decimal): -9036547 or 16587894. OLE color: 16587894.
HSL color Cylindrical-coordinate representation of color #761CFD: hue angle of 264º 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 #761CFD is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 118 | 28 | 253 | - |
| CMYK | 0.53 | 0.89 | 0 | 0.01 |
| HSL | 264º | 0.98% | 0.55% | - |
| HSV(B) | 264º | 0.89% | 0.99% | - |
| XYZ | 25.62 | 11.77 | 93.85 | - |
| YUV | 80.56 | 225.32 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 28 | 253 | 0.53 | 0.89 | 0 | 0.01 | 264 | 0.98 | 0.55 |
| Hex | 76 | 1C | FD | 35 | 59 | 0 | 1 | 108 | 62 | 37 |
| Octal | 166 | 34 | 375 | 65 | 131 | 0 | 1 | 410 | 142 | 67 |
| Binary | 1110110 | 11100 | 11111101 | 110101 | 1011001 | 0 | 1 | 100001000 | 1100010 | 110111 |
Color Harmonies of #761CFD
Complementary color
Monochromatic Colors of #761CFD
Black with #761CFD
Text Example
Text Example
White with #761CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761CFD; }
p { color: rgb(118,28,253); }
H1.HeaderClassName
{
color: #761CFD;
}
.AnyTagClassName
{
color: #761CFD;
}
</style>
background-color css
<style>
a { background-color: #761CFD; }
a { background-color: rgb(118,28,253); }
div.DivClassName
{
background-color: #761CFD;
}
.BgClassName
{
background-color: #761CFD;
}
</style>
border-color css
<style>
span { border-color: #761CFD; }
span { border-color: rgb(118,28,253); }
td.TdClassName
{
border-color: #761CFD;
}
.TagClassName
{
border-color: #761CFD;
}
</style>