Shades of Indigo #4A005F
Tints of Indigo #4A005F
RGB
CMYK
RGB Variations
Color information
#4A005F (or 0x4A005F) is known color: Indigo. HEX triplet: 4A, 00 and 5F. RGB value is (74,0,95). Sum of RGB (Red+Green+Blue) = 74+0+95=169 (22% of max value = 765). Red value is 74 (29.30% from 255 or 43.79% from 169); Green value is 0 (0.39% from 255 or 0% from 169); Blue value is 95 (37.5% from 255 or 56.21% from 169); Max value from RGB is 95 - color contains mainly: blue. Hex color #4A005F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A005F is #B5FFA0. Grayscale: #202020. Windows color (decimal): -11927457 or 6225994. OLE color: 6225994.
HSL color Cylindrical-coordinate representation of color #4A005F: hue angle of 286.74º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4A005F is Cyan = 0.22, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 74 | 0 | 95 | - |
| CMYK | 0.22 | 1 | 0 | 0.63 |
| HSL | 286.74º | 1% | 0.19% | - |
| HSV(B) | 286.74º | 1% | 0.37% | - |
| XYZ | 4.89 | 2.28 | 11.01 | - |
| YUV | 32.96 | 163.02 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 0 | 95 | 0.22 | 1 | 0 | 0.63 | 286.74 | 1 | 0.19 |
| Hex | 4A | 0 | 5F | 16 | 64 | 0 | 3F | 11F | 64 | 13 |
| Octal | 112 | 0 | 137 | 26 | 144 | 0 | 77 | 437 | 144 | 23 |
| Binary | 1001010 | 0 | 1011111 | 10110 | 1100100 | 0 | 111111 | 100011111 | 1100100 | 10011 |
Color Harmonies of #4A005F
Complementary color
Monochromatic Colors of #4A005F
Black with #4A005F
Text Example
Text Example
White with #4A005F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A005F; }
p { color: rgb(74,0,95); }
H1.HeaderClassName
{
color: #4A005F;
}
.AnyTagClassName
{
color: #4A005F;
}
</style>
background-color css
<style>
a { background-color: #4A005F; }
a { background-color: rgb(74,0,95); }
div.DivClassName
{
background-color: #4A005F;
}
.BgClassName
{
background-color: #4A005F;
}
</style>
border-color css
<style>
span { border-color: #4A005F; }
span { border-color: rgb(74,0,95); }
td.TdClassName
{
border-color: #4A005F;
}
.TagClassName
{
border-color: #4A005F;
}
</style>