Shades of Indigo #4D04AB
Tints of Indigo #4D04AB
RGB
CMYK
RGB Variations
Color information
#4D04AB (or 0x4D04AB) is known color: Indigo. HEX triplet: 4D, 04 and AB. RGB value is (77,4,171). Sum of RGB (Red+Green+Blue) = 77+4+171=252 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.56% from 252); Green value is 4 (1.95% from 255 or 1.59% from 252); Blue value is 171 (67.19% from 255 or 67.86% from 252); Max value from RGB is 171 - color contains mainly: blue. Hex color #4D04AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D04AB is #B2FB54. Grayscale: #2C2C2C. Windows color (decimal): -11729749 or 11207757. OLE color: 11207757.
HSL color Cylindrical-coordinate representation of color #4D04AB: hue angle of 266.23º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4D04AB is Cyan = 0.55, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 4 | 171 | - |
| CMYK | 0.55 | 0.98 | 0 | 0.33 |
| HSL | 266.23º | 0.95% | 0.34% | - |
| HSV(B) | 266.23º | 0.98% | 0.67% | - |
| XYZ | 10.45 | 4.6 | 38.87 | - |
| YUV | 44.87 | 199.18 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 4 | 171 | 0.55 | 0.98 | 0 | 0.33 | 266.23 | 0.95 | 0.34 |
| Hex | 4D | 4 | AB | 37 | 62 | 0 | 21 | 10A | 5F | 22 |
| Octal | 115 | 4 | 253 | 67 | 142 | 0 | 41 | 412 | 137 | 42 |
| Binary | 1001101 | 100 | 10101011 | 110111 | 1100010 | 0 | 100001 | 100001010 | 1011111 | 100010 |
Color Harmonies of #4D04AB
Complementary color
Monochromatic Colors of #4D04AB
Black with #4D04AB
Text Example
Text Example
White with #4D04AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D04AB; }
p { color: rgb(77,4,171); }
H1.HeaderClassName
{
color: #4D04AB;
}
.AnyTagClassName
{
color: #4D04AB;
}
</style>
background-color css
<style>
a { background-color: #4D04AB; }
a { background-color: rgb(77,4,171); }
div.DivClassName
{
background-color: #4D04AB;
}
.BgClassName
{
background-color: #4D04AB;
}
</style>
border-color css
<style>
span { border-color: #4D04AB; }
span { border-color: rgb(77,4,171); }
td.TdClassName
{
border-color: #4D04AB;
}
.TagClassName
{
border-color: #4D04AB;
}
</style>