Shades of Electric Indigo #701BFD
Tints of Electric Indigo #701BFD
RGB
CMYK
RGB Variations
Color information
#701BFD (or 0x701BFD) is known color: Electric Indigo. HEX triplet: 70, 1B and FD. RGB value is (112,27,253). Sum of RGB (Red+Green+Blue) = 112+27+253=392 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.57% from 392); Green value is 27 (10.94% from 255 or 6.89% from 392); Blue value is 253 (99.22% from 255 or 64.54% from 392); Max value from RGB is 253 - color contains mainly: blue. Hex color #701BFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #701BFD is #8FE402. Grayscale: #4D4D4D. Windows color (decimal): -9430019 or 16587632. OLE color: 16587632.
HSL color Cylindrical-coordinate representation of color #701BFD: hue angle of 262.57º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #701BFD is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 112 | 27 | 253 | - |
| CMYK | 0.56 | 0.89 | 0 | 0.01 |
| HSL | 262.57º | 0.98% | 0.55% | - |
| HSV(B) | 262.57º | 0.89% | 0.99% | - |
| XYZ | 24.8 | 11.32 | 93.81 | - |
| YUV | 78.18 | 226.66 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 27 | 253 | 0.56 | 0.89 | 0 | 0.01 | 262.57 | 0.98 | 0.55 |
| Hex | 70 | 1B | FD | 38 | 59 | 0 | 1 | 107 | 62 | 37 |
| Octal | 160 | 33 | 375 | 70 | 131 | 0 | 1 | 407 | 142 | 67 |
| Binary | 1110000 | 11011 | 11111101 | 111000 | 1011001 | 0 | 1 | 100000111 | 1100010 | 110111 |
Color Harmonies of #701BFD
Complementary color
Monochromatic Colors of #701BFD
Black with #701BFD
Text Example
Text Example
White with #701BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701BFD; }
p { color: rgb(112,27,253); }
H1.HeaderClassName
{
color: #701BFD;
}
.AnyTagClassName
{
color: #701BFD;
}
</style>
background-color css
<style>
a { background-color: #701BFD; }
a { background-color: rgb(112,27,253); }
div.DivClassName
{
background-color: #701BFD;
}
.BgClassName
{
background-color: #701BFD;
}
</style>
border-color css
<style>
span { border-color: #701BFD; }
span { border-color: rgb(112,27,253); }
td.TdClassName
{
border-color: #701BFD;
}
.TagClassName
{
border-color: #701BFD;
}
</style>