Shades of Electric Indigo #701CFE
Tints of Electric Indigo #701CFE
RGB
CMYK
RGB Variations
Color information
#701CFE (or 0x701CFE) is known color: Electric Indigo. HEX triplet: 70, 1C and FE. RGB value is (112,28,254). Sum of RGB (Red+Green+Blue) = 112+28+254=394 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.43% from 394); Green value is 28 (11.33% from 255 or 7.11% from 394); Blue value is 254 (99.61% from 255 or 64.47% from 394); Max value from RGB is 254 - color contains mainly: blue. Hex color #701CFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #701CFE is #8FE301. Grayscale: #4E4E4E. Windows color (decimal): -9429762 or 16653424. OLE color: 16653424.
HSL color Cylindrical-coordinate representation of color #701CFE: hue angle of 262.3º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #701CFE is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 112 | 28 | 254 | - |
| CMYK | 0.56 | 0.89 | 0 | 0.00 |
| HSL | 262.3º | 0.99% | 0.55% | - |
| HSV(B) | 262.3º | 0.89% | 1% | - |
| XYZ | 24.99 | 11.43 | 94.66 | - |
| YUV | 78.88 | 226.83 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 28 | 254 | 0.56 | 0.89 | 0 | 0.00 | 262.3 | 0.99 | 0.55 |
| Hex | 70 | 1C | FE | 38 | 59 | 0 | 0 | 106 | 63 | 37 |
| Octal | 160 | 34 | 376 | 70 | 131 | 0 | 0 | 406 | 143 | 67 |
| Binary | 1110000 | 11100 | 11111110 | 111000 | 1011001 | 0 | 0 | 100000110 | 1100011 | 110111 |
Color Harmonies of #701CFE
Complementary color
Monochromatic Colors of #701CFE
Black with #701CFE
Text Example
Text Example
White with #701CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701CFE; }
p { color: rgb(112,28,254); }
H1.HeaderClassName
{
color: #701CFE;
}
.AnyTagClassName
{
color: #701CFE;
}
</style>
background-color css
<style>
a { background-color: #701CFE; }
a { background-color: rgb(112,28,254); }
div.DivClassName
{
background-color: #701CFE;
}
.BgClassName
{
background-color: #701CFE;
}
</style>
border-color css
<style>
span { border-color: #701CFE; }
span { border-color: rgb(112,28,254); }
td.TdClassName
{
border-color: #701CFE;
}
.TagClassName
{
border-color: #701CFE;
}
</style>