Shades of Electric Indigo #730BFD
Tints of Electric Indigo #730BFD
RGB
CMYK
RGB Variations
Color information
#730BFD (or 0x730BFD) is known color: Electric Indigo. HEX triplet: 73, 0B and FD. RGB value is (115,11,253). Sum of RGB (Red+Green+Blue) = 115+11+253=379 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.34% from 379); Green value is 11 (4.69% from 255 or 2.90% from 379); Blue value is 253 (99.22% from 255 or 66.75% from 379); Max value from RGB is 253 - color contains mainly: blue. Hex color #730BFD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #730BFD is #8CF402. Grayscale: #444444. Windows color (decimal): -9237507 or 16583539. OLE color: 16583539.
HSL color Cylindrical-coordinate representation of color #730BFD: hue angle of 265.79º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #730BFD is Cyan = 0.55, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 115 | 11 | 253 | - |
| CMYK | 0.55 | 0.96 | 0 | 0.01 |
| HSL | 265.79º | 0.98% | 0.52% | - |
| HSV(B) | 265.79º | 0.96% | 0.99% | - |
| XYZ | 24.92 | 10.98 | 93.73 | - |
| YUV | 69.68 | 231.46 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 11 | 253 | 0.55 | 0.96 | 0 | 0.01 | 265.79 | 0.98 | 0.52 |
| Hex | 73 | B | FD | 37 | 60 | 0 | 1 | 10A | 62 | 34 |
| Octal | 163 | 13 | 375 | 67 | 140 | 0 | 1 | 412 | 142 | 64 |
| Binary | 1110011 | 1011 | 11111101 | 110111 | 1100000 | 0 | 1 | 100001010 | 1100010 | 110100 |
Color Harmonies of #730BFD
Complementary color
Monochromatic Colors of #730BFD
Black with #730BFD
Text Example
Text Example
White with #730BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730BFD; }
p { color: rgb(115,11,253); }
H1.HeaderClassName
{
color: #730BFD;
}
.AnyTagClassName
{
color: #730BFD;
}
</style>
background-color css
<style>
a { background-color: #730BFD; }
a { background-color: rgb(115,11,253); }
div.DivClassName
{
background-color: #730BFD;
}
.BgClassName
{
background-color: #730BFD;
}
</style>
border-color css
<style>
span { border-color: #730BFD; }
span { border-color: rgb(115,11,253); }
td.TdClassName
{
border-color: #730BFD;
}
.TagClassName
{
border-color: #730BFD;
}
</style>