Shades of Electric Indigo #7205FF
Tints of Electric Indigo #7205FF
RGB
CMYK
RGB Variations
Color information
#7205FF (or 0x7205FF) is known color: Electric Indigo. HEX triplet: 72, 05 and FF. RGB value is (114,5,255). Sum of RGB (Red+Green+Blue) = 114+5+255=374 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.48% from 374); Green value is 5 (2.34% from 255 or 1.34% from 374); Blue value is 255 (100% from 255 or 68.18% from 374); Max value from RGB is 255 - color contains mainly: blue. Hex color #7205FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7205FF is #8DFA00. Grayscale: #414141. Windows color (decimal): -9304577 or 16713074. OLE color: 16713074.
HSL color Cylindrical-coordinate representation of color #7205FF: hue angle of 266.16º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7205FF is Cyan = 0.55, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 5 | 255 | - |
| CMYK | 0.55 | 0.98 | 0 | 0 |
| HSL | 266.16º | 1% | 0.51% | - |
| HSV(B) | 266.16º | 0.98% | 1% | - |
| XYZ | 25.04 | 10.91 | 95.39 | - |
| YUV | 66.09 | 234.61 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 5 | 255 | 0.55 | 0.98 | 0 | 0 | 266.16 | 1 | 0.51 |
| Hex | 72 | 5 | FF | 37 | 62 | 0 | 0 | 10A | 64 | 33 |
| Octal | 162 | 5 | 377 | 67 | 142 | 0 | 0 | 412 | 144 | 63 |
| Binary | 1110010 | 101 | 11111111 | 110111 | 1100010 | 0 | 0 | 100001010 | 1100100 | 110011 |
Color Harmonies of #7205FF
Complementary color
Monochromatic Colors of #7205FF
Black with #7205FF
Text Example
Text Example
White with #7205FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7205FF; }
p { color: rgb(114,5,255); }
H1.HeaderClassName
{
color: #7205FF;
}
.AnyTagClassName
{
color: #7205FF;
}
</style>
background-color css
<style>
a { background-color: #7205FF; }
a { background-color: rgb(114,5,255); }
div.DivClassName
{
background-color: #7205FF;
}
.BgClassName
{
background-color: #7205FF;
}
</style>
border-color css
<style>
span { border-color: #7205FF; }
span { border-color: rgb(114,5,255); }
td.TdClassName
{
border-color: #7205FF;
}
.TagClassName
{
border-color: #7205FF;
}
</style>