Shades of Electric Indigo #7615F2
Tints of Electric Indigo #7615F2
RGB
CMYK
RGB Variations
Color information
#7615F2 (or 0x7615F2) is known color: Electric Indigo. HEX triplet: 76, 15 and F2. RGB value is (118,21,242). Sum of RGB (Red+Green+Blue) = 118+21+242=381 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.97% from 381); Green value is 21 (8.59% from 255 or 5.51% from 381); Blue value is 242 (94.92% from 255 or 63.52% from 381); Max value from RGB is 242 - color contains mainly: blue. Hex color #7615F2 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7615F2 is #89EA0D. Grayscale: #4A4A4A. Windows color (decimal): -9038350 or 15865206. OLE color: 15865206.
HSL color Cylindrical-coordinate representation of color #7615F2: hue angle of 266.33º degrees, saturation: 0.89, 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 #7615F2 is Cyan = 0.51, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 118 | 21 | 242 | - |
| CMYK | 0.51 | 0.91 | 0 | 0.05 |
| HSL | 266.33º | 0.89% | 0.52% | - |
| HSV(B) | 266.33º | 0.91% | 0.95% | - |
| XYZ | 23.77 | 10.8 | 84.84 | - |
| YUV | 75.2 | 222.14 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 21 | 242 | 0.51 | 0.91 | 0 | 0.05 | 266.33 | 0.89 | 0.52 |
| Hex | 76 | 15 | F2 | 33 | 5B | 0 | 5 | 10A | 59 | 34 |
| Octal | 166 | 25 | 362 | 63 | 133 | 0 | 5 | 412 | 131 | 64 |
| Binary | 1110110 | 10101 | 11110010 | 110011 | 1011011 | 0 | 101 | 100001010 | 1011001 | 110100 |
Color Harmonies of #7615F2
Complementary color
Monochromatic Colors of #7615F2
Black with #7615F2
Text Example
Text Example
White with #7615F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7615F2; }
p { color: rgb(118,21,242); }
H1.HeaderClassName
{
color: #7615F2;
}
.AnyTagClassName
{
color: #7615F2;
}
</style>
background-color css
<style>
a { background-color: #7615F2; }
a { background-color: rgb(118,21,242); }
div.DivClassName
{
background-color: #7615F2;
}
.BgClassName
{
background-color: #7615F2;
}
</style>
border-color css
<style>
span { border-color: #7615F2; }
span { border-color: rgb(118,21,242); }
td.TdClassName
{
border-color: #7615F2;
}
.TagClassName
{
border-color: #7615F2;
}
</style>