Shades of Indigo #5A0D8B
Tints of Indigo #5A0D8B
RGB
CMYK
RGB Variations
Color information
#5A0D8B (or 0x5A0D8B) is known color: Indigo. HEX triplet: 5A, 0D and 8B. RGB value is (90,13,139). Sum of RGB (Red+Green+Blue) = 90+13+139=242 (32% of max value = 765). Red value is 90 (35.55% from 255 or 37.19% from 242); Green value is 13 (5.47% from 255 or 5.37% from 242); Blue value is 139 (54.69% from 255 or 57.44% from 242); Max value from RGB is 139 - color contains mainly: blue. Hex color #5A0D8B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A0D8B is #A5F274. Grayscale: #313131. Windows color (decimal): -10875509 or 9112922. OLE color: 9112922.
HSL color Cylindrical-coordinate representation of color #5A0D8B: hue angle of 276.67º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5A0D8B is Cyan = 0.35, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 90 | 13 | 139 | - |
| CMYK | 0.35 | 0.91 | 0 | 0.45 |
| HSL | 276.67º | 0.83% | 0.3% | - |
| HSV(B) | 276.67º | 0.91% | 0.55% | - |
| XYZ | 9.02 | 4.33 | 24.79 | - |
| YUV | 50.39 | 178.01 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 13 | 139 | 0.35 | 0.91 | 0 | 0.45 | 276.67 | 0.83 | 0.3 |
| Hex | 5A | D | 8B | 23 | 5B | 0 | 2D | 115 | 53 | 1E |
| Octal | 132 | 15 | 213 | 43 | 133 | 0 | 55 | 425 | 123 | 36 |
| Binary | 1011010 | 1101 | 10001011 | 100011 | 1011011 | 0 | 101101 | 100010101 | 1010011 | 11110 |
Color Harmonies of #5A0D8B
Complementary color
Monochromatic Colors of #5A0D8B
Black with #5A0D8B
Text Example
Text Example
White with #5A0D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0D8B; }
p { color: rgb(90,13,139); }
H1.HeaderClassName
{
color: #5A0D8B;
}
.AnyTagClassName
{
color: #5A0D8B;
}
</style>
background-color css
<style>
a { background-color: #5A0D8B; }
a { background-color: rgb(90,13,139); }
div.DivClassName
{
background-color: #5A0D8B;
}
.BgClassName
{
background-color: #5A0D8B;
}
</style>
border-color css
<style>
span { border-color: #5A0D8B; }
span { border-color: rgb(90,13,139); }
td.TdClassName
{
border-color: #5A0D8B;
}
.TagClassName
{
border-color: #5A0D8B;
}
</style>