Shades of Indigo #4A0C98
Tints of Indigo #4A0C98
RGB
CMYK
RGB Variations
Color information
#4A0C98 (or 0x4A0C98) is known color: Indigo. HEX triplet: 4A, 0C and 98. RGB value is (74,12,152). Sum of RGB (Red+Green+Blue) = 74+12+152=238 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.09% from 238); Green value is 12 (5.08% from 255 or 5.04% from 238); Blue value is 152 (59.77% from 255 or 63.87% from 238); Max value from RGB is 152 - color contains mainly: blue. Hex color #4A0C98 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A0C98 is #B5F367. Grayscale: #2E2E2E. Windows color (decimal): -11924328 or 9964618. OLE color: 9964618.
HSL color Cylindrical-coordinate representation of color #4A0C98: hue angle of 266.57º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4A0C98 is Cyan = 0.51, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 74 | 12 | 152 | - |
| CMYK | 0.51 | 0.92 | 0 | 0.40 |
| HSL | 266.57º | 0.85% | 0.32% | - |
| HSV(B) | 266.57º | 0.92% | 0.6% | - |
| XYZ | 8.62 | 3.99 | 30.02 | - |
| YUV | 46.5 | 187.54 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 12 | 152 | 0.51 | 0.92 | 0 | 0.40 | 266.57 | 0.85 | 0.32 |
| Hex | 4A | C | 98 | 33 | 5C | 0 | 28 | 10B | 55 | 20 |
| Octal | 112 | 14 | 230 | 63 | 134 | 0 | 50 | 413 | 125 | 40 |
| Binary | 1001010 | 1100 | 10011000 | 110011 | 1011100 | 0 | 101000 | 100001011 | 1010101 | 100000 |
Color Harmonies of #4A0C98
Complementary color
Monochromatic Colors of #4A0C98
Black with #4A0C98
Text Example
Text Example
White with #4A0C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0C98; }
p { color: rgb(74,12,152); }
H1.HeaderClassName
{
color: #4A0C98;
}
.AnyTagClassName
{
color: #4A0C98;
}
</style>
background-color css
<style>
a { background-color: #4A0C98; }
a { background-color: rgb(74,12,152); }
div.DivClassName
{
background-color: #4A0C98;
}
.BgClassName
{
background-color: #4A0C98;
}
</style>
border-color css
<style>
span { border-color: #4A0C98; }
span { border-color: rgb(74,12,152); }
td.TdClassName
{
border-color: #4A0C98;
}
.TagClassName
{
border-color: #4A0C98;
}
</style>