Shades of Electric Indigo #7302FE
Tints of Electric Indigo #7302FE
RGB
CMYK
RGB Variations
Color information
#7302FE (or 0x7302FE) is known color: Electric Indigo. HEX triplet: 73, 02 and FE. RGB value is (115,2,254). Sum of RGB (Red+Green+Blue) = 115+2+254=371 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.00% from 371); Green value is 2 (1.17% from 255 or 0.54% from 371); Blue value is 254 (99.61% from 255 or 68.46% from 371); Max value from RGB is 254 - color contains mainly: blue. Hex color #7302FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7302FE is #8CFD01. Grayscale: #3F3F3F. Windows color (decimal): -9239810 or 16646771. OLE color: 16646771.
HSL color Cylindrical-coordinate representation of color #7302FE: hue angle of 266.9º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7302FE is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 115 | 2 | 254 | - |
| CMYK | 0.55 | 0.99 | 0 | 0.00 |
| HSL | 266.9º | 0.99% | 0.5% | - |
| HSV(B) | 266.9º | 0.99% | 1% | - |
| XYZ | 24.98 | 10.84 | 94.54 | - |
| YUV | 64.52 | 234.94 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 2 | 254 | 0.55 | 0.99 | 0 | 0.00 | 266.9 | 0.99 | 0.5 |
| Hex | 73 | 2 | FE | 37 | 63 | 0 | 0 | 10B | 63 | 32 |
| Octal | 163 | 2 | 376 | 67 | 143 | 0 | 0 | 413 | 143 | 62 |
| Binary | 1110011 | 10 | 11111110 | 110111 | 1100011 | 0 | 0 | 100001011 | 1100011 | 110010 |
Color Harmonies of #7302FE
Complementary color
Monochromatic Colors of #7302FE
Black with #7302FE
Text Example
Text Example
White with #7302FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7302FE; }
p { color: rgb(115,2,254); }
H1.HeaderClassName
{
color: #7302FE;
}
.AnyTagClassName
{
color: #7302FE;
}
</style>
background-color css
<style>
a { background-color: #7302FE; }
a { background-color: rgb(115,2,254); }
div.DivClassName
{
background-color: #7302FE;
}
.BgClassName
{
background-color: #7302FE;
}
</style>
border-color css
<style>
span { border-color: #7302FE; }
span { border-color: rgb(115,2,254); }
td.TdClassName
{
border-color: #7302FE;
}
.TagClassName
{
border-color: #7302FE;
}
</style>