Shades of Electric Indigo #7201EF
Tints of Electric Indigo #7201EF
RGB
CMYK
RGB Variations
Color information
#7201EF (or 0x7201EF) is known color: Electric Indigo. HEX triplet: 72, 01 and EF. RGB value is (114,1,239). Sum of RGB (Red+Green+Blue) = 114+1+239=354 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.20% from 354); Green value is 1 (0.78% from 255 or 0.28% from 354); Blue value is 239 (93.75% from 255 or 67.51% from 354); Max value from RGB is 239 - color contains mainly: blue. Hex color #7201EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7201EF is #8DFE10. Grayscale: #3D3D3D. Windows color (decimal): -9305617 or 15663474. OLE color: 15663474.
HSL color Cylindrical-coordinate representation of color #7201EF: hue angle of 268.49º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7201EF is Cyan = 0.52, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 114 | 1 | 239 | - |
| CMYK | 0.52 | 1.00 | 0 | 0.06 |
| HSL | 268.49º | 0.99% | 0.47% | - |
| HSV(B) | 268.49º | 1% | 0.94% | - |
| XYZ | 22.53 | 9.83 | 82.37 | - |
| YUV | 61.92 | 227.94 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 1 | 239 | 0.52 | 1.00 | 0 | 0.06 | 268.49 | 0.99 | 0.47 |
| Hex | 72 | 1 | EF | 34 | 64 | 0 | 6 | 10C | 63 | 2F |
| Octal | 162 | 1 | 357 | 64 | 144 | 0 | 6 | 414 | 143 | 57 |
| Binary | 1110010 | 1 | 11101111 | 110100 | 1100100 | 0 | 110 | 100001100 | 1100011 | 101111 |
Color Harmonies of #7201EF
Complementary color
Monochromatic Colors of #7201EF
Black with #7201EF
Text Example
Text Example
White with #7201EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7201EF; }
p { color: rgb(114,1,239); }
H1.HeaderClassName
{
color: #7201EF;
}
.AnyTagClassName
{
color: #7201EF;
}
</style>
background-color css
<style>
a { background-color: #7201EF; }
a { background-color: rgb(114,1,239); }
div.DivClassName
{
background-color: #7201EF;
}
.BgClassName
{
background-color: #7201EF;
}
</style>
border-color css
<style>
span { border-color: #7201EF; }
span { border-color: rgb(114,1,239); }
td.TdClassName
{
border-color: #7201EF;
}
.TagClassName
{
border-color: #7201EF;
}
</style>