Shades of Electric Indigo #700CFA
Tints of Electric Indigo #700CFA
RGB
CMYK
RGB Variations
Color information
#700CFA (or 0x700CFA) is known color: Electric Indigo. HEX triplet: 70, 0C and FA. RGB value is (112,12,250). Sum of RGB (Red+Green+Blue) = 112+12+250=374 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.95% from 374); Green value is 12 (5.08% from 255 or 3.21% from 374); Blue value is 250 (98.05% from 255 or 66.84% from 374); Max value from RGB is 250 - color contains mainly: blue. Hex color #700CFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #700CFA is #8FF305. Grayscale: #444444. Windows color (decimal): -9433862 or 16387184. OLE color: 16387184.
HSL color Cylindrical-coordinate representation of color #700CFA: hue angle of 265.21º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #700CFA is Cyan = 0.55, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 12 | 250 | - |
| CMYK | 0.55 | 0.95 | 0 | 0.02 |
| HSL | 265.21º | 0.96% | 0.51% | - |
| HSV(B) | 265.21º | 0.95% | 0.98% | - |
| XYZ | 24.07 | 10.61 | 91.22 | - |
| YUV | 69.03 | 230.13 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 12 | 250 | 0.55 | 0.95 | 0 | 0.02 | 265.21 | 0.96 | 0.51 |
| Hex | 70 | C | FA | 37 | 5F | 0 | 2 | 109 | 60 | 33 |
| Octal | 160 | 14 | 372 | 67 | 137 | 0 | 2 | 411 | 140 | 63 |
| Binary | 1110000 | 1100 | 11111010 | 110111 | 1011111 | 0 | 10 | 100001001 | 1100000 | 110011 |
Color Harmonies of #700CFA
Complementary color
Monochromatic Colors of #700CFA
Black with #700CFA
Text Example
Text Example
White with #700CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700CFA; }
p { color: rgb(112,12,250); }
H1.HeaderClassName
{
color: #700CFA;
}
.AnyTagClassName
{
color: #700CFA;
}
</style>
background-color css
<style>
a { background-color: #700CFA; }
a { background-color: rgb(112,12,250); }
div.DivClassName
{
background-color: #700CFA;
}
.BgClassName
{
background-color: #700CFA;
}
</style>
border-color css
<style>
span { border-color: #700CFA; }
span { border-color: rgb(112,12,250); }
td.TdClassName
{
border-color: #700CFA;
}
.TagClassName
{
border-color: #700CFA;
}
</style>