Shades of Indigo #4A037C
Tints of Indigo #4A037C
RGB
CMYK
RGB Variations
Color information
#4A037C (or 0x4A037C) is known color: Indigo. HEX triplet: 4A, 03 and 7C. RGB value is (74,3,124). Sum of RGB (Red+Green+Blue) = 74+3+124=201 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.82% from 201); Green value is 3 (1.56% from 255 or 1.49% from 201); Blue value is 124 (48.83% from 255 or 61.69% from 201); Max value from RGB is 124 - color contains mainly: blue. Hex color #4A037C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A037C is #B5FC83. Grayscale: #252525. Windows color (decimal): -11926660 or 8127306. OLE color: 8127306.
HSL color Cylindrical-coordinate representation of color #4A037C: hue angle of 275.21º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4A037C is Cyan = 0.40, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 74 | 3 | 124 | - |
| CMYK | 0.40 | 0.98 | 0 | 0.51 |
| HSL | 275.21º | 0.95% | 0.25% | - |
| HSV(B) | 275.21º | 0.98% | 0.49% | - |
| XYZ | 6.49 | 2.98 | 19.3 | - |
| YUV | 38.02 | 176.52 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 3 | 124 | 0.40 | 0.98 | 0 | 0.51 | 275.21 | 0.95 | 0.25 |
| Hex | 4A | 3 | 7C | 28 | 62 | 0 | 33 | 113 | 5F | 19 |
| Octal | 112 | 3 | 174 | 50 | 142 | 0 | 63 | 423 | 137 | 31 |
| Binary | 1001010 | 11 | 1111100 | 101000 | 1100010 | 0 | 110011 | 100010011 | 1011111 | 11001 |
Color Harmonies of #4A037C
Complementary color
Monochromatic Colors of #4A037C
Black with #4A037C
Text Example
Text Example
White with #4A037C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A037C; }
p { color: rgb(74,3,124); }
H1.HeaderClassName
{
color: #4A037C;
}
.AnyTagClassName
{
color: #4A037C;
}
</style>
background-color css
<style>
a { background-color: #4A037C; }
a { background-color: rgb(74,3,124); }
div.DivClassName
{
background-color: #4A037C;
}
.BgClassName
{
background-color: #4A037C;
}
</style>
border-color css
<style>
span { border-color: #4A037C; }
span { border-color: rgb(74,3,124); }
td.TdClassName
{
border-color: #4A037C;
}
.TagClassName
{
border-color: #4A037C;
}
</style>