Shades of Indigo #5302AB
Tints of Indigo #5302AB
RGB
CMYK
RGB Variations
Color information
#5302AB (or 0x5302AB) is known color: Indigo. HEX triplet: 53, 02 and AB. RGB value is (83,2,171). Sum of RGB (Red+Green+Blue) = 83+2+171=256 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.42% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 171 (67.19% from 255 or 66.80% from 256); Max value from RGB is 171 - color contains mainly: blue. Hex color #5302AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5302AB is #ACFD54. Grayscale: #2C2C2C. Windows color (decimal): -11337045 or 11207251. OLE color: 11207251.
HSL color Cylindrical-coordinate representation of color #5302AB: hue angle of 268.76º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5302AB is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 2 | 171 | - |
| CMYK | 0.51 | 0.99 | 0 | 0.33 |
| HSL | 268.76º | 0.98% | 0.34% | - |
| HSV(B) | 268.76º | 0.99% | 0.67% | - |
| XYZ | 10.94 | 4.82 | 38.88 | - |
| YUV | 45.49 | 198.84 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 2 | 171 | 0.51 | 0.99 | 0 | 0.33 | 268.76 | 0.98 | 0.34 |
| Hex | 53 | 2 | AB | 33 | 63 | 0 | 21 | 10D | 62 | 22 |
| Octal | 123 | 2 | 253 | 63 | 143 | 0 | 41 | 415 | 142 | 42 |
| Binary | 1010011 | 10 | 10101011 | 110011 | 1100011 | 0 | 100001 | 100001101 | 1100010 | 100010 |
Color Harmonies of #5302AB
Complementary color
Monochromatic Colors of #5302AB
Black with #5302AB
Text Example
Text Example
White with #5302AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5302AB; }
p { color: rgb(83,2,171); }
H1.HeaderClassName
{
color: #5302AB;
}
.AnyTagClassName
{
color: #5302AB;
}
</style>
background-color css
<style>
a { background-color: #5302AB; }
a { background-color: rgb(83,2,171); }
div.DivClassName
{
background-color: #5302AB;
}
.BgClassName
{
background-color: #5302AB;
}
</style>
border-color css
<style>
span { border-color: #5302AB; }
span { border-color: rgb(83,2,171); }
td.TdClassName
{
border-color: #5302AB;
}
.TagClassName
{
border-color: #5302AB;
}
</style>