Shades of Indigo #4A1998
Tints of Indigo #4A1998
RGB
CMYK
RGB Variations
Color information
#4A1998 (or 0x4A1998) is known color: Indigo. HEX triplet: 4A, 19 and 98. RGB value is (74,25,152). Sum of RGB (Red+Green+Blue) = 74+25+152=251 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.48% from 251); Green value is 25 (10.16% from 255 or 9.96% from 251); Blue value is 152 (59.77% from 255 or 60.56% from 251); Max value from RGB is 152 - color contains mainly: blue. Hex color #4A1998 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A1998 is #B5E667. Grayscale: #353535. Windows color (decimal): -11921000 or 9967946. OLE color: 9967946.
HSL color Cylindrical-coordinate representation of color #4A1998: hue angle of 263.15º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4A1998 is Cyan = 0.51, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 74 | 25 | 152 | - |
| CMYK | 0.51 | 0.84 | 0 | 0.40 |
| HSL | 263.15º | 0.72% | 0.35% | - |
| HSV(B) | 263.15º | 0.84% | 0.6% | - |
| XYZ | 8.84 | 4.42 | 30.09 | - |
| YUV | 54.13 | 183.23 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 25 | 152 | 0.51 | 0.84 | 0 | 0.40 | 263.15 | 0.72 | 0.35 |
| Hex | 4A | 19 | 98 | 33 | 54 | 0 | 28 | 107 | 48 | 23 |
| Octal | 112 | 31 | 230 | 63 | 124 | 0 | 50 | 407 | 110 | 43 |
| Binary | 1001010 | 11001 | 10011000 | 110011 | 1010100 | 0 | 101000 | 100000111 | 1001000 | 100011 |
Color Harmonies of #4A1998
Complementary color
Monochromatic Colors of #4A1998
Black with #4A1998
Text Example
Text Example
White with #4A1998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1998; }
p { color: rgb(74,25,152); }
H1.HeaderClassName
{
color: #4A1998;
}
.AnyTagClassName
{
color: #4A1998;
}
</style>
background-color css
<style>
a { background-color: #4A1998; }
a { background-color: rgb(74,25,152); }
div.DivClassName
{
background-color: #4A1998;
}
.BgClassName
{
background-color: #4A1998;
}
</style>
border-color css
<style>
span { border-color: #4A1998; }
span { border-color: rgb(74,25,152); }
td.TdClassName
{
border-color: #4A1998;
}
.TagClassName
{
border-color: #4A1998;
}
</style>