Shades of Electric Indigo #730DFC
Tints of Electric Indigo #730DFC
RGB
CMYK
RGB Variations
Color information
#730DFC (or 0x730DFC) is known color: Electric Indigo. HEX triplet: 73, 0D and FC. RGB value is (115,13,252). Sum of RGB (Red+Green+Blue) = 115+13+252=380 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.26% from 380); Green value is 13 (5.47% from 255 or 3.42% from 380); Blue value is 252 (98.83% from 255 or 66.32% from 380); Max value from RGB is 252 - color contains mainly: blue. Hex color #730DFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #730DFC is #8CF203. Grayscale: #454545. Windows color (decimal): -9236996 or 16518515. OLE color: 16518515.
HSL color Cylindrical-coordinate representation of color #730DFC: hue angle of 265.61º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #730DFC is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 115 | 13 | 252 | - |
| CMYK | 0.54 | 0.95 | 0 | 0.01 |
| HSL | 265.61º | 0.98% | 0.52% | - |
| HSV(B) | 265.61º | 0.95% | 0.99% | - |
| XYZ | 24.78 | 10.96 | 92.9 | - |
| YUV | 70.74 | 230.29 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 13 | 252 | 0.54 | 0.95 | 0 | 0.01 | 265.61 | 0.98 | 0.52 |
| Hex | 73 | D | FC | 36 | 5F | 0 | 1 | 10A | 62 | 34 |
| Octal | 163 | 15 | 374 | 66 | 137 | 0 | 1 | 412 | 142 | 64 |
| Binary | 1110011 | 1101 | 11111100 | 110110 | 1011111 | 0 | 1 | 100001010 | 1100010 | 110100 |
Color Harmonies of #730DFC
Complementary color
Monochromatic Colors of #730DFC
Black with #730DFC
Text Example
Text Example
White with #730DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730DFC; }
p { color: rgb(115,13,252); }
H1.HeaderClassName
{
color: #730DFC;
}
.AnyTagClassName
{
color: #730DFC;
}
</style>
background-color css
<style>
a { background-color: #730DFC; }
a { background-color: rgb(115,13,252); }
div.DivClassName
{
background-color: #730DFC;
}
.BgClassName
{
background-color: #730DFC;
}
</style>
border-color css
<style>
span { border-color: #730DFC; }
span { border-color: rgb(115,13,252); }
td.TdClassName
{
border-color: #730DFC;
}
.TagClassName
{
border-color: #730DFC;
}
</style>