Shades of Indigo #4A1799
Tints of Indigo #4A1799
RGB
CMYK
RGB Variations
Color information
#4A1799 (or 0x4A1799) is known color: Indigo. HEX triplet: 4A, 17 and 99. RGB value is (74,23,153). Sum of RGB (Red+Green+Blue) = 74+23+153=250 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.6% from 250); Green value is 23 (9.38% from 255 or 9.2% from 250); Blue value is 153 (60.16% from 255 or 61.2% from 250); Max value from RGB is 153 - color contains mainly: blue. Hex color #4A1799 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A1799 is #B5E866. Grayscale: #343434. Windows color (decimal): -11921511 or 10032970. OLE color: 10032970.
HSL color Cylindrical-coordinate representation of color #4A1799: hue angle of 263.54º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4A1799 is Cyan = 0.52, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 74 | 23 | 153 | - |
| CMYK | 0.52 | 0.85 | 0 | 0.4 |
| HSL | 263.54º | 0.74% | 0.35% | - |
| HSV(B) | 263.54º | 0.85% | 0.6% | - |
| XYZ | 8.88 | 4.37 | 30.51 | - |
| YUV | 53.07 | 184.4 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 23 | 153 | 0.52 | 0.85 | 0 | 0.4 | 263.54 | 0.74 | 0.35 |
| Hex | 4A | 17 | 99 | 34 | 55 | 0 | 28 | 108 | 4A | 23 |
| Octal | 112 | 27 | 231 | 64 | 125 | 0 | 50 | 410 | 112 | 43 |
| Binary | 1001010 | 10111 | 10011001 | 110100 | 1010101 | 0 | 101000 | 100001000 | 1001010 | 100011 |
Color Harmonies of #4A1799
Complementary color
Monochromatic Colors of #4A1799
Black with #4A1799
Text Example
Text Example
White with #4A1799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1799; }
p { color: rgb(74,23,153); }
H1.HeaderClassName
{
color: #4A1799;
}
.AnyTagClassName
{
color: #4A1799;
}
</style>
background-color css
<style>
a { background-color: #4A1799; }
a { background-color: rgb(74,23,153); }
div.DivClassName
{
background-color: #4A1799;
}
.BgClassName
{
background-color: #4A1799;
}
</style>
border-color css
<style>
span { border-color: #4A1799; }
span { border-color: rgb(74,23,153); }
td.TdClassName
{
border-color: #4A1799;
}
.TagClassName
{
border-color: #4A1799;
}
</style>