Shades of Electric Indigo #730CEE
Tints of Electric Indigo #730CEE
RGB
CMYK
RGB Variations
Color information
#730CEE (or 0x730CEE) is known color: Electric Indigo. HEX triplet: 73, 0C and EE. RGB value is (115,12,238). Sum of RGB (Red+Green+Blue) = 115+12+238=365 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.51% from 365); Green value is 12 (5.08% from 255 or 3.29% from 365); Blue value is 238 (93.36% from 255 or 65.21% from 365); Max value from RGB is 238 - color contains mainly: blue. Hex color #730CEE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #730CEE is #8CF311. Grayscale: #434343. Windows color (decimal): -9237266 or 15600755. OLE color: 15600755.
HSL color Cylindrical-coordinate representation of color #730CEE: hue angle of 267.35º degrees, saturation: 0.9, 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 #730CEE is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 12 | 238 | - |
| CMYK | 0.52 | 0.95 | 0 | 0.07 |
| HSL | 267.35º | 0.9% | 0.49% | - |
| HSV(B) | 267.35º | 0.95% | 0.93% | - |
| XYZ | 22.63 | 10.08 | 81.64 | - |
| YUV | 68.56 | 223.62 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 12 | 238 | 0.52 | 0.95 | 0 | 0.07 | 267.35 | 0.9 | 0.49 |
| Hex | 73 | C | EE | 34 | 5F | 0 | 7 | 10B | 5A | 31 |
| Octal | 163 | 14 | 356 | 64 | 137 | 0 | 7 | 413 | 132 | 61 |
| Binary | 1110011 | 1100 | 11101110 | 110100 | 1011111 | 0 | 111 | 100001011 | 1011010 | 110001 |
Color Harmonies of #730CEE
Complementary color
Monochromatic Colors of #730CEE
Black with #730CEE
Text Example
Text Example
White with #730CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730CEE; }
p { color: rgb(115,12,238); }
H1.HeaderClassName
{
color: #730CEE;
}
.AnyTagClassName
{
color: #730CEE;
}
</style>
background-color css
<style>
a { background-color: #730CEE; }
a { background-color: rgb(115,12,238); }
div.DivClassName
{
background-color: #730CEE;
}
.BgClassName
{
background-color: #730CEE;
}
</style>
border-color css
<style>
span { border-color: #730CEE; }
span { border-color: rgb(115,12,238); }
td.TdClassName
{
border-color: #730CEE;
}
.TagClassName
{
border-color: #730CEE;
}
</style>