Shades of Indigo #4D04AA
Tints of Indigo #4D04AA
RGB
CMYK
RGB Variations
Color information
#4D04AA (or 0x4D04AA) is known color: Indigo. HEX triplet: 4D, 04 and AA. RGB value is (77,4,170). Sum of RGB (Red+Green+Blue) = 77+4+170=251 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.68% from 251); Green value is 4 (1.95% from 255 or 1.59% from 251); Blue value is 170 (66.80% from 255 or 67.73% from 251); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D04AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D04AA is #B2FB55. Grayscale: #2C2C2C. Windows color (decimal): -11729750 or 11142221. OLE color: 11142221.
HSL color Cylindrical-coordinate representation of color #4D04AA: hue angle of 266.39º 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 #4D04AA is Cyan = 0.55, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 4 | 170 | - |
| CMYK | 0.55 | 0.98 | 0 | 0.33 |
| HSL | 266.39º | 0.95% | 0.34% | - |
| HSV(B) | 266.39º | 0.98% | 0.67% | - |
| XYZ | 10.36 | 4.57 | 38.37 | - |
| YUV | 44.75 | 198.68 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 4 | 170 | 0.55 | 0.98 | 0 | 0.33 | 266.39 | 0.95 | 0.34 |
| Hex | 4D | 4 | AA | 37 | 62 | 0 | 21 | 10A | 5F | 22 |
| Octal | 115 | 4 | 252 | 67 | 142 | 0 | 41 | 412 | 137 | 42 |
| Binary | 1001101 | 100 | 10101010 | 110111 | 1100010 | 0 | 100001 | 100001010 | 1011111 | 100010 |
Color Harmonies of #4D04AA
Complementary color
Monochromatic Colors of #4D04AA
Black with #4D04AA
Text Example
Text Example
White with #4D04AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D04AA; }
p { color: rgb(77,4,170); }
H1.HeaderClassName
{
color: #4D04AA;
}
.AnyTagClassName
{
color: #4D04AA;
}
</style>
background-color css
<style>
a { background-color: #4D04AA; }
a { background-color: rgb(77,4,170); }
div.DivClassName
{
background-color: #4D04AA;
}
.BgClassName
{
background-color: #4D04AA;
}
</style>
border-color css
<style>
span { border-color: #4D04AA; }
span { border-color: rgb(77,4,170); }
td.TdClassName
{
border-color: #4D04AA;
}
.TagClassName
{
border-color: #4D04AA;
}
</style>