Shades of Indigo #4D00AF
Tints of Indigo #4D00AF
RGB
CMYK
RGB Variations
Color information
#4D00AF (or 0x4D00AF) is known color: Indigo. HEX triplet: 4D, 00 and AF. RGB value is (77,0,175). Sum of RGB (Red+Green+Blue) = 77+0+175=252 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.56% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 175 (68.75% from 255 or 69.44% from 252); Max value from RGB is 175 - color contains mainly: blue. Hex color #4D00AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D00AF is #B2FF50. Grayscale: #2A2A2A. Windows color (decimal): -11730769 or 11468877. OLE color: 11468877.
HSL color Cylindrical-coordinate representation of color #4D00AF: hue angle of 266.4º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4D00AF is Cyan = 0.56, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 77 | 0 | 175 | - |
| CMYK | 0.56 | 1 | 0 | 0.31 |
| HSL | 266.4º | 1% | 0.34% | - |
| HSV(B) | 266.4º | 1% | 0.69% | - |
| XYZ | 10.8 | 4.67 | 40.89 | - |
| YUV | 42.97 | 202.51 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 0 | 175 | 0.56 | 1 | 0 | 0.31 | 266.4 | 1 | 0.34 |
| Hex | 4D | 0 | AF | 38 | 64 | 0 | 1F | 10A | 64 | 22 |
| Octal | 115 | 0 | 257 | 70 | 144 | 0 | 37 | 412 | 144 | 42 |
| Binary | 1001101 | 0 | 10101111 | 111000 | 1100100 | 0 | 11111 | 100001010 | 1100100 | 100010 |
Color Harmonies of #4D00AF
Complementary color
Monochromatic Colors of #4D00AF
Black with #4D00AF
Text Example
Text Example
White with #4D00AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D00AF; }
p { color: rgb(77,0,175); }
H1.HeaderClassName
{
color: #4D00AF;
}
.AnyTagClassName
{
color: #4D00AF;
}
</style>
background-color css
<style>
a { background-color: #4D00AF; }
a { background-color: rgb(77,0,175); }
div.DivClassName
{
background-color: #4D00AF;
}
.BgClassName
{
background-color: #4D00AF;
}
</style>
border-color css
<style>
span { border-color: #4D00AF; }
span { border-color: rgb(77,0,175); }
td.TdClassName
{
border-color: #4D00AF;
}
.TagClassName
{
border-color: #4D00AF;
}
</style>