Shades of Electric Indigo #7303FD
Tints of Electric Indigo #7303FD
RGB
CMYK
RGB Variations
Color information
#7303FD (or 0x7303FD) is known color: Electric Indigo. HEX triplet: 73, 03 and FD. RGB value is (115,3,253). Sum of RGB (Red+Green+Blue) = 115+3+253=371 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.00% from 371); Green value is 3 (1.56% from 255 or 0.81% from 371); Blue value is 253 (99.22% from 255 or 68.19% from 371); Max value from RGB is 253 - color contains mainly: blue. Hex color #7303FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7303FD is #8CFC02. Grayscale: #404040. Windows color (decimal): -9239555 or 16581491. OLE color: 16581491.
HSL color Cylindrical-coordinate representation of color #7303FD: hue angle of 266.88º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7303FD is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 115 | 3 | 253 | - |
| CMYK | 0.55 | 0.99 | 0 | 0.01 |
| HSL | 266.88º | 0.98% | 0.5% | - |
| HSV(B) | 266.88º | 0.99% | 0.99% | - |
| XYZ | 24.83 | 10.8 | 93.7 | - |
| YUV | 64.99 | 234.11 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 3 | 253 | 0.55 | 0.99 | 0 | 0.01 | 266.88 | 0.98 | 0.5 |
| Hex | 73 | 3 | FD | 37 | 63 | 0 | 1 | 10B | 62 | 32 |
| Octal | 163 | 3 | 375 | 67 | 143 | 0 | 1 | 413 | 142 | 62 |
| Binary | 1110011 | 11 | 11111101 | 110111 | 1100011 | 0 | 1 | 100001011 | 1100010 | 110010 |
Color Harmonies of #7303FD
Complementary color
Monochromatic Colors of #7303FD
Black with #7303FD
Text Example
Text Example
White with #7303FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7303FD; }
p { color: rgb(115,3,253); }
H1.HeaderClassName
{
color: #7303FD;
}
.AnyTagClassName
{
color: #7303FD;
}
</style>
background-color css
<style>
a { background-color: #7303FD; }
a { background-color: rgb(115,3,253); }
div.DivClassName
{
background-color: #7303FD;
}
.BgClassName
{
background-color: #7303FD;
}
</style>
border-color css
<style>
span { border-color: #7303FD; }
span { border-color: rgb(115,3,253); }
td.TdClassName
{
border-color: #7303FD;
}
.TagClassName
{
border-color: #7303FD;
}
</style>