Shades of Indigo #4D06AA
Tints of Indigo #4D06AA
RGB
CMYK
RGB Variations
Color information
#4D06AA (or 0x4D06AA) is known color: Indigo. HEX triplet: 4D, 06 and AA. RGB value is (77,6,170). Sum of RGB (Red+Green+Blue) = 77+6+170=253 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.43% from 253); Green value is 6 (2.73% from 255 or 2.37% from 253); Blue value is 170 (66.80% from 255 or 67.19% from 253); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D06AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D06AA is #B2F955. Grayscale: #2D2D2D. Windows color (decimal): -11729238 or 11142733. OLE color: 11142733.
HSL color Cylindrical-coordinate representation of color #4D06AA: hue angle of 265.98º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4D06AA is Cyan = 0.55, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 6 | 170 | - |
| CMYK | 0.55 | 0.96 | 0 | 0.33 |
| HSL | 265.98º | 0.93% | 0.35% | - |
| HSV(B) | 265.98º | 0.96% | 0.67% | - |
| XYZ | 10.38 | 4.61 | 38.37 | - |
| YUV | 45.93 | 198.02 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 6 | 170 | 0.55 | 0.96 | 0 | 0.33 | 265.98 | 0.93 | 0.35 |
| Hex | 4D | 6 | AA | 37 | 60 | 0 | 21 | 10A | 5D | 23 |
| Octal | 115 | 6 | 252 | 67 | 140 | 0 | 41 | 412 | 135 | 43 |
| Binary | 1001101 | 110 | 10101010 | 110111 | 1100000 | 0 | 100001 | 100001010 | 1011101 | 100011 |
Color Harmonies of #4D06AA
Complementary color
Monochromatic Colors of #4D06AA
Black with #4D06AA
Text Example
Text Example
White with #4D06AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D06AA; }
p { color: rgb(77,6,170); }
H1.HeaderClassName
{
color: #4D06AA;
}
.AnyTagClassName
{
color: #4D06AA;
}
</style>
background-color css
<style>
a { background-color: #4D06AA; }
a { background-color: rgb(77,6,170); }
div.DivClassName
{
background-color: #4D06AA;
}
.BgClassName
{
background-color: #4D06AA;
}
</style>
border-color css
<style>
span { border-color: #4D06AA; }
span { border-color: rgb(77,6,170); }
td.TdClassName
{
border-color: #4D06AA;
}
.TagClassName
{
border-color: #4D06AA;
}
</style>