Shades of Electric Indigo #730FFC
Tints of Electric Indigo #730FFC
RGB
CMYK
RGB Variations
Color information
#730FFC (or 0x730FFC) is known color: Electric Indigo. HEX triplet: 73, 0F and FC. RGB value is (115,15,252). Sum of RGB (Red+Green+Blue) = 115+15+252=382 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.10% from 382); Green value is 15 (6.25% from 255 or 3.93% from 382); Blue value is 252 (98.83% from 255 or 65.97% from 382); Max value from RGB is 252 - color contains mainly: blue. Hex color #730FFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #730FFC is #8CF003. Grayscale: #474747. Windows color (decimal): -9236484 or 16519027. OLE color: 16519027.
HSL color Cylindrical-coordinate representation of color #730FFC: hue angle of 265.32º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #730FFC is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 115 | 15 | 252 | - |
| CMYK | 0.54 | 0.94 | 0 | 0.01 |
| HSL | 265.32º | 0.98% | 0.52% | - |
| HSV(B) | 265.32º | 0.94% | 0.99% | - |
| XYZ | 24.81 | 11.01 | 92.91 | - |
| YUV | 71.92 | 229.63 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 15 | 252 | 0.54 | 0.94 | 0 | 0.01 | 265.32 | 0.98 | 0.52 |
| Hex | 73 | F | FC | 36 | 5E | 0 | 1 | 109 | 62 | 34 |
| Octal | 163 | 17 | 374 | 66 | 136 | 0 | 1 | 411 | 142 | 64 |
| Binary | 1110011 | 1111 | 11111100 | 110110 | 1011110 | 0 | 1 | 100001001 | 1100010 | 110100 |
Color Harmonies of #730FFC
Complementary color
Monochromatic Colors of #730FFC
Black with #730FFC
Text Example
Text Example
White with #730FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730FFC; }
p { color: rgb(115,15,252); }
H1.HeaderClassName
{
color: #730FFC;
}
.AnyTagClassName
{
color: #730FFC;
}
</style>
background-color css
<style>
a { background-color: #730FFC; }
a { background-color: rgb(115,15,252); }
div.DivClassName
{
background-color: #730FFC;
}
.BgClassName
{
background-color: #730FFC;
}
</style>
border-color css
<style>
span { border-color: #730FFC; }
span { border-color: rgb(115,15,252); }
td.TdClassName
{
border-color: #730FFC;
}
.TagClassName
{
border-color: #730FFC;
}
</style>