Shades of Indigo #5A007B
Tints of Indigo #5A007B
RGB
CMYK
RGB Variations
Color information
#5A007B (or 0x5A007B) is known color: Indigo. HEX triplet: 5A, 00 and 7B. RGB value is (90,0,123). Sum of RGB (Red+Green+Blue) = 90+0+123=213 (28% of max value = 765). Red value is 90 (35.55% from 255 or 42.25% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 123 (48.44% from 255 or 57.75% from 213); Max value from RGB is 123 - color contains mainly: blue. Hex color #5A007B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A007B is #A5FF84. Grayscale: #282828. Windows color (decimal): -10878853 or 8061018. OLE color: 8061018.
HSL color Cylindrical-coordinate representation of color #5A007B: hue angle of 283.9º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5A007B is Cyan = 0.27, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 90 | 0 | 123 | - |
| CMYK | 0.27 | 1 | 0 | 0.52 |
| HSL | 283.9º | 1% | 0.24% | - |
| HSV(B) | 283.9º | 1% | 0.48% | - |
| XYZ | 7.79 | 3.6 | 19.02 | - |
| YUV | 40.93 | 174.32 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 0 | 123 | 0.27 | 1 | 0 | 0.52 | 283.9 | 1 | 0.24 |
| Hex | 5A | 0 | 7B | 1B | 64 | 0 | 34 | 11C | 64 | 18 |
| Octal | 132 | 0 | 173 | 33 | 144 | 0 | 64 | 434 | 144 | 30 |
| Binary | 1011010 | 0 | 1111011 | 11011 | 1100100 | 0 | 110100 | 100011100 | 1100100 | 11000 |
Color Harmonies of #5A007B
Complementary color
Monochromatic Colors of #5A007B
Black with #5A007B
Text Example
Text Example
White with #5A007B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A007B; }
p { color: rgb(90,0,123); }
H1.HeaderClassName
{
color: #5A007B;
}
.AnyTagClassName
{
color: #5A007B;
}
</style>
background-color css
<style>
a { background-color: #5A007B; }
a { background-color: rgb(90,0,123); }
div.DivClassName
{
background-color: #5A007B;
}
.BgClassName
{
background-color: #5A007B;
}
</style>
border-color css
<style>
span { border-color: #5A007B; }
span { border-color: rgb(90,0,123); }
td.TdClassName
{
border-color: #5A007B;
}
.TagClassName
{
border-color: #5A007B;
}
</style>