Shades of Electric Indigo #5A02FD
Tints of Electric Indigo #5A02FD
RGB
CMYK
RGB Variations
Color information
#5A02FD (or 0x5A02FD) is known color: Electric Indigo. HEX triplet: 5A, 02 and FD. RGB value is (90,2,253). Sum of RGB (Red+Green+Blue) = 90+2+253=345 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.09% from 345); Green value is 2 (1.17% from 255 or 0.58% from 345); Blue value is 253 (99.22% from 255 or 73.33% from 345); Max value from RGB is 253 - color contains mainly: blue. Hex color #5A02FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5A02FD is #A5FD02. Grayscale: #383838. Windows color (decimal): -10878211 or 16581210. OLE color: 16581210.
HSL color Cylindrical-coordinate representation of color #5A02FD: hue angle of 261.04º 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 #5A02FD is Cyan = 0.64, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 2 | 253 | - |
| CMYK | 0.64 | 0.99 | 0 | 0.01 |
| HSL | 261.04º | 0.98% | 0.5% | - |
| HSV(B) | 261.04º | 0.99% | 0.99% | - |
| XYZ | 21.97 | 9.31 | 93.57 | - |
| YUV | 56.93 | 238.65 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 2 | 253 | 0.64 | 0.99 | 0 | 0.01 | 261.04 | 0.98 | 0.5 |
| Hex | 5A | 2 | FD | 40 | 63 | 0 | 1 | 105 | 62 | 32 |
| Octal | 132 | 2 | 375 | 100 | 143 | 0 | 1 | 405 | 142 | 62 |
| Binary | 1011010 | 10 | 11111101 | 1000000 | 1100011 | 0 | 1 | 100000101 | 1100010 | 110010 |
Color Harmonies of #5A02FD
Complementary color
Monochromatic Colors of #5A02FD
Black with #5A02FD
Text Example
Text Example
White with #5A02FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A02FD; }
p { color: rgb(90,2,253); }
H1.HeaderClassName
{
color: #5A02FD;
}
.AnyTagClassName
{
color: #5A02FD;
}
</style>
background-color css
<style>
a { background-color: #5A02FD; }
a { background-color: rgb(90,2,253); }
div.DivClassName
{
background-color: #5A02FD;
}
.BgClassName
{
background-color: #5A02FD;
}
</style>
border-color css
<style>
span { border-color: #5A02FD; }
span { border-color: rgb(90,2,253); }
td.TdClassName
{
border-color: #5A02FD;
}
.TagClassName
{
border-color: #5A02FD;
}
</style>