Shades of Electric Indigo #7300FD
Tints of Electric Indigo #7300FD
RGB
CMYK
RGB Variations
Color information
#7300FD (or 0x7300FD) is known color: Electric Indigo. HEX triplet: 73, 00 and FD. RGB value is (115,0,253). Sum of RGB (Red+Green+Blue) = 115+0+253=368 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.25% from 368); Green value is 0 (0.39% from 255 or 0% from 368); Blue value is 253 (99.22% from 255 or 68.75% from 368); Max value from RGB is 253 - color contains mainly: blue. Hex color #7300FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7300FD is #8CFF02. Grayscale: #3E3E3E. Windows color (decimal): -9240323 or 16580723. OLE color: 16580723.
HSL color Cylindrical-coordinate representation of color #7300FD: hue angle of 267.27º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7300FD is Cyan = 0.55, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 115 | 0 | 253 | - |
| CMYK | 0.55 | 1 | 0 | 0.01 |
| HSL | 267.27º | 1% | 0.5% | - |
| HSV(B) | 267.27º | 1% | 0.99% | - |
| XYZ | 24.8 | 10.74 | 93.69 | - |
| YUV | 63.23 | 235.1 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 0 | 253 | 0.55 | 1 | 0 | 0.01 | 267.27 | 1 | 0.5 |
| Hex | 73 | 0 | FD | 37 | 64 | 0 | 1 | 10B | 64 | 32 |
| Octal | 163 | 0 | 375 | 67 | 144 | 0 | 1 | 413 | 144 | 62 |
| Binary | 1110011 | 0 | 11111101 | 110111 | 1100100 | 0 | 1 | 100001011 | 1100100 | 110010 |
Color Harmonies of #7300FD
Complementary color
Monochromatic Colors of #7300FD
Black with #7300FD
Text Example
Text Example
White with #7300FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7300FD; }
p { color: rgb(115,0,253); }
H1.HeaderClassName
{
color: #7300FD;
}
.AnyTagClassName
{
color: #7300FD;
}
</style>
background-color css
<style>
a { background-color: #7300FD; }
a { background-color: rgb(115,0,253); }
div.DivClassName
{
background-color: #7300FD;
}
.BgClassName
{
background-color: #7300FD;
}
</style>
border-color css
<style>
span { border-color: #7300FD; }
span { border-color: rgb(115,0,253); }
td.TdClassName
{
border-color: #7300FD;
}
.TagClassName
{
border-color: #7300FD;
}
</style>