Shades of Electric Indigo #7203DC
Tints of Electric Indigo #7203DC
RGB
CMYK
RGB Variations
Color information
#7203DC (or 0x7203DC) is known color: Electric Indigo. HEX triplet: 72, 03 and DC. RGB value is (114,3,220). Sum of RGB (Red+Green+Blue) = 114+3+220=337 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.83% from 337); Green value is 3 (1.56% from 255 or 0.89% from 337); Blue value is 220 (86.33% from 255 or 65.28% from 337); Max value from RGB is 220 - color contains mainly: blue. Hex color #7203DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7203DC is #8DFC23. Grayscale: #3C3C3C. Windows color (decimal): -9305124 or 14418802. OLE color: 14418802.
HSL color Cylindrical-coordinate representation of color #7203DC: hue angle of 270.69º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7203DC is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 3 | 220 | - |
| CMYK | 0.48 | 0.99 | 0 | 0.14 |
| HSL | 270.69º | 0.97% | 0.44% | - |
| HSV(B) | 270.69º | 0.99% | 0.86% | - |
| XYZ | 19.89 | 8.81 | 68.36 | - |
| YUV | 60.93 | 217.77 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 3 | 220 | 0.48 | 0.99 | 0 | 0.14 | 270.69 | 0.97 | 0.44 |
| Hex | 72 | 3 | DC | 30 | 63 | 0 | E | 10F | 61 | 2C |
| Octal | 162 | 3 | 334 | 60 | 143 | 0 | 16 | 417 | 141 | 54 |
| Binary | 1110010 | 11 | 11011100 | 110000 | 1100011 | 0 | 1110 | 100001111 | 1100001 | 101100 |
Color Harmonies of #7203DC
Complementary color
Monochromatic Colors of #7203DC
Black with #7203DC
Text Example
Text Example
White with #7203DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7203DC; }
p { color: rgb(114,3,220); }
H1.HeaderClassName
{
color: #7203DC;
}
.AnyTagClassName
{
color: #7203DC;
}
</style>
background-color css
<style>
a { background-color: #7203DC; }
a { background-color: rgb(114,3,220); }
div.DivClassName
{
background-color: #7203DC;
}
.BgClassName
{
background-color: #7203DC;
}
</style>
border-color css
<style>
span { border-color: #7203DC; }
span { border-color: rgb(114,3,220); }
td.TdClassName
{
border-color: #7203DC;
}
.TagClassName
{
border-color: #7203DC;
}
</style>