Shades of Electric Indigo #761CFB
Tints of Electric Indigo #761CFB
RGB
CMYK
RGB Variations
Color information
#761CFB (or 0x761CFB) is known color: Electric Indigo. HEX triplet: 76, 1C and FB. RGB value is (118,28,251). Sum of RGB (Red+Green+Blue) = 118+28+251=397 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.72% from 397); Green value is 28 (11.33% from 255 or 7.05% from 397); Blue value is 251 (98.44% from 255 or 63.22% from 397); Max value from RGB is 251 - color contains mainly: blue. Hex color #761CFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #761CFB is #89E304. Grayscale: #4F4F4F. Windows color (decimal): -9036549 or 16456822. OLE color: 16456822.
HSL color Cylindrical-coordinate representation of color #761CFB: hue angle of 264.22º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #761CFB is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 28 | 251 | - |
| CMYK | 0.53 | 0.89 | 0 | 0.02 |
| HSL | 264.22º | 0.97% | 0.55% | - |
| HSV(B) | 264.22º | 0.89% | 0.98% | - |
| XYZ | 25.3 | 11.65 | 92.18 | - |
| YUV | 80.33 | 224.32 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 28 | 251 | 0.53 | 0.89 | 0 | 0.02 | 264.22 | 0.97 | 0.55 |
| Hex | 76 | 1C | FB | 35 | 59 | 0 | 2 | 108 | 61 | 37 |
| Octal | 166 | 34 | 373 | 65 | 131 | 0 | 2 | 410 | 141 | 67 |
| Binary | 1110110 | 11100 | 11111011 | 110101 | 1011001 | 0 | 10 | 100001000 | 1100001 | 110111 |
Color Harmonies of #761CFB
Complementary color
Monochromatic Colors of #761CFB
Black with #761CFB
Text Example
Text Example
White with #761CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761CFB; }
p { color: rgb(118,28,251); }
H1.HeaderClassName
{
color: #761CFB;
}
.AnyTagClassName
{
color: #761CFB;
}
</style>
background-color css
<style>
a { background-color: #761CFB; }
a { background-color: rgb(118,28,251); }
div.DivClassName
{
background-color: #761CFB;
}
.BgClassName
{
background-color: #761CFB;
}
</style>
border-color css
<style>
span { border-color: #761CFB; }
span { border-color: rgb(118,28,251); }
td.TdClassName
{
border-color: #761CFB;
}
.TagClassName
{
border-color: #761CFB;
}
</style>