Shades of Indigo #4A1695
Tints of Indigo #4A1695
RGB
CMYK
RGB Variations
Color information
#4A1695 (or 0x4A1695) is known color: Indigo. HEX triplet: 4A, 16 and 95. RGB value is (74,22,149). Sum of RGB (Red+Green+Blue) = 74+22+149=245 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.20% from 245); Green value is 22 (8.98% from 255 or 8.98% from 245); Blue value is 149 (58.59% from 255 or 60.82% from 245); Max value from RGB is 149 - color contains mainly: blue. Hex color #4A1695 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A1695 is #B5E96A. Grayscale: #333333. Windows color (decimal): -11921771 or 9770570. OLE color: 9770570.
HSL color Cylindrical-coordinate representation of color #4A1695: hue angle of 264.57º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4A1695 is Cyan = 0.50, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 74 | 22 | 149 | - |
| CMYK | 0.50 | 0.85 | 0 | 0.42 |
| HSL | 264.57º | 0.74% | 0.34% | - |
| HSV(B) | 264.57º | 0.85% | 0.58% | - |
| XYZ | 8.54 | 4.2 | 28.79 | - |
| YUV | 52.03 | 182.73 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 22 | 149 | 0.50 | 0.85 | 0 | 0.42 | 264.57 | 0.74 | 0.34 |
| Hex | 4A | 16 | 95 | 32 | 55 | 0 | 2A | 109 | 4A | 22 |
| Octal | 112 | 26 | 225 | 62 | 125 | 0 | 52 | 411 | 112 | 42 |
| Binary | 1001010 | 10110 | 10010101 | 110010 | 1010101 | 0 | 101010 | 100001001 | 1001010 | 100010 |
Color Harmonies of #4A1695
Complementary color
Monochromatic Colors of #4A1695
Black with #4A1695
Text Example
Text Example
White with #4A1695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1695; }
p { color: rgb(74,22,149); }
H1.HeaderClassName
{
color: #4A1695;
}
.AnyTagClassName
{
color: #4A1695;
}
</style>
background-color css
<style>
a { background-color: #4A1695; }
a { background-color: rgb(74,22,149); }
div.DivClassName
{
background-color: #4A1695;
}
.BgClassName
{
background-color: #4A1695;
}
</style>
border-color css
<style>
span { border-color: #4A1695; }
span { border-color: rgb(74,22,149); }
td.TdClassName
{
border-color: #4A1695;
}
.TagClassName
{
border-color: #4A1695;
}
</style>