Shades of Indigo #4D0CAB
Tints of Indigo #4D0CAB
RGB
CMYK
RGB Variations
Color information
#4D0CAB (or 0x4D0CAB) is known color: Indigo. HEX triplet: 4D, 0C and AB. RGB value is (77,12,171). Sum of RGB (Red+Green+Blue) = 77+12+171=260 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.62% from 260); Green value is 12 (5.08% from 255 or 4.62% from 260); Blue value is 171 (67.19% from 255 or 65.77% from 260); Max value from RGB is 171 - color contains mainly: blue. Hex color #4D0CAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D0CAB is #B2F354. Grayscale: #303030. Windows color (decimal): -11727701 or 11209805. OLE color: 11209805.
HSL color Cylindrical-coordinate representation of color #4D0CAB: hue angle of 264.53º 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 #4D0CAB is Cyan = 0.55, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 12 | 171 | - |
| CMYK | 0.55 | 0.93 | 0 | 0.33 |
| HSL | 264.53º | 0.87% | 0.36% | - |
| HSV(B) | 264.53º | 0.93% | 0.67% | - |
| XYZ | 10.54 | 4.78 | 38.9 | - |
| YUV | 49.56 | 196.53 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 12 | 171 | 0.55 | 0.93 | 0 | 0.33 | 264.53 | 0.87 | 0.36 |
| Hex | 4D | C | AB | 37 | 5D | 0 | 21 | 109 | 57 | 24 |
| Octal | 115 | 14 | 253 | 67 | 135 | 0 | 41 | 411 | 127 | 44 |
| Binary | 1001101 | 1100 | 10101011 | 110111 | 1011101 | 0 | 100001 | 100001001 | 1010111 | 100100 |
Color Harmonies of #4D0CAB
Complementary color
Monochromatic Colors of #4D0CAB
Black with #4D0CAB
Text Example
Text Example
White with #4D0CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0CAB; }
p { color: rgb(77,12,171); }
H1.HeaderClassName
{
color: #4D0CAB;
}
.AnyTagClassName
{
color: #4D0CAB;
}
</style>
background-color css
<style>
a { background-color: #4D0CAB; }
a { background-color: rgb(77,12,171); }
div.DivClassName
{
background-color: #4D0CAB;
}
.BgClassName
{
background-color: #4D0CAB;
}
</style>
border-color css
<style>
span { border-color: #4D0CAB; }
span { border-color: rgb(77,12,171); }
td.TdClassName
{
border-color: #4D0CAB;
}
.TagClassName
{
border-color: #4D0CAB;
}
</style>