Shades of Indigo #4D08AA
Tints of Indigo #4D08AA
RGB
CMYK
RGB Variations
Color information
#4D08AA (or 0x4D08AA) is known color: Indigo. HEX triplet: 4D, 08 and AA. RGB value is (77,8,170). Sum of RGB (Red+Green+Blue) = 77+8+170=255 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.20% from 255); Green value is 8 (3.52% from 255 or 3.14% from 255); Blue value is 170 (66.80% from 255 or 66.67% from 255); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D08AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D08AA is #B2F755. Grayscale: #2E2E2E. Windows color (decimal): -11728726 or 11143245. OLE color: 11143245.
HSL color Cylindrical-coordinate representation of color #4D08AA: hue angle of 265.56º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4D08AA is Cyan = 0.55, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 8 | 170 | - |
| CMYK | 0.55 | 0.95 | 0 | 0.33 |
| HSL | 265.56º | 0.91% | 0.35% | - |
| HSV(B) | 265.56º | 0.95% | 0.67% | - |
| XYZ | 10.4 | 4.65 | 38.38 | - |
| YUV | 47.1 | 197.36 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 8 | 170 | 0.55 | 0.95 | 0 | 0.33 | 265.56 | 0.91 | 0.35 |
| Hex | 4D | 8 | AA | 37 | 5F | 0 | 21 | 10A | 5B | 23 |
| Octal | 115 | 10 | 252 | 67 | 137 | 0 | 41 | 412 | 133 | 43 |
| Binary | 1001101 | 1000 | 10101010 | 110111 | 1011111 | 0 | 100001 | 100001010 | 1011011 | 100011 |
Color Harmonies of #4D08AA
Complementary color
Monochromatic Colors of #4D08AA
Black with #4D08AA
Text Example
Text Example
White with #4D08AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D08AA; }
p { color: rgb(77,8,170); }
H1.HeaderClassName
{
color: #4D08AA;
}
.AnyTagClassName
{
color: #4D08AA;
}
</style>
background-color css
<style>
a { background-color: #4D08AA; }
a { background-color: rgb(77,8,170); }
div.DivClassName
{
background-color: #4D08AA;
}
.BgClassName
{
background-color: #4D08AA;
}
</style>
border-color css
<style>
span { border-color: #4D08AA; }
span { border-color: rgb(77,8,170); }
td.TdClassName
{
border-color: #4D08AA;
}
.TagClassName
{
border-color: #4D08AA;
}
</style>