Shades of Indigo #4A0464
Tints of Indigo #4A0464
RGB
CMYK
RGB Variations
Color information
#4A0464 (or 0x4A0464) is known color: Indigo. HEX triplet: 4A, 04 and 64. RGB value is (74,4,100). Sum of RGB (Red+Green+Blue) = 74+4+100=178 (23% of max value = 765). Red value is 74 (29.30% from 255 or 41.57% from 178); Green value is 4 (1.95% from 255 or 2.25% from 178); Blue value is 100 (39.45% from 255 or 56.18% from 178); Max value from RGB is 100 - color contains mainly: blue. Hex color #4A0464 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A0464 is #B5FB9B. Grayscale: #232323. Windows color (decimal): -11926428 or 6554698. OLE color: 6554698.
HSL color Cylindrical-coordinate representation of color #4A0464: hue angle of 283.75º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4A0464 is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 74 | 4 | 100 | - |
| CMYK | 0.26 | 0.96 | 0 | 0.61 |
| HSL | 283.75º | 0.92% | 0.2% | - |
| HSV(B) | 283.75º | 0.96% | 0.39% | - |
| XYZ | 5.17 | 2.46 | 12.26 | - |
| YUV | 35.87 | 164.19 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 4 | 100 | 0.26 | 0.96 | 0 | 0.61 | 283.75 | 0.92 | 0.2 |
| Hex | 4A | 4 | 64 | 1A | 60 | 0 | 3D | 11C | 5C | 14 |
| Octal | 112 | 4 | 144 | 32 | 140 | 0 | 75 | 434 | 134 | 24 |
| Binary | 1001010 | 100 | 1100100 | 11010 | 1100000 | 0 | 111101 | 100011100 | 1011100 | 10100 |
Color Harmonies of #4A0464
Complementary color
Monochromatic Colors of #4A0464
Black with #4A0464
Text Example
Text Example
White with #4A0464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0464; }
p { color: rgb(74,4,100); }
H1.HeaderClassName
{
color: #4A0464;
}
.AnyTagClassName
{
color: #4A0464;
}
</style>
background-color css
<style>
a { background-color: #4A0464; }
a { background-color: rgb(74,4,100); }
div.DivClassName
{
background-color: #4A0464;
}
.BgClassName
{
background-color: #4A0464;
}
</style>
border-color css
<style>
span { border-color: #4A0464; }
span { border-color: rgb(74,4,100); }
td.TdClassName
{
border-color: #4A0464;
}
.TagClassName
{
border-color: #4A0464;
}
</style>