Shades of Indigo #5A1093
Tints of Indigo #5A1093
RGB
CMYK
RGB Variations
Color information
#5A1093 (or 0x5A1093) is known color: Indigo. HEX triplet: 5A, 10 and 93. RGB value is (90,16,147). Sum of RGB (Red+Green+Blue) = 90+16+147=253 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.57% from 253); Green value is 16 (6.64% from 255 or 6.32% from 253); Blue value is 147 (57.81% from 255 or 58.10% from 253); Max value from RGB is 147 - color contains mainly: blue. Hex color #5A1093 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A1093 is #A5EF6C. Grayscale: #343434. Windows color (decimal): -10874733 or 9637978. OLE color: 9637978.
HSL color Cylindrical-coordinate representation of color #5A1093: hue angle of 273.89º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5A1093 is Cyan = 0.39, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 90 | 16 | 147 | - |
| CMYK | 0.39 | 0.89 | 0 | 0.42 |
| HSL | 273.89º | 0.8% | 0.32% | - |
| HSV(B) | 273.89º | 0.89% | 0.58% | - |
| XYZ | 9.67 | 4.65 | 27.99 | - |
| YUV | 53.06 | 181.02 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 16 | 147 | 0.39 | 0.89 | 0 | 0.42 | 273.89 | 0.8 | 0.32 |
| Hex | 5A | 10 | 93 | 27 | 59 | 0 | 2A | 112 | 50 | 20 |
| Octal | 132 | 20 | 223 | 47 | 131 | 0 | 52 | 422 | 120 | 40 |
| Binary | 1011010 | 10000 | 10010011 | 100111 | 1011001 | 0 | 101010 | 100010010 | 1010000 | 100000 |
Color Harmonies of #5A1093
Complementary color
Monochromatic Colors of #5A1093
Black with #5A1093
Text Example
Text Example
White with #5A1093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1093; }
p { color: rgb(90,16,147); }
H1.HeaderClassName
{
color: #5A1093;
}
.AnyTagClassName
{
color: #5A1093;
}
</style>
background-color css
<style>
a { background-color: #5A1093; }
a { background-color: rgb(90,16,147); }
div.DivClassName
{
background-color: #5A1093;
}
.BgClassName
{
background-color: #5A1093;
}
</style>
border-color css
<style>
span { border-color: #5A1093; }
span { border-color: rgb(90,16,147); }
td.TdClassName
{
border-color: #5A1093;
}
.TagClassName
{
border-color: #5A1093;
}
</style>