Shades of Indigo #4A015C
Tints of Indigo #4A015C
RGB
CMYK
RGB Variations
Color information
#4A015C (or 0x4A015C) is known color: Indigo. HEX triplet: 4A, 01 and 5C. RGB value is (74,1,92). Sum of RGB (Red+Green+Blue) = 74+1+92=167 (22% of max value = 765). Red value is 74 (29.30% from 255 or 44.31% from 167); Green value is 1 (0.78% from 255 or 0.60% from 167); Blue value is 92 (36.33% from 255 or 55.09% from 167); Max value from RGB is 92 - color contains mainly: blue. Hex color #4A015C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A015C is #B5FEA3. Grayscale: #202020. Windows color (decimal): -11927204 or 6029642. OLE color: 6029642.
HSL color Cylindrical-coordinate representation of color #4A015C: hue angle of 288.13º 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 #4A015C is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 74 | 1 | 92 | - |
| CMYK | 0.20 | 0.99 | 0 | 0.64 |
| HSL | 288.13º | 0.98% | 0.18% | - |
| HSV(B) | 288.13º | 0.99% | 0.36% | - |
| XYZ | 4.77 | 2.25 | 10.31 | - |
| YUV | 33.2 | 161.18 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 1 | 92 | 0.20 | 0.99 | 0 | 0.64 | 288.13 | 0.98 | 0.18 |
| Hex | 4A | 1 | 5C | 14 | 63 | 0 | 40 | 120 | 62 | 12 |
| Octal | 112 | 1 | 134 | 24 | 143 | 0 | 100 | 440 | 142 | 22 |
| Binary | 1001010 | 1 | 1011100 | 10100 | 1100011 | 0 | 1000000 | 100100000 | 1100010 | 10010 |
Color Harmonies of #4A015C
Complementary color
Monochromatic Colors of #4A015C
Black with #4A015C
Text Example
Text Example
White with #4A015C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A015C; }
p { color: rgb(74,1,92); }
H1.HeaderClassName
{
color: #4A015C;
}
.AnyTagClassName
{
color: #4A015C;
}
</style>
background-color css
<style>
a { background-color: #4A015C; }
a { background-color: rgb(74,1,92); }
div.DivClassName
{
background-color: #4A015C;
}
.BgClassName
{
background-color: #4A015C;
}
</style>
border-color css
<style>
span { border-color: #4A015C; }
span { border-color: rgb(74,1,92); }
td.TdClassName
{
border-color: #4A015C;
}
.TagClassName
{
border-color: #4A015C;
}
</style>