Shades of Indigo #4D0C9B
Tints of Indigo #4D0C9B
RGB
CMYK
RGB Variations
Color information
#4D0C9B (or 0x4D0C9B) is known color: Indigo. HEX triplet: 4D, 0C and 9B. RGB value is (77,12,155). Sum of RGB (Red+Green+Blue) = 77+12+155=244 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.56% from 244); Green value is 12 (5.08% from 255 or 4.92% from 244); Blue value is 155 (60.94% from 255 or 63.52% from 244); Max value from RGB is 155 - color contains mainly: blue. Hex color #4D0C9B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D0C9B is #B2F364. Grayscale: #2F2F2F. Windows color (decimal): -11727717 or 10161229. OLE color: 10161229.
HSL color Cylindrical-coordinate representation of color #4D0C9B: hue angle of 267.27º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4D0C9B is Cyan = 0.50, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 77 | 12 | 155 | - |
| CMYK | 0.50 | 0.92 | 0 | 0.39 |
| HSL | 267.27º | 0.86% | 0.33% | - |
| HSV(B) | 267.27º | 0.92% | 0.61% | - |
| XYZ | 9.11 | 4.21 | 31.34 | - |
| YUV | 47.74 | 188.53 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 12 | 155 | 0.50 | 0.92 | 0 | 0.39 | 267.27 | 0.86 | 0.33 |
| Hex | 4D | C | 9B | 32 | 5C | 0 | 27 | 10B | 56 | 21 |
| Octal | 115 | 14 | 233 | 62 | 134 | 0 | 47 | 413 | 126 | 41 |
| Binary | 1001101 | 1100 | 10011011 | 110010 | 1011100 | 0 | 100111 | 100001011 | 1010110 | 100001 |
Color Harmonies of #4D0C9B
Complementary color
Monochromatic Colors of #4D0C9B
Black with #4D0C9B
Text Example
Text Example
White with #4D0C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0C9B; }
p { color: rgb(77,12,155); }
H1.HeaderClassName
{
color: #4D0C9B;
}
.AnyTagClassName
{
color: #4D0C9B;
}
</style>
background-color css
<style>
a { background-color: #4D0C9B; }
a { background-color: rgb(77,12,155); }
div.DivClassName
{
background-color: #4D0C9B;
}
.BgClassName
{
background-color: #4D0C9B;
}
</style>
border-color css
<style>
span { border-color: #4D0C9B; }
span { border-color: rgb(77,12,155); }
td.TdClassName
{
border-color: #4D0C9B;
}
.TagClassName
{
border-color: #4D0C9B;
}
</style>