Shades of Indigo #5A0693
Tints of Indigo #5A0693
RGB
CMYK
RGB Variations
Color information
#5A0693 (or 0x5A0693) is known color: Indigo. HEX triplet: 5A, 06 and 93. RGB value is (90,6,147). Sum of RGB (Red+Green+Blue) = 90+6+147=243 (32% of max value = 765). Red value is 90 (35.55% from 255 or 37.04% from 243); Green value is 6 (2.73% from 255 or 2.47% from 243); Blue value is 147 (57.81% from 255 or 60.49% from 243); Max value from RGB is 147 - color contains mainly: blue. Hex color #5A0693 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A0693 is #A5F96C. Grayscale: #2E2E2E. Windows color (decimal): -10877293 or 9635418. OLE color: 9635418.
HSL color Cylindrical-coordinate representation of color #5A0693: hue angle of 275.74º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5A0693 is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 90 | 6 | 147 | - |
| CMYK | 0.39 | 0.96 | 0 | 0.42 |
| HSL | 275.74º | 0.92% | 0.3% | - |
| HSV(B) | 275.74º | 0.96% | 0.58% | - |
| XYZ | 9.55 | 4.41 | 27.95 | - |
| YUV | 47.19 | 184.33 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 6 | 147 | 0.39 | 0.96 | 0 | 0.42 | 275.74 | 0.92 | 0.3 |
| Hex | 5A | 6 | 93 | 27 | 60 | 0 | 2A | 114 | 5C | 1E |
| Octal | 132 | 6 | 223 | 47 | 140 | 0 | 52 | 424 | 134 | 36 |
| Binary | 1011010 | 110 | 10010011 | 100111 | 1100000 | 0 | 101010 | 100010100 | 1011100 | 11110 |
Color Harmonies of #5A0693
Complementary color
Monochromatic Colors of #5A0693
Black with #5A0693
Text Example
Text Example
White with #5A0693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0693; }
p { color: rgb(90,6,147); }
H1.HeaderClassName
{
color: #5A0693;
}
.AnyTagClassName
{
color: #5A0693;
}
</style>
background-color css
<style>
a { background-color: #5A0693; }
a { background-color: rgb(90,6,147); }
div.DivClassName
{
background-color: #5A0693;
}
.BgClassName
{
background-color: #5A0693;
}
</style>
border-color css
<style>
span { border-color: #5A0693; }
span { border-color: rgb(90,6,147); }
td.TdClassName
{
border-color: #5A0693;
}
.TagClassName
{
border-color: #5A0693;
}
</style>