Shades of Electric Indigo #7616F3
Tints of Electric Indigo #7616F3
RGB
CMYK
RGB Variations
Color information
#7616F3 (or 0x7616F3) is known color: Electric Indigo. HEX triplet: 76, 16 and F3. RGB value is (118,22,243). Sum of RGB (Red+Green+Blue) = 118+22+243=383 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.81% from 383); Green value is 22 (8.98% from 255 or 5.74% from 383); Blue value is 243 (95.31% from 255 or 63.45% from 383); Max value from RGB is 243 - color contains mainly: blue. Hex color #7616F3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7616F3 is #89E90C. Grayscale: #4B4B4B. Windows color (decimal): -9038093 or 15930998. OLE color: 15930998.
HSL color Cylindrical-coordinate representation of color #7616F3: hue angle of 266.06º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7616F3 is Cyan = 0.51, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 118 | 22 | 243 | - |
| CMYK | 0.51 | 0.91 | 0 | 0.05 |
| HSL | 266.06º | 0.9% | 0.52% | - |
| HSV(B) | 266.06º | 0.91% | 0.95% | - |
| XYZ | 23.94 | 10.9 | 85.64 | - |
| YUV | 75.9 | 222.3 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 22 | 243 | 0.51 | 0.91 | 0 | 0.05 | 266.06 | 0.9 | 0.52 |
| Hex | 76 | 16 | F3 | 33 | 5B | 0 | 5 | 10A | 5A | 34 |
| Octal | 166 | 26 | 363 | 63 | 133 | 0 | 5 | 412 | 132 | 64 |
| Binary | 1110110 | 10110 | 11110011 | 110011 | 1011011 | 0 | 101 | 100001010 | 1011010 | 110100 |
Color Harmonies of #7616F3
Complementary color
Monochromatic Colors of #7616F3
Black with #7616F3
Text Example
Text Example
White with #7616F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7616F3; }
p { color: rgb(118,22,243); }
H1.HeaderClassName
{
color: #7616F3;
}
.AnyTagClassName
{
color: #7616F3;
}
</style>
background-color css
<style>
a { background-color: #7616F3; }
a { background-color: rgb(118,22,243); }
div.DivClassName
{
background-color: #7616F3;
}
.BgClassName
{
background-color: #7616F3;
}
</style>
border-color css
<style>
span { border-color: #7616F3; }
span { border-color: rgb(118,22,243); }
td.TdClassName
{
border-color: #7616F3;
}
.TagClassName
{
border-color: #7616F3;
}
</style>