Shades of Indigo #4C0568
Tints of Indigo #4C0568
RGB
CMYK
RGB Variations
Color information
#4C0568 (or 0x4C0568) is known color: Indigo. HEX triplet: 4C, 05 and 68. RGB value is (76,5,104). Sum of RGB (Red+Green+Blue) = 76+5+104=185 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.08% from 185); Green value is 5 (2.34% from 255 or 2.70% from 185); Blue value is 104 (41.02% from 255 or 56.22% from 185); Max value from RGB is 104 - color contains mainly: blue. Hex color #4C0568 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C0568 is #B3FA97. Grayscale: #252525. Windows color (decimal): -11795096 or 6817100. OLE color: 6817100.
HSL color Cylindrical-coordinate representation of color #4C0568: hue angle of 283.03º 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 #4C0568 is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 76 | 5 | 104 | - |
| CMYK | 0.27 | 0.95 | 0 | 0.59 |
| HSL | 283.03º | 0.91% | 0.21% | - |
| HSV(B) | 283.03º | 0.95% | 0.41% | - |
| XYZ | 5.53 | 2.64 | 13.32 | - |
| YUV | 37.52 | 165.52 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 5 | 104 | 0.27 | 0.95 | 0 | 0.59 | 283.03 | 0.91 | 0.21 |
| Hex | 4C | 5 | 68 | 1B | 5F | 0 | 3B | 11B | 5B | 15 |
| Octal | 114 | 5 | 150 | 33 | 137 | 0 | 73 | 433 | 133 | 25 |
| Binary | 1001100 | 101 | 1101000 | 11011 | 1011111 | 0 | 111011 | 100011011 | 1011011 | 10101 |
Color Harmonies of #4C0568
Complementary color
Monochromatic Colors of #4C0568
Black with #4C0568
Text Example
Text Example
White with #4C0568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0568; }
p { color: rgb(76,5,104); }
H1.HeaderClassName
{
color: #4C0568;
}
.AnyTagClassName
{
color: #4C0568;
}
</style>
background-color css
<style>
a { background-color: #4C0568; }
a { background-color: rgb(76,5,104); }
div.DivClassName
{
background-color: #4C0568;
}
.BgClassName
{
background-color: #4C0568;
}
</style>
border-color css
<style>
span { border-color: #4C0568; }
span { border-color: rgb(76,5,104); }
td.TdClassName
{
border-color: #4C0568;
}
.TagClassName
{
border-color: #4C0568;
}
</style>