Shades of Indigo #4D0568
Tints of Indigo #4D0568
RGB
CMYK
RGB Variations
Color information
#4D0568 (or 0x4D0568) is known color: Indigo. HEX triplet: 4D, 05 and 68. RGB value is (77,5,104). Sum of RGB (Red+Green+Blue) = 77+5+104=186 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.40% from 186); Green value is 5 (2.34% from 255 or 2.69% from 186); Blue value is 104 (41.02% from 255 or 55.91% from 186); Max value from RGB is 104 - color contains mainly: blue. Hex color #4D0568 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0568 is #B2FA97. Grayscale: #252525. Windows color (decimal): -11729560 or 6817101. OLE color: 6817101.
HSL color Cylindrical-coordinate representation of color #4D0568: hue angle of 283.64º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4D0568 is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 77 | 5 | 104 | - |
| CMYK | 0.26 | 0.95 | 0 | 0.59 |
| HSL | 283.64º | 0.91% | 0.21% | - |
| HSV(B) | 283.64º | 0.95% | 0.41% | - |
| XYZ | 5.61 | 2.69 | 13.32 | - |
| YUV | 37.81 | 165.35 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 5 | 104 | 0.26 | 0.95 | 0 | 0.59 | 283.64 | 0.91 | 0.21 |
| Hex | 4D | 5 | 68 | 1A | 5F | 0 | 3B | 11C | 5B | 15 |
| Octal | 115 | 5 | 150 | 32 | 137 | 0 | 73 | 434 | 133 | 25 |
| Binary | 1001101 | 101 | 1101000 | 11010 | 1011111 | 0 | 111011 | 100011100 | 1011011 | 10101 |
Color Harmonies of #4D0568
Complementary color
Monochromatic Colors of #4D0568
Black with #4D0568
Text Example
Text Example
White with #4D0568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0568; }
p { color: rgb(77,5,104); }
H1.HeaderClassName
{
color: #4D0568;
}
.AnyTagClassName
{
color: #4D0568;
}
</style>
background-color css
<style>
a { background-color: #4D0568; }
a { background-color: rgb(77,5,104); }
div.DivClassName
{
background-color: #4D0568;
}
.BgClassName
{
background-color: #4D0568;
}
</style>
border-color css
<style>
span { border-color: #4D0568; }
span { border-color: rgb(77,5,104); }
td.TdClassName
{
border-color: #4D0568;
}
.TagClassName
{
border-color: #4D0568;
}
</style>