Shades of Electric Indigo #730CFE
Tints of Electric Indigo #730CFE
RGB
CMYK
RGB Variations
Color information
#730CFE (or 0x730CFE) is known color: Electric Indigo. HEX triplet: 73, 0C and FE. RGB value is (115,12,254). Sum of RGB (Red+Green+Blue) = 115+12+254=381 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.18% from 381); Green value is 12 (5.08% from 255 or 3.15% from 381); Blue value is 254 (99.61% from 255 or 66.67% from 381); Max value from RGB is 254 - color contains mainly: blue. Hex color #730CFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #730CFE is #8CF301. Grayscale: #454545. Windows color (decimal): -9237250 or 16649331. OLE color: 16649331.
HSL color Cylindrical-coordinate representation of color #730CFE: hue angle of 265.54º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #730CFE is Cyan = 0.55, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 115 | 12 | 254 | - |
| CMYK | 0.55 | 0.95 | 0 | 0.00 |
| HSL | 265.54º | 0.99% | 0.52% | - |
| HSV(B) | 265.54º | 0.95% | 1% | - |
| XYZ | 25.09 | 11.06 | 94.58 | - |
| YUV | 70.39 | 231.62 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 12 | 254 | 0.55 | 0.95 | 0 | 0.00 | 265.54 | 0.99 | 0.52 |
| Hex | 73 | C | FE | 37 | 5F | 0 | 0 | 10A | 63 | 34 |
| Octal | 163 | 14 | 376 | 67 | 137 | 0 | 0 | 412 | 143 | 64 |
| Binary | 1110011 | 1100 | 11111110 | 110111 | 1011111 | 0 | 0 | 100001010 | 1100011 | 110100 |
Color Harmonies of #730CFE
Complementary color
Monochromatic Colors of #730CFE
Black with #730CFE
Text Example
Text Example
White with #730CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730CFE; }
p { color: rgb(115,12,254); }
H1.HeaderClassName
{
color: #730CFE;
}
.AnyTagClassName
{
color: #730CFE;
}
</style>
background-color css
<style>
a { background-color: #730CFE; }
a { background-color: rgb(115,12,254); }
div.DivClassName
{
background-color: #730CFE;
}
.BgClassName
{
background-color: #730CFE;
}
</style>
border-color css
<style>
span { border-color: #730CFE; }
span { border-color: rgb(115,12,254); }
td.TdClassName
{
border-color: #730CFE;
}
.TagClassName
{
border-color: #730CFE;
}
</style>