Shades of Electric Indigo #700BFF
Tints of Electric Indigo #700BFF
RGB
CMYK
RGB Variations
Color information
#700BFF (or 0x700BFF) is known color: Electric Indigo. HEX triplet: 70, 0B and FF. RGB value is (112,11,255). Sum of RGB (Red+Green+Blue) = 112+11+255=378 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.63% from 378); Green value is 11 (4.69% from 255 or 2.91% from 378); Blue value is 255 (100% from 255 or 67.46% from 378); Max value from RGB is 255 - color contains mainly: blue. Hex color #700BFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #700BFF is #8FF400. Grayscale: #444444. Windows color (decimal): -9434113 or 16714608. OLE color: 16714608.
HSL color Cylindrical-coordinate representation of color #700BFF: hue angle of 264.84º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #700BFF is Cyan = 0.56, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 112 | 11 | 255 | - |
| CMYK | 0.56 | 0.96 | 0 | 0 |
| HSL | 264.84º | 1% | 0.52% | - |
| HSV(B) | 264.84º | 0.96% | 1% | - |
| XYZ | 24.85 | 10.9 | 95.4 | - |
| YUV | 69.02 | 232.96 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 11 | 255 | 0.56 | 0.96 | 0 | 0 | 264.84 | 1 | 0.52 |
| Hex | 70 | B | FF | 38 | 60 | 0 | 0 | 109 | 64 | 34 |
| Octal | 160 | 13 | 377 | 70 | 140 | 0 | 0 | 411 | 144 | 64 |
| Binary | 1110000 | 1011 | 11111111 | 111000 | 1100000 | 0 | 0 | 100001001 | 1100100 | 110100 |
Color Harmonies of #700BFF
Complementary color
Monochromatic Colors of #700BFF
Black with #700BFF
Text Example
Text Example
White with #700BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700BFF; }
p { color: rgb(112,11,255); }
H1.HeaderClassName
{
color: #700BFF;
}
.AnyTagClassName
{
color: #700BFF;
}
</style>
background-color css
<style>
a { background-color: #700BFF; }
a { background-color: rgb(112,11,255); }
div.DivClassName
{
background-color: #700BFF;
}
.BgClassName
{
background-color: #700BFF;
}
</style>
border-color css
<style>
span { border-color: #700BFF; }
span { border-color: rgb(112,11,255); }
td.TdClassName
{
border-color: #700BFF;
}
.TagClassName
{
border-color: #700BFF;
}
</style>