Shades of Indigo #4A037D
Tints of Indigo #4A037D
RGB
CMYK
RGB Variations
Color information
#4A037D (or 0x4A037D) is known color: Indigo. HEX triplet: 4A, 03 and 7D. RGB value is (74,3,125). Sum of RGB (Red+Green+Blue) = 74+3+125=202 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.63% from 202); Green value is 3 (1.56% from 255 or 1.49% from 202); Blue value is 125 (49.22% from 255 or 61.88% from 202); Max value from RGB is 125 - color contains mainly: blue. Hex color #4A037D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A037D is #B5FC82. Grayscale: #252525. Windows color (decimal): -11926659 or 8192842. OLE color: 8192842.
HSL color Cylindrical-coordinate representation of color #4A037D: hue angle of 274.92º 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 #4A037D is Cyan = 0.41, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 74 | 3 | 125 | - |
| CMYK | 0.41 | 0.98 | 0 | 0.51 |
| HSL | 274.92º | 0.95% | 0.25% | - |
| HSV(B) | 274.92º | 0.98% | 0.49% | - |
| XYZ | 6.56 | 3 | 19.64 | - |
| YUV | 38.14 | 177.02 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 3 | 125 | 0.41 | 0.98 | 0 | 0.51 | 274.92 | 0.95 | 0.25 |
| Hex | 4A | 3 | 7D | 29 | 62 | 0 | 33 | 113 | 5F | 19 |
| Octal | 112 | 3 | 175 | 51 | 142 | 0 | 63 | 423 | 137 | 31 |
| Binary | 1001010 | 11 | 1111101 | 101001 | 1100010 | 0 | 110011 | 100010011 | 1011111 | 11001 |
Color Harmonies of #4A037D
Complementary color
Monochromatic Colors of #4A037D
Black with #4A037D
Text Example
Text Example
White with #4A037D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A037D; }
p { color: rgb(74,3,125); }
H1.HeaderClassName
{
color: #4A037D;
}
.AnyTagClassName
{
color: #4A037D;
}
</style>
background-color css
<style>
a { background-color: #4A037D; }
a { background-color: rgb(74,3,125); }
div.DivClassName
{
background-color: #4A037D;
}
.BgClassName
{
background-color: #4A037D;
}
</style>
border-color css
<style>
span { border-color: #4A037D; }
span { border-color: rgb(74,3,125); }
td.TdClassName
{
border-color: #4A037D;
}
.TagClassName
{
border-color: #4A037D;
}
</style>