Shades of Indigo #4A015B
Tints of Indigo #4A015B
RGB
CMYK
RGB Variations
Color information
#4A015B (or 0x4A015B) is known color: Indigo. HEX triplet: 4A, 01 and 5B. RGB value is (74,1,91). Sum of RGB (Red+Green+Blue) = 74+1+91=166 (21% of max value = 765). Red value is 74 (29.30% from 255 or 44.58% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 91 (35.94% from 255 or 54.82% from 166); Max value from RGB is 91 - color contains mainly: blue. Hex color #4A015B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A015B is #B5FEA4. Grayscale: #202020. Windows color (decimal): -11927205 or 5964106. OLE color: 5964106.
HSL color Cylindrical-coordinate representation of color #4A015B: hue angle of 288.67º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4A015B is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 74 | 1 | 91 | - |
| CMYK | 0.19 | 0.99 | 0 | 0.64 |
| HSL | 288.67º | 0.98% | 0.18% | - |
| HSV(B) | 288.67º | 0.99% | 0.36% | - |
| XYZ | 4.72 | 2.23 | 10.08 | - |
| YUV | 33.09 | 160.68 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 1 | 91 | 0.19 | 0.99 | 0 | 0.64 | 288.67 | 0.98 | 0.18 |
| Hex | 4A | 1 | 5B | 13 | 63 | 0 | 40 | 121 | 62 | 12 |
| Octal | 112 | 1 | 133 | 23 | 143 | 0 | 100 | 441 | 142 | 22 |
| Binary | 1001010 | 1 | 1011011 | 10011 | 1100011 | 0 | 1000000 | 100100001 | 1100010 | 10010 |
Color Harmonies of #4A015B
Complementary color
Monochromatic Colors of #4A015B
Black with #4A015B
Text Example
Text Example
White with #4A015B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A015B; }
p { color: rgb(74,1,91); }
H1.HeaderClassName
{
color: #4A015B;
}
.AnyTagClassName
{
color: #4A015B;
}
</style>
background-color css
<style>
a { background-color: #4A015B; }
a { background-color: rgb(74,1,91); }
div.DivClassName
{
background-color: #4A015B;
}
.BgClassName
{
background-color: #4A015B;
}
</style>
border-color css
<style>
span { border-color: #4A015B; }
span { border-color: rgb(74,1,91); }
td.TdClassName
{
border-color: #4A015B;
}
.TagClassName
{
border-color: #4A015B;
}
</style>