Shades of Indigo #5613A2
Tints of Indigo #5613A2
RGB
CMYK
RGB Variations
Color information
#5613A2 (or 0x5613A2) is known color: Indigo. HEX triplet: 56, 13 and A2. RGB value is (86,19,162). Sum of RGB (Red+Green+Blue) = 86+19+162=267 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.21% from 267); Green value is 19 (7.81% from 255 or 7.12% from 267); Blue value is 162 (63.67% from 255 or 60.67% from 267); Max value from RGB is 162 - color contains mainly: blue. Hex color #5613A2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5613A2 is #A9EC5D. Grayscale: #363636. Windows color (decimal): -11136094 or 10621782. OLE color: 10621782.
HSL color Cylindrical-coordinate representation of color #5613A2: hue angle of 268.11º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5613A2 is Cyan = 0.47, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 86 | 19 | 162 | - |
| CMYK | 0.47 | 0.88 | 0 | 0.36 |
| HSL | 268.11º | 0.79% | 0.35% | - |
| HSV(B) | 268.11º | 0.88% | 0.64% | - |
| XYZ | 10.59 | 5.05 | 34.6 | - |
| YUV | 55.34 | 188.2 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 19 | 162 | 0.47 | 0.88 | 0 | 0.36 | 268.11 | 0.79 | 0.35 |
| Hex | 56 | 13 | A2 | 2F | 58 | 0 | 24 | 10C | 4F | 23 |
| Octal | 126 | 23 | 242 | 57 | 130 | 0 | 44 | 414 | 117 | 43 |
| Binary | 1010110 | 10011 | 10100010 | 101111 | 1011000 | 0 | 100100 | 100001100 | 1001111 | 100011 |
Color Harmonies of #5613A2
Complementary color
Monochromatic Colors of #5613A2
Black with #5613A2
Text Example
Text Example
White with #5613A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5613A2; }
p { color: rgb(86,19,162); }
H1.HeaderClassName
{
color: #5613A2;
}
.AnyTagClassName
{
color: #5613A2;
}
</style>
background-color css
<style>
a { background-color: #5613A2; }
a { background-color: rgb(86,19,162); }
div.DivClassName
{
background-color: #5613A2;
}
.BgClassName
{
background-color: #5613A2;
}
</style>
border-color css
<style>
span { border-color: #5613A2; }
span { border-color: rgb(86,19,162); }
td.TdClassName
{
border-color: #5613A2;
}
.TagClassName
{
border-color: #5613A2;
}
</style>