Shades of Indigo #5A067B
Tints of Indigo #5A067B
RGB
CMYK
RGB Variations
Color information
#5A067B (or 0x5A067B) is known color: Indigo. HEX triplet: 5A, 06 and 7B. RGB value is (90,6,123). Sum of RGB (Red+Green+Blue) = 90+6+123=219 (29% of max value = 765). Red value is 90 (35.55% from 255 or 41.10% from 219); Green value is 6 (2.73% from 255 or 2.74% from 219); Blue value is 123 (48.44% from 255 or 56.16% from 219); Max value from RGB is 123 - color contains mainly: blue. Hex color #5A067B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A067B is #A5F984. Grayscale: #2C2C2C. Windows color (decimal): -10877317 or 8062554. OLE color: 8062554.
HSL color Cylindrical-coordinate representation of color #5A067B: hue angle of 283.08º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5A067B is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 90 | 6 | 123 | - |
| CMYK | 0.27 | 0.95 | 0 | 0.52 |
| HSL | 283.08º | 0.91% | 0.25% | - |
| HSV(B) | 283.08º | 0.95% | 0.48% | - |
| XYZ | 7.86 | 3.73 | 19.05 | - |
| YUV | 44.45 | 172.33 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 6 | 123 | 0.27 | 0.95 | 0 | 0.52 | 283.08 | 0.91 | 0.25 |
| Hex | 5A | 6 | 7B | 1B | 5F | 0 | 34 | 11B | 5B | 19 |
| Octal | 132 | 6 | 173 | 33 | 137 | 0 | 64 | 433 | 133 | 31 |
| Binary | 1011010 | 110 | 1111011 | 11011 | 1011111 | 0 | 110100 | 100011011 | 1011011 | 11001 |
Color Harmonies of #5A067B
Complementary color
Monochromatic Colors of #5A067B
Black with #5A067B
Text Example
Text Example
White with #5A067B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A067B; }
p { color: rgb(90,6,123); }
H1.HeaderClassName
{
color: #5A067B;
}
.AnyTagClassName
{
color: #5A067B;
}
</style>
background-color css
<style>
a { background-color: #5A067B; }
a { background-color: rgb(90,6,123); }
div.DivClassName
{
background-color: #5A067B;
}
.BgClassName
{
background-color: #5A067B;
}
</style>
border-color css
<style>
span { border-color: #5A067B; }
span { border-color: rgb(90,6,123); }
td.TdClassName
{
border-color: #5A067B;
}
.TagClassName
{
border-color: #5A067B;
}
</style>