Shades of Indigo #4D0CAA
Tints of Indigo #4D0CAA
RGB
CMYK
RGB Variations
Color information
#4D0CAA (or 0x4D0CAA) is known color: Indigo. HEX triplet: 4D, 0C and AA. RGB value is (77,12,170). Sum of RGB (Red+Green+Blue) = 77+12+170=259 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.73% from 259); Green value is 12 (5.08% from 255 or 4.63% from 259); Blue value is 170 (66.80% from 255 or 65.64% from 259); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D0CAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D0CAA is #B2F355. Grayscale: #303030. Windows color (decimal): -11727702 or 11144269. OLE color: 11144269.
HSL color Cylindrical-coordinate representation of color #4D0CAA: hue angle of 264.68º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4D0CAA is Cyan = 0.55, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 12 | 170 | - |
| CMYK | 0.55 | 0.93 | 0 | 0.33 |
| HSL | 264.68º | 0.87% | 0.36% | - |
| HSV(B) | 264.68º | 0.93% | 0.67% | - |
| XYZ | 10.45 | 4.74 | 38.4 | - |
| YUV | 49.45 | 196.03 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 12 | 170 | 0.55 | 0.93 | 0 | 0.33 | 264.68 | 0.87 | 0.36 |
| Hex | 4D | C | AA | 37 | 5D | 0 | 21 | 109 | 57 | 24 |
| Octal | 115 | 14 | 252 | 67 | 135 | 0 | 41 | 411 | 127 | 44 |
| Binary | 1001101 | 1100 | 10101010 | 110111 | 1011101 | 0 | 100001 | 100001001 | 1010111 | 100100 |
Color Harmonies of #4D0CAA
Complementary color
Monochromatic Colors of #4D0CAA
Black with #4D0CAA
Text Example
Text Example
White with #4D0CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0CAA; }
p { color: rgb(77,12,170); }
H1.HeaderClassName
{
color: #4D0CAA;
}
.AnyTagClassName
{
color: #4D0CAA;
}
</style>
background-color css
<style>
a { background-color: #4D0CAA; }
a { background-color: rgb(77,12,170); }
div.DivClassName
{
background-color: #4D0CAA;
}
.BgClassName
{
background-color: #4D0CAA;
}
</style>
border-color css
<style>
span { border-color: #4D0CAA; }
span { border-color: rgb(77,12,170); }
td.TdClassName
{
border-color: #4D0CAA;
}
.TagClassName
{
border-color: #4D0CAA;
}
</style>