Shades of Electric Indigo #761BFF
Tints of Electric Indigo #761BFF
RGB
CMYK
RGB Variations
Color information
#761BFF (or 0x761BFF) is known color: Electric Indigo. HEX triplet: 76, 1B and FF. RGB value is (118,27,255). Sum of RGB (Red+Green+Blue) = 118+27+255=400 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.5% from 400); Green value is 27 (10.94% from 255 or 6.75% from 400); Blue value is 255 (100% from 255 or 63.75% from 400); Max value from RGB is 255 - color contains mainly: blue. Hex color #761BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #761BFF is #89E400. Grayscale: #4F4F4F. Windows color (decimal): -9036801 or 16718710. OLE color: 16718710.
HSL color Cylindrical-coordinate representation of color #761BFF: hue angle of 263.95º 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 #761BFF is Cyan = 0.54, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 27 | 255 | - |
| CMYK | 0.54 | 0.89 | 0 | 0 |
| HSL | 263.95º | 1% | 0.55% | - |
| HSV(B) | 263.95º | 0.89% | 1% | - |
| XYZ | 25.91 | 11.86 | 95.53 | - |
| YUV | 80.2 | 226.65 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 27 | 255 | 0.54 | 0.89 | 0 | 0 | 263.95 | 1 | 0.55 |
| Hex | 76 | 1B | FF | 36 | 59 | 0 | 0 | 108 | 64 | 37 |
| Octal | 166 | 33 | 377 | 66 | 131 | 0 | 0 | 410 | 144 | 67 |
| Binary | 1110110 | 11011 | 11111111 | 110110 | 1011001 | 0 | 0 | 100001000 | 1100100 | 110111 |
Color Harmonies of #761BFF
Complementary color
Monochromatic Colors of #761BFF
Black with #761BFF
Text Example
Text Example
White with #761BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761BFF; }
p { color: rgb(118,27,255); }
H1.HeaderClassName
{
color: #761BFF;
}
.AnyTagClassName
{
color: #761BFF;
}
</style>
background-color css
<style>
a { background-color: #761BFF; }
a { background-color: rgb(118,27,255); }
div.DivClassName
{
background-color: #761BFF;
}
.BgClassName
{
background-color: #761BFF;
}
</style>
border-color css
<style>
span { border-color: #761BFF; }
span { border-color: rgb(118,27,255); }
td.TdClassName
{
border-color: #761BFF;
}
.TagClassName
{
border-color: #761BFF;
}
</style>