Shades of Electric Indigo #730DFE
Tints of Electric Indigo #730DFE
RGB
CMYK
RGB Variations
Color information
#730DFE (or 0x730DFE) is known color: Electric Indigo. HEX triplet: 73, 0D and FE. RGB value is (115,13,254). Sum of RGB (Red+Green+Blue) = 115+13+254=382 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.10% from 382); Green value is 13 (5.47% from 255 or 3.40% from 382); Blue value is 254 (99.61% from 255 or 66.49% from 382); Max value from RGB is 254 - color contains mainly: blue. Hex color #730DFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #730DFE is #8CF201. Grayscale: #464646. Windows color (decimal): -9236994 or 16649587. OLE color: 16649587.
HSL color Cylindrical-coordinate representation of color #730DFE: hue angle of 265.39º 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 #730DFE is Cyan = 0.55, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 115 | 13 | 254 | - |
| CMYK | 0.55 | 0.95 | 0 | 0.00 |
| HSL | 265.39º | 0.99% | 0.52% | - |
| HSV(B) | 265.39º | 0.95% | 1% | - |
| XYZ | 25.1 | 11.09 | 94.58 | - |
| YUV | 70.97 | 231.29 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 13 | 254 | 0.55 | 0.95 | 0 | 0.00 | 265.39 | 0.99 | 0.52 |
| Hex | 73 | D | FE | 37 | 5F | 0 | 0 | 109 | 63 | 34 |
| Octal | 163 | 15 | 376 | 67 | 137 | 0 | 0 | 411 | 143 | 64 |
| Binary | 1110011 | 1101 | 11111110 | 110111 | 1011111 | 0 | 0 | 100001001 | 1100011 | 110100 |
Color Harmonies of #730DFE
Complementary color
Monochromatic Colors of #730DFE
Black with #730DFE
Text Example
Text Example
White with #730DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730DFE; }
p { color: rgb(115,13,254); }
H1.HeaderClassName
{
color: #730DFE;
}
.AnyTagClassName
{
color: #730DFE;
}
</style>
background-color css
<style>
a { background-color: #730DFE; }
a { background-color: rgb(115,13,254); }
div.DivClassName
{
background-color: #730DFE;
}
.BgClassName
{
background-color: #730DFE;
}
</style>
border-color css
<style>
span { border-color: #730DFE; }
span { border-color: rgb(115,13,254); }
td.TdClassName
{
border-color: #730DFE;
}
.TagClassName
{
border-color: #730DFE;
}
</style>