Shades of Indigo #5A148B
Tints of Indigo #5A148B
RGB
CMYK
RGB Variations
Color information
#5A148B (or 0x5A148B) is known color: Indigo. HEX triplet: 5A, 14 and 8B. RGB value is (90,20,139). Sum of RGB (Red+Green+Blue) = 90+20+139=249 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.14% from 249); Green value is 20 (8.20% from 255 or 8.03% from 249); Blue value is 139 (54.69% from 255 or 55.82% from 249); Max value from RGB is 139 - color contains mainly: blue. Hex color #5A148B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A148B is #A5EB74. Grayscale: #363636. Windows color (decimal): -10873717 or 9114714. OLE color: 9114714.
HSL color Cylindrical-coordinate representation of color #5A148B: hue angle of 275.29º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5A148B is Cyan = 0.35, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 90 | 20 | 139 | - |
| CMYK | 0.35 | 0.86 | 0 | 0.45 |
| HSL | 275.29º | 0.75% | 0.31% | - |
| HSV(B) | 275.29º | 0.86% | 0.55% | - |
| XYZ | 9.13 | 4.54 | 24.82 | - |
| YUV | 54.5 | 175.69 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 20 | 139 | 0.35 | 0.86 | 0 | 0.45 | 275.29 | 0.75 | 0.31 |
| Hex | 5A | 14 | 8B | 23 | 56 | 0 | 2D | 113 | 4B | 1F |
| Octal | 132 | 24 | 213 | 43 | 126 | 0 | 55 | 423 | 113 | 37 |
| Binary | 1011010 | 10100 | 10001011 | 100011 | 1010110 | 0 | 101101 | 100010011 | 1001011 | 11111 |
Color Harmonies of #5A148B
Complementary color
Monochromatic Colors of #5A148B
Black with #5A148B
Text Example
Text Example
White with #5A148B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A148B; }
p { color: rgb(90,20,139); }
H1.HeaderClassName
{
color: #5A148B;
}
.AnyTagClassName
{
color: #5A148B;
}
</style>
background-color css
<style>
a { background-color: #5A148B; }
a { background-color: rgb(90,20,139); }
div.DivClassName
{
background-color: #5A148B;
}
.BgClassName
{
background-color: #5A148B;
}
</style>
border-color css
<style>
span { border-color: #5A148B; }
span { border-color: rgb(90,20,139); }
td.TdClassName
{
border-color: #5A148B;
}
.TagClassName
{
border-color: #5A148B;
}
</style>