Shades of Electric Indigo #730BEE
Tints of Electric Indigo #730BEE
RGB
CMYK
RGB Variations
Color information
#730BEE (or 0x730BEE) is known color: Electric Indigo. HEX triplet: 73, 0B and EE. RGB value is (115,11,238). Sum of RGB (Red+Green+Blue) = 115+11+238=364 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.59% from 364); Green value is 11 (4.69% from 255 or 3.02% from 364); Blue value is 238 (93.36% from 255 or 65.38% from 364); Max value from RGB is 238 - color contains mainly: blue. Hex color #730BEE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #730BEE is #8CF411. Grayscale: #434343. Windows color (decimal): -9237522 or 15600499. OLE color: 15600499.
HSL color Cylindrical-coordinate representation of color #730BEE: hue angle of 267.49º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #730BEE is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 11 | 238 | - |
| CMYK | 0.52 | 0.95 | 0 | 0.07 |
| HSL | 267.49º | 0.91% | 0.49% | - |
| HSV(B) | 267.49º | 0.95% | 0.93% | - |
| XYZ | 22.62 | 10.06 | 81.64 | - |
| YUV | 67.97 | 223.96 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 11 | 238 | 0.52 | 0.95 | 0 | 0.07 | 267.49 | 0.91 | 0.49 |
| Hex | 73 | B | EE | 34 | 5F | 0 | 7 | 10B | 5B | 31 |
| Octal | 163 | 13 | 356 | 64 | 137 | 0 | 7 | 413 | 133 | 61 |
| Binary | 1110011 | 1011 | 11101110 | 110100 | 1011111 | 0 | 111 | 100001011 | 1011011 | 110001 |
Color Harmonies of #730BEE
Complementary color
Monochromatic Colors of #730BEE
Black with #730BEE
Text Example
Text Example
White with #730BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730BEE; }
p { color: rgb(115,11,238); }
H1.HeaderClassName
{
color: #730BEE;
}
.AnyTagClassName
{
color: #730BEE;
}
</style>
background-color css
<style>
a { background-color: #730BEE; }
a { background-color: rgb(115,11,238); }
div.DivClassName
{
background-color: #730BEE;
}
.BgClassName
{
background-color: #730BEE;
}
</style>
border-color css
<style>
span { border-color: #730BEE; }
span { border-color: rgb(115,11,238); }
td.TdClassName
{
border-color: #730BEE;
}
.TagClassName
{
border-color: #730BEE;
}
</style>