Shades of Indigo #4D07AC
Tints of Indigo #4D07AC
RGB
CMYK
RGB Variations
Color information
#4D07AC (or 0x4D07AC) is known color: Indigo. HEX triplet: 4D, 07 and AC. RGB value is (77,7,172). Sum of RGB (Red+Green+Blue) = 77+7+172=256 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.08% from 256); Green value is 7 (3.12% from 255 or 2.73% from 256); Blue value is 172 (67.58% from 255 or 67.19% from 256); Max value from RGB is 172 - color contains mainly: blue. Hex color #4D07AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D07AC is #B2F853. Grayscale: #2E2E2E. Windows color (decimal): -11728980 or 11274061. OLE color: 11274061.
HSL color Cylindrical-coordinate representation of color #4D07AC: hue angle of 265.45º degrees, saturation: 0.92, 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 #4D07AC is Cyan = 0.55, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 7 | 172 | - |
| CMYK | 0.55 | 0.96 | 0 | 0.33 |
| HSL | 265.45º | 0.92% | 0.35% | - |
| HSV(B) | 265.45º | 0.96% | 0.67% | - |
| XYZ | 10.58 | 4.71 | 39.38 | - |
| YUV | 46.74 | 198.69 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 7 | 172 | 0.55 | 0.96 | 0 | 0.33 | 265.45 | 0.92 | 0.35 |
| Hex | 4D | 7 | AC | 37 | 60 | 0 | 21 | 109 | 5C | 23 |
| Octal | 115 | 7 | 254 | 67 | 140 | 0 | 41 | 411 | 134 | 43 |
| Binary | 1001101 | 111 | 10101100 | 110111 | 1100000 | 0 | 100001 | 100001001 | 1011100 | 100011 |
Color Harmonies of #4D07AC
Complementary color
Monochromatic Colors of #4D07AC
Black with #4D07AC
Text Example
Text Example
White with #4D07AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D07AC; }
p { color: rgb(77,7,172); }
H1.HeaderClassName
{
color: #4D07AC;
}
.AnyTagClassName
{
color: #4D07AC;
}
</style>
background-color css
<style>
a { background-color: #4D07AC; }
a { background-color: rgb(77,7,172); }
div.DivClassName
{
background-color: #4D07AC;
}
.BgClassName
{
background-color: #4D07AC;
}
</style>
border-color css
<style>
span { border-color: #4D07AC; }
span { border-color: rgb(77,7,172); }
td.TdClassName
{
border-color: #4D07AC;
}
.TagClassName
{
border-color: #4D07AC;
}
</style>