Shades of Electric Indigo #730DFF
Tints of Electric Indigo #730DFF
RGB
CMYK
RGB Variations
Color information
#730DFF (or 0x730DFF) is known color: Electric Indigo. HEX triplet: 73, 0D and FF. RGB value is (115,13,255). Sum of RGB (Red+Green+Blue) = 115+13+255=383 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.03% from 383); Green value is 13 (5.47% from 255 or 3.39% from 383); Blue value is 255 (100% from 255 or 66.58% from 383); Max value from RGB is 255 - color contains mainly: blue. Hex color #730DFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #730DFF is #8CF200. Grayscale: #464646. Windows color (decimal): -9236993 or 16715123. OLE color: 16715123.
HSL color Cylindrical-coordinate representation of color #730DFF: hue angle of 265.29º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #730DFF is Cyan = 0.55, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 13 | 255 | - |
| CMYK | 0.55 | 0.95 | 0 | 0 |
| HSL | 265.29º | 1% | 0.53% | - |
| HSV(B) | 265.29º | 0.95% | 1% | - |
| XYZ | 25.26 | 11.15 | 95.43 | - |
| YUV | 71.09 | 231.79 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 13 | 255 | 0.55 | 0.95 | 0 | 0 | 265.29 | 1 | 0.53 |
| Hex | 73 | D | FF | 37 | 5F | 0 | 0 | 109 | 64 | 35 |
| Octal | 163 | 15 | 377 | 67 | 137 | 0 | 0 | 411 | 144 | 65 |
| Binary | 1110011 | 1101 | 11111111 | 110111 | 1011111 | 0 | 0 | 100001001 | 1100100 | 110101 |
Color Harmonies of #730DFF
Complementary color
Monochromatic Colors of #730DFF
Black with #730DFF
Text Example
Text Example
White with #730DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730DFF; }
p { color: rgb(115,13,255); }
H1.HeaderClassName
{
color: #730DFF;
}
.AnyTagClassName
{
color: #730DFF;
}
</style>
background-color css
<style>
a { background-color: #730DFF; }
a { background-color: rgb(115,13,255); }
div.DivClassName
{
background-color: #730DFF;
}
.BgClassName
{
background-color: #730DFF;
}
</style>
border-color css
<style>
span { border-color: #730DFF; }
span { border-color: rgb(115,13,255); }
td.TdClassName
{
border-color: #730DFF;
}
.TagClassName
{
border-color: #730DFF;
}
</style>