Shades of Indigo #5A0394
Tints of Indigo #5A0394
RGB
CMYK
RGB Variations
Color information
#5A0394 (or 0x5A0394) is known color: Indigo. HEX triplet: 5A, 03 and 94. RGB value is (90,3,148). Sum of RGB (Red+Green+Blue) = 90+3+148=241 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.34% from 241); Green value is 3 (1.56% from 255 or 1.24% from 241); Blue value is 148 (58.20% from 255 or 61.41% from 241); Max value from RGB is 148 - color contains mainly: blue. Hex color #5A0394 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A0394 is #A5FC6B. Grayscale: #2D2D2D. Windows color (decimal): -10878060 or 9700186. OLE color: 9700186.
HSL color Cylindrical-coordinate representation of color #5A0394: hue angle of 276º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5A0394 is Cyan = 0.39, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 90 | 3 | 148 | - |
| CMYK | 0.39 | 0.98 | 0 | 0.42 |
| HSL | 276º | 0.96% | 0.3% | - |
| HSV(B) | 276º | 0.98% | 0.58% | - |
| XYZ | 9.59 | 4.38 | 28.36 | - |
| YUV | 45.54 | 185.82 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 3 | 148 | 0.39 | 0.98 | 0 | 0.42 | 276 | 0.96 | 0.3 |
| Hex | 5A | 3 | 94 | 27 | 62 | 0 | 2A | 114 | 60 | 1E |
| Octal | 132 | 3 | 224 | 47 | 142 | 0 | 52 | 424 | 140 | 36 |
| Binary | 1011010 | 11 | 10010100 | 100111 | 1100010 | 0 | 101010 | 100010100 | 1100000 | 11110 |
Color Harmonies of #5A0394
Complementary color
Monochromatic Colors of #5A0394
Black with #5A0394
Text Example
Text Example
White with #5A0394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0394; }
p { color: rgb(90,3,148); }
H1.HeaderClassName
{
color: #5A0394;
}
.AnyTagClassName
{
color: #5A0394;
}
</style>
background-color css
<style>
a { background-color: #5A0394; }
a { background-color: rgb(90,3,148); }
div.DivClassName
{
background-color: #5A0394;
}
.BgClassName
{
background-color: #5A0394;
}
</style>
border-color css
<style>
span { border-color: #5A0394; }
span { border-color: rgb(90,3,148); }
td.TdClassName
{
border-color: #5A0394;
}
.TagClassName
{
border-color: #5A0394;
}
</style>