Shades of Electric Indigo #700CEB
Tints of Electric Indigo #700CEB
RGB
CMYK
RGB Variations
Color information
#700CEB (or 0x700CEB) is known color: Electric Indigo. HEX triplet: 70, 0C and EB. RGB value is (112,12,235). Sum of RGB (Red+Green+Blue) = 112+12+235=359 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.20% from 359); Green value is 12 (5.08% from 255 or 3.34% from 359); Blue value is 235 (92.19% from 255 or 65.46% from 359); Max value from RGB is 235 - color contains mainly: blue. Hex color #700CEB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #700CEB is #8FF314. Grayscale: #424242. Windows color (decimal): -9433877 or 15404144. OLE color: 15404144.
HSL color Cylindrical-coordinate representation of color #700CEB: hue angle of 266.91º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #700CEB is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 112 | 12 | 235 | - |
| CMYK | 0.52 | 0.95 | 0 | 0.08 |
| HSL | 266.91º | 0.9% | 0.48% | - |
| HSV(B) | 266.91º | 0.95% | 0.92% | - |
| XYZ | 21.81 | 9.71 | 79.32 | - |
| YUV | 67.32 | 222.63 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 12 | 235 | 0.52 | 0.95 | 0 | 0.08 | 266.91 | 0.9 | 0.48 |
| Hex | 70 | C | EB | 34 | 5F | 0 | 8 | 10B | 5A | 30 |
| Octal | 160 | 14 | 353 | 64 | 137 | 0 | 10 | 413 | 132 | 60 |
| Binary | 1110000 | 1100 | 11101011 | 110100 | 1011111 | 0 | 1000 | 100001011 | 1011010 | 110000 |
Color Harmonies of #700CEB
Complementary color
Monochromatic Colors of #700CEB
Black with #700CEB
Text Example
Text Example
White with #700CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700CEB; }
p { color: rgb(112,12,235); }
H1.HeaderClassName
{
color: #700CEB;
}
.AnyTagClassName
{
color: #700CEB;
}
</style>
background-color css
<style>
a { background-color: #700CEB; }
a { background-color: rgb(112,12,235); }
div.DivClassName
{
background-color: #700CEB;
}
.BgClassName
{
background-color: #700CEB;
}
</style>
border-color css
<style>
span { border-color: #700CEB; }
span { border-color: rgb(112,12,235); }
td.TdClassName
{
border-color: #700CEB;
}
.TagClassName
{
border-color: #700CEB;
}
</style>