Shades of Electric Indigo #7000DA
Tints of Electric Indigo #7000DA
RGB
CMYK
RGB Variations
Color information
#7000DA (or 0x7000DA) is known color: Electric Indigo. HEX triplet: 70, 00 and DA. RGB value is (112,0,218). Sum of RGB (Red+Green+Blue) = 112+0+218=330 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.94% from 330); Green value is 0 (0.39% from 255 or 0% from 330); Blue value is 218 (85.55% from 255 or 66.06% from 330); Max value from RGB is 218 - color contains mainly: blue. Hex color #7000DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7000DA is #8FFF25. Grayscale: #393939. Windows color (decimal): -9436966 or 14286960. OLE color: 14286960.
HSL color Cylindrical-coordinate representation of color #7000DA: hue angle of 270.83º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7000DA is Cyan = 0.49, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 112 | 0 | 218 | - |
| CMYK | 0.49 | 1 | 0 | 0.15 |
| HSL | 270.83º | 1% | 0.43% | - |
| HSV(B) | 270.83º | 1% | 0.85% | - |
| XYZ | 19.34 | 8.51 | 66.95 | - |
| YUV | 58.34 | 218.11 | 166.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 0 | 218 | 0.49 | 1 | 0 | 0.15 | 270.83 | 1 | 0.43 |
| Hex | 70 | 0 | DA | 31 | 64 | 0 | F | 10F | 64 | 2B |
| Octal | 160 | 0 | 332 | 61 | 144 | 0 | 17 | 417 | 144 | 53 |
| Binary | 1110000 | 0 | 11011010 | 110001 | 1100100 | 0 | 1111 | 100001111 | 1100100 | 101011 |
Color Harmonies of #7000DA
Complementary color
Monochromatic Colors of #7000DA
Black with #7000DA
Text Example
Text Example
White with #7000DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7000DA; }
p { color: rgb(112,0,218); }
H1.HeaderClassName
{
color: #7000DA;
}
.AnyTagClassName
{
color: #7000DA;
}
</style>
background-color css
<style>
a { background-color: #7000DA; }
a { background-color: rgb(112,0,218); }
div.DivClassName
{
background-color: #7000DA;
}
.BgClassName
{
background-color: #7000DA;
}
</style>
border-color css
<style>
span { border-color: #7000DA; }
span { border-color: rgb(112,0,218); }
td.TdClassName
{
border-color: #7000DA;
}
.TagClassName
{
border-color: #7000DA;
}
</style>