Shades of Electric Indigo #700BFD
Tints of Electric Indigo #700BFD
RGB
CMYK
RGB Variations
Color information
#700BFD (or 0x700BFD) is known color: Electric Indigo. HEX triplet: 70, 0B and FD. RGB value is (112,11,253). Sum of RGB (Red+Green+Blue) = 112+11+253=376 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.79% from 376); Green value is 11 (4.69% from 255 or 2.93% from 376); Blue value is 253 (99.22% from 255 or 67.29% from 376); Max value from RGB is 253 - color contains mainly: blue. Hex color #700BFD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #700BFD is #8FF402. Grayscale: #434343. Windows color (decimal): -9434115 or 16583536. OLE color: 16583536.
HSL color Cylindrical-coordinate representation of color #700BFD: hue angle of 265.04º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #700BFD is Cyan = 0.56, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 112 | 11 | 253 | - |
| CMYK | 0.56 | 0.96 | 0 | 0.01 |
| HSL | 265.04º | 0.98% | 0.52% | - |
| HSV(B) | 265.04º | 0.96% | 0.99% | - |
| XYZ | 24.53 | 10.78 | 93.72 | - |
| YUV | 68.79 | 231.96 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 11 | 253 | 0.56 | 0.96 | 0 | 0.01 | 265.04 | 0.98 | 0.52 |
| Hex | 70 | B | FD | 38 | 60 | 0 | 1 | 109 | 62 | 34 |
| Octal | 160 | 13 | 375 | 70 | 140 | 0 | 1 | 411 | 142 | 64 |
| Binary | 1110000 | 1011 | 11111101 | 111000 | 1100000 | 0 | 1 | 100001001 | 1100010 | 110100 |
Color Harmonies of #700BFD
Complementary color
Monochromatic Colors of #700BFD
Black with #700BFD
Text Example
Text Example
White with #700BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700BFD; }
p { color: rgb(112,11,253); }
H1.HeaderClassName
{
color: #700BFD;
}
.AnyTagClassName
{
color: #700BFD;
}
</style>
background-color css
<style>
a { background-color: #700BFD; }
a { background-color: rgb(112,11,253); }
div.DivClassName
{
background-color: #700BFD;
}
.BgClassName
{
background-color: #700BFD;
}
</style>
border-color css
<style>
span { border-color: #700BFD; }
span { border-color: rgb(112,11,253); }
td.TdClassName
{
border-color: #700BFD;
}
.TagClassName
{
border-color: #700BFD;
}
</style>