Shades of Indigo #5A068A
Tints of Indigo #5A068A
RGB
CMYK
RGB Variations
Color information
#5A068A (or 0x5A068A) is known color: Indigo. HEX triplet: 5A, 06 and 8A. RGB value is (90,6,138). Sum of RGB (Red+Green+Blue) = 90+6+138=234 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.46% from 234); Green value is 6 (2.73% from 255 or 2.56% from 234); Blue value is 138 (54.30% from 255 or 58.97% from 234); Max value from RGB is 138 - color contains mainly: blue. Hex color #5A068A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A068A is #A5F975. Grayscale: #2D2D2D. Windows color (decimal): -10877302 or 9045594. OLE color: 9045594.
HSL color Cylindrical-coordinate representation of color #5A068A: hue angle of 278.18º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5A068A is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 90 | 6 | 138 | - |
| CMYK | 0.35 | 0.96 | 0 | 0.46 |
| HSL | 278.18º | 0.92% | 0.28% | - |
| HSV(B) | 278.18º | 0.96% | 0.54% | - |
| XYZ | 8.87 | 4.14 | 24.38 | - |
| YUV | 46.16 | 179.83 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 6 | 138 | 0.35 | 0.96 | 0 | 0.46 | 278.18 | 0.92 | 0.28 |
| Hex | 5A | 6 | 8A | 23 | 60 | 0 | 2E | 116 | 5C | 1C |
| Octal | 132 | 6 | 212 | 43 | 140 | 0 | 56 | 426 | 134 | 34 |
| Binary | 1011010 | 110 | 10001010 | 100011 | 1100000 | 0 | 101110 | 100010110 | 1011100 | 11100 |
Color Harmonies of #5A068A
Complementary color
Monochromatic Colors of #5A068A
Black with #5A068A
Text Example
Text Example
White with #5A068A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A068A; }
p { color: rgb(90,6,138); }
H1.HeaderClassName
{
color: #5A068A;
}
.AnyTagClassName
{
color: #5A068A;
}
</style>
background-color css
<style>
a { background-color: #5A068A; }
a { background-color: rgb(90,6,138); }
div.DivClassName
{
background-color: #5A068A;
}
.BgClassName
{
background-color: #5A068A;
}
</style>
border-color css
<style>
span { border-color: #5A068A; }
span { border-color: rgb(90,6,138); }
td.TdClassName
{
border-color: #5A068A;
}
.TagClassName
{
border-color: #5A068A;
}
</style>