Shades of Indigo #4D05AA
Tints of Indigo #4D05AA
RGB
CMYK
RGB Variations
Color information
#4D05AA (or 0x4D05AA) is known color: Indigo. HEX triplet: 4D, 05 and AA. RGB value is (77,5,170). Sum of RGB (Red+Green+Blue) = 77+5+170=252 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.56% from 252); Green value is 5 (2.34% from 255 or 1.98% from 252); Blue value is 170 (66.80% from 255 or 67.46% from 252); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D05AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D05AA is #B2FA55. Grayscale: #2C2C2C. Windows color (decimal): -11729494 or 11142477. OLE color: 11142477.
HSL color Cylindrical-coordinate representation of color #4D05AA: hue angle of 266.18º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4D05AA is Cyan = 0.55, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 5 | 170 | - |
| CMYK | 0.55 | 0.97 | 0 | 0.33 |
| HSL | 266.18º | 0.94% | 0.34% | - |
| HSV(B) | 266.18º | 0.97% | 0.67% | - |
| XYZ | 10.37 | 4.59 | 38.37 | - |
| YUV | 45.34 | 198.35 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 5 | 170 | 0.55 | 0.97 | 0 | 0.33 | 266.18 | 0.94 | 0.34 |
| Hex | 4D | 5 | AA | 37 | 61 | 0 | 21 | 10A | 5E | 22 |
| Octal | 115 | 5 | 252 | 67 | 141 | 0 | 41 | 412 | 136 | 42 |
| Binary | 1001101 | 101 | 10101010 | 110111 | 1100001 | 0 | 100001 | 100001010 | 1011110 | 100010 |
Color Harmonies of #4D05AA
Complementary color
Monochromatic Colors of #4D05AA
Black with #4D05AA
Text Example
Text Example
White with #4D05AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D05AA; }
p { color: rgb(77,5,170); }
H1.HeaderClassName
{
color: #4D05AA;
}
.AnyTagClassName
{
color: #4D05AA;
}
</style>
background-color css
<style>
a { background-color: #4D05AA; }
a { background-color: rgb(77,5,170); }
div.DivClassName
{
background-color: #4D05AA;
}
.BgClassName
{
background-color: #4D05AA;
}
</style>
border-color css
<style>
span { border-color: #4D05AA; }
span { border-color: rgb(77,5,170); }
td.TdClassName
{
border-color: #4D05AA;
}
.TagClassName
{
border-color: #4D05AA;
}
</style>