Shades of Electric Indigo #7300FE
Tints of Electric Indigo #7300FE
RGB
CMYK
RGB Variations
Color information
#7300FE (or 0x7300FE) is known color: Electric Indigo. HEX triplet: 73, 00 and FE. RGB value is (115,0,254). Sum of RGB (Red+Green+Blue) = 115+0+254=369 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.17% from 369); Green value is 0 (0.39% from 255 or 0% from 369); Blue value is 254 (99.61% from 255 or 68.83% from 369); Max value from RGB is 254 - color contains mainly: blue. Hex color #7300FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7300FE is #8CFF01. Grayscale: #3E3E3E. Windows color (decimal): -9240322 or 16646259. OLE color: 16646259.
HSL color Cylindrical-coordinate representation of color #7300FE: hue angle of 267.17º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7300FE is Cyan = 0.55, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 115 | 0 | 254 | - |
| CMYK | 0.55 | 1 | 0 | 0.00 |
| HSL | 267.17º | 1% | 0.5% | - |
| HSV(B) | 267.17º | 1% | 1% | - |
| XYZ | 24.96 | 10.8 | 94.54 | - |
| YUV | 63.34 | 235.6 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 0 | 254 | 0.55 | 1 | 0 | 0.00 | 267.17 | 1 | 0.5 |
| Hex | 73 | 0 | FE | 37 | 64 | 0 | 0 | 10B | 64 | 32 |
| Octal | 163 | 0 | 376 | 67 | 144 | 0 | 0 | 413 | 144 | 62 |
| Binary | 1110011 | 0 | 11111110 | 110111 | 1100100 | 0 | 0 | 100001011 | 1100100 | 110010 |
Color Harmonies of #7300FE
Complementary color
Monochromatic Colors of #7300FE
Black with #7300FE
Text Example
Text Example
White with #7300FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7300FE; }
p { color: rgb(115,0,254); }
H1.HeaderClassName
{
color: #7300FE;
}
.AnyTagClassName
{
color: #7300FE;
}
</style>
background-color css
<style>
a { background-color: #7300FE; }
a { background-color: rgb(115,0,254); }
div.DivClassName
{
background-color: #7300FE;
}
.BgClassName
{
background-color: #7300FE;
}
</style>
border-color css
<style>
span { border-color: #7300FE; }
span { border-color: rgb(115,0,254); }
td.TdClassName
{
border-color: #7300FE;
}
.TagClassName
{
border-color: #7300FE;
}
</style>