Shades of Indigo #4A007C
Tints of Indigo #4A007C
RGB
CMYK
RGB Variations
Color information
#4A007C (or 0x4A007C) is known color: Indigo. HEX triplet: 4A, 00 and 7C. RGB value is (74,0,124). Sum of RGB (Red+Green+Blue) = 74+0+124=198 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37.37% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 124 (48.83% from 255 or 62.63% from 198); Max value from RGB is 124 - color contains mainly: blue. Hex color #4A007C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A007C is #B5FF83. Grayscale: #232323. Windows color (decimal): -11927428 or 8126538. OLE color: 8126538.
HSL color Cylindrical-coordinate representation of color #4A007C: hue angle of 275.81º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4A007C is Cyan = 0.40, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 74 | 0 | 124 | - |
| CMYK | 0.40 | 1 | 0 | 0.51 |
| HSL | 275.81º | 1% | 0.24% | - |
| HSV(B) | 275.81º | 1% | 0.49% | - |
| XYZ | 6.46 | 2.91 | 19.29 | - |
| YUV | 36.26 | 177.52 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 0 | 124 | 0.40 | 1 | 0 | 0.51 | 275.81 | 1 | 0.24 |
| Hex | 4A | 0 | 7C | 28 | 64 | 0 | 33 | 114 | 64 | 18 |
| Octal | 112 | 0 | 174 | 50 | 144 | 0 | 63 | 424 | 144 | 30 |
| Binary | 1001010 | 0 | 1111100 | 101000 | 1100100 | 0 | 110011 | 100010100 | 1100100 | 11000 |
Color Harmonies of #4A007C
Complementary color
Monochromatic Colors of #4A007C
Black with #4A007C
Text Example
Text Example
White with #4A007C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A007C; }
p { color: rgb(74,0,124); }
H1.HeaderClassName
{
color: #4A007C;
}
.AnyTagClassName
{
color: #4A007C;
}
</style>
background-color css
<style>
a { background-color: #4A007C; }
a { background-color: rgb(74,0,124); }
div.DivClassName
{
background-color: #4A007C;
}
.BgClassName
{
background-color: #4A007C;
}
</style>
border-color css
<style>
span { border-color: #4A007C; }
span { border-color: rgb(74,0,124); }
td.TdClassName
{
border-color: #4A007C;
}
.TagClassName
{
border-color: #4A007C;
}
</style>