Shades of Electric Indigo #701CF9
Tints of Electric Indigo #701CF9
RGB
CMYK
RGB Variations
Color information
#701CF9 (or 0x701CF9) is known color: Electric Indigo. HEX triplet: 70, 1C and F9. RGB value is (112,28,249). Sum of RGB (Red+Green+Blue) = 112+28+249=389 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.79% from 389); Green value is 28 (11.33% from 255 or 7.20% from 389); Blue value is 249 (97.66% from 255 or 64.01% from 389); Max value from RGB is 249 - color contains mainly: blue. Hex color #701CF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #701CF9 is #8FE306. Grayscale: #4D4D4D. Windows color (decimal): -9429767 or 16325744. OLE color: 16325744.
HSL color Cylindrical-coordinate representation of color #701CF9: hue angle of 262.81º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #701CF9 is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 28 | 249 | - |
| CMYK | 0.55 | 0.89 | 0 | 0.02 |
| HSL | 262.81º | 0.95% | 0.54% | - |
| HSV(B) | 262.81º | 0.89% | 0.98% | - |
| XYZ | 24.2 | 11.11 | 90.49 | - |
| YUV | 78.31 | 224.33 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 28 | 249 | 0.55 | 0.89 | 0 | 0.02 | 262.81 | 0.95 | 0.54 |
| Hex | 70 | 1C | F9 | 37 | 59 | 0 | 2 | 107 | 5F | 36 |
| Octal | 160 | 34 | 371 | 67 | 131 | 0 | 2 | 407 | 137 | 66 |
| Binary | 1110000 | 11100 | 11111001 | 110111 | 1011001 | 0 | 10 | 100000111 | 1011111 | 110110 |
Color Harmonies of #701CF9
Complementary color
Monochromatic Colors of #701CF9
Black with #701CF9
Text Example
Text Example
White with #701CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701CF9; }
p { color: rgb(112,28,249); }
H1.HeaderClassName
{
color: #701CF9;
}
.AnyTagClassName
{
color: #701CF9;
}
</style>
background-color css
<style>
a { background-color: #701CF9; }
a { background-color: rgb(112,28,249); }
div.DivClassName
{
background-color: #701CF9;
}
.BgClassName
{
background-color: #701CF9;
}
</style>
border-color css
<style>
span { border-color: #701CF9; }
span { border-color: rgb(112,28,249); }
td.TdClassName
{
border-color: #701CF9;
}
.TagClassName
{
border-color: #701CF9;
}
</style>