Shades of Indigo #4D0D9C
Tints of Indigo #4D0D9C
RGB
CMYK
RGB Variations
Color information
#4D0D9C (or 0x4D0D9C) is known color: Indigo. HEX triplet: 4D, 0D and 9C. RGB value is (77,13,156). Sum of RGB (Red+Green+Blue) = 77+13+156=246 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.30% from 246); Green value is 13 (5.47% from 255 or 5.28% from 246); Blue value is 156 (61.33% from 255 or 63.41% from 246); Max value from RGB is 156 - color contains mainly: blue. Hex color #4D0D9C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D0D9C is #B2F263. Grayscale: #2F2F2F. Windows color (decimal): -11727460 or 10227021. OLE color: 10227021.
HSL color Cylindrical-coordinate representation of color #4D0D9C: hue angle of 266.85º degrees, saturation: 0.85, 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 #4D0D9C is Cyan = 0.51, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 77 | 13 | 156 | - |
| CMYK | 0.51 | 0.92 | 0 | 0.39 |
| HSL | 266.85º | 0.85% | 0.33% | - |
| HSV(B) | 266.85º | 0.92% | 0.61% | - |
| XYZ | 9.21 | 4.27 | 31.79 | - |
| YUV | 48.44 | 188.7 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 13 | 156 | 0.51 | 0.92 | 0 | 0.39 | 266.85 | 0.85 | 0.33 |
| Hex | 4D | D | 9C | 33 | 5C | 0 | 27 | 10B | 55 | 21 |
| Octal | 115 | 15 | 234 | 63 | 134 | 0 | 47 | 413 | 125 | 41 |
| Binary | 1001101 | 1101 | 10011100 | 110011 | 1011100 | 0 | 100111 | 100001011 | 1010101 | 100001 |
Color Harmonies of #4D0D9C
Complementary color
Monochromatic Colors of #4D0D9C
Black with #4D0D9C
Text Example
Text Example
White with #4D0D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0D9C; }
p { color: rgb(77,13,156); }
H1.HeaderClassName
{
color: #4D0D9C;
}
.AnyTagClassName
{
color: #4D0D9C;
}
</style>
background-color css
<style>
a { background-color: #4D0D9C; }
a { background-color: rgb(77,13,156); }
div.DivClassName
{
background-color: #4D0D9C;
}
.BgClassName
{
background-color: #4D0D9C;
}
</style>
border-color css
<style>
span { border-color: #4D0D9C; }
span { border-color: rgb(77,13,156); }
td.TdClassName
{
border-color: #4D0D9C;
}
.TagClassName
{
border-color: #4D0D9C;
}
</style>