Shades of Electric Indigo #5302FF
Tints of Electric Indigo #5302FF
RGB
CMYK
RGB Variations
Color information
#5302FF (or 0x5302FF) is known color: Electric Indigo. HEX triplet: 53, 02 and FF. RGB value is (83,2,255). Sum of RGB (Red+Green+Blue) = 83+2+255=340 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.41% from 340); Green value is 2 (1.17% from 255 or 0.59% from 340); Blue value is 255 (100% from 255 or 75% from 340); Max value from RGB is 255 - color contains mainly: blue. Hex color #5302FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5302FF is #ACFD00. Grayscale: #363636. Windows color (decimal): -11336961 or 16712275. OLE color: 16712275.
HSL color Cylindrical-coordinate representation of color #5302FF: hue angle of 259.21º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5302FF is Cyan = 0.67, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 2 | 255 | - |
| CMYK | 0.67 | 0.99 | 0 | 0 |
| HSL | 259.21º | 1% | 0.5% | - |
| HSV(B) | 259.21º | 0.99% | 1% | - |
| XYZ | 21.64 | 9.1 | 95.22 | - |
| YUV | 55.06 | 240.84 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 2 | 255 | 0.67 | 0.99 | 0 | 0 | 259.21 | 1 | 0.5 |
| Hex | 53 | 2 | FF | 43 | 63 | 0 | 0 | 103 | 64 | 32 |
| Octal | 123 | 2 | 377 | 103 | 143 | 0 | 0 | 403 | 144 | 62 |
| Binary | 1010011 | 10 | 11111111 | 1000011 | 1100011 | 0 | 0 | 100000011 | 1100100 | 110010 |
Color Harmonies of #5302FF
Complementary color
Monochromatic Colors of #5302FF
Black with #5302FF
Text Example
Text Example
White with #5302FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5302FF; }
p { color: rgb(83,2,255); }
H1.HeaderClassName
{
color: #5302FF;
}
.AnyTagClassName
{
color: #5302FF;
}
</style>
background-color css
<style>
a { background-color: #5302FF; }
a { background-color: rgb(83,2,255); }
div.DivClassName
{
background-color: #5302FF;
}
.BgClassName
{
background-color: #5302FF;
}
</style>
border-color css
<style>
span { border-color: #5302FF; }
span { border-color: rgb(83,2,255); }
td.TdClassName
{
border-color: #5302FF;
}
.TagClassName
{
border-color: #5302FF;
}
</style>