Shades of Electric Indigo #761CFA
Tints of Electric Indigo #761CFA
RGB
CMYK
RGB Variations
Color information
#761CFA (or 0x761CFA) is known color: Electric Indigo. HEX triplet: 76, 1C and FA. RGB value is (118,28,250). Sum of RGB (Red+Green+Blue) = 118+28+250=396 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.80% from 396); Green value is 28 (11.33% from 255 or 7.07% from 396); Blue value is 250 (98.05% from 255 or 63.13% from 396); Max value from RGB is 250 - color contains mainly: blue. Hex color #761CFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #761CFA is #89E305. Grayscale: #4F4F4F. Windows color (decimal): -9036550 or 16391286. OLE color: 16391286.
HSL color Cylindrical-coordinate representation of color #761CFA: hue angle of 264.32º degrees, saturation: 0.96, 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 #761CFA is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 28 | 250 | - |
| CMYK | 0.53 | 0.89 | 0 | 0.02 |
| HSL | 264.32º | 0.96% | 0.55% | - |
| HSV(B) | 264.32º | 0.89% | 0.98% | - |
| XYZ | 25.14 | 11.58 | 91.35 | - |
| YUV | 80.22 | 223.82 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 28 | 250 | 0.53 | 0.89 | 0 | 0.02 | 264.32 | 0.96 | 0.55 |
| Hex | 76 | 1C | FA | 35 | 59 | 0 | 2 | 108 | 60 | 37 |
| Octal | 166 | 34 | 372 | 65 | 131 | 0 | 2 | 410 | 140 | 67 |
| Binary | 1110110 | 11100 | 11111010 | 110101 | 1011001 | 0 | 10 | 100001000 | 1100000 | 110111 |
Color Harmonies of #761CFA
Complementary color
Monochromatic Colors of #761CFA
Black with #761CFA
Text Example
Text Example
White with #761CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761CFA; }
p { color: rgb(118,28,250); }
H1.HeaderClassName
{
color: #761CFA;
}
.AnyTagClassName
{
color: #761CFA;
}
</style>
background-color css
<style>
a { background-color: #761CFA; }
a { background-color: rgb(118,28,250); }
div.DivClassName
{
background-color: #761CFA;
}
.BgClassName
{
background-color: #761CFA;
}
</style>
border-color css
<style>
span { border-color: #761CFA; }
span { border-color: rgb(118,28,250); }
td.TdClassName
{
border-color: #761CFA;
}
.TagClassName
{
border-color: #761CFA;
}
</style>