Shades of Electric Indigo #700BFE
Tints of Electric Indigo #700BFE
RGB
CMYK
RGB Variations
Color information
#700BFE (or 0x700BFE) is known color: Electric Indigo. HEX triplet: 70, 0B and FE. RGB value is (112,11,254). Sum of RGB (Red+Green+Blue) = 112+11+254=377 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.71% from 377); Green value is 11 (4.69% from 255 or 2.92% from 377); Blue value is 254 (99.61% from 255 or 67.37% from 377); Max value from RGB is 254 - color contains mainly: blue. Hex color #700BFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #700BFE is #8FF401. Grayscale: #444444. Windows color (decimal): -9434114 or 16649072. OLE color: 16649072.
HSL color Cylindrical-coordinate representation of color #700BFE: hue angle of 264.94º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #700BFE is Cyan = 0.56, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 112 | 11 | 254 | - |
| CMYK | 0.56 | 0.96 | 0 | 0.00 |
| HSL | 264.94º | 0.99% | 0.52% | - |
| HSV(B) | 264.94º | 0.96% | 1% | - |
| XYZ | 24.69 | 10.84 | 94.56 | - |
| YUV | 68.9 | 232.46 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 11 | 254 | 0.56 | 0.96 | 0 | 0.00 | 264.94 | 0.99 | 0.52 |
| Hex | 70 | B | FE | 38 | 60 | 0 | 0 | 109 | 63 | 34 |
| Octal | 160 | 13 | 376 | 70 | 140 | 0 | 0 | 411 | 143 | 64 |
| Binary | 1110000 | 1011 | 11111110 | 111000 | 1100000 | 0 | 0 | 100001001 | 1100011 | 110100 |
Color Harmonies of #700BFE
Complementary color
Monochromatic Colors of #700BFE
Black with #700BFE
Text Example
Text Example
White with #700BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700BFE; }
p { color: rgb(112,11,254); }
H1.HeaderClassName
{
color: #700BFE;
}
.AnyTagClassName
{
color: #700BFE;
}
</style>
background-color css
<style>
a { background-color: #700BFE; }
a { background-color: rgb(112,11,254); }
div.DivClassName
{
background-color: #700BFE;
}
.BgClassName
{
background-color: #700BFE;
}
</style>
border-color css
<style>
span { border-color: #700BFE; }
span { border-color: rgb(112,11,254); }
td.TdClassName
{
border-color: #700BFE;
}
.TagClassName
{
border-color: #700BFE;
}
</style>