Shades of Indigo #4C0567
Tints of Indigo #4C0567
RGB
CMYK
RGB Variations
Color information
#4C0567 (or 0x4C0567) is known color: Indigo. HEX triplet: 4C, 05 and 67. RGB value is (76,5,103). Sum of RGB (Red+Green+Blue) = 76+5+103=184 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.30% from 184); Green value is 5 (2.34% from 255 or 2.72% from 184); Blue value is 103 (40.62% from 255 or 55.98% from 184); Max value from RGB is 103 - color contains mainly: blue. Hex color #4C0567 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C0567 is #B3FA98. Grayscale: #252525. Windows color (decimal): -11795097 or 6751564. OLE color: 6751564.
HSL color Cylindrical-coordinate representation of color #4C0567: hue angle of 283.47º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4C0567 is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 76 | 5 | 103 | - |
| CMYK | 0.26 | 0.95 | 0 | 0.60 |
| HSL | 283.47º | 0.91% | 0.21% | - |
| HSV(B) | 283.47º | 0.95% | 0.4% | - |
| XYZ | 5.48 | 2.62 | 13.05 | - |
| YUV | 37.4 | 165.02 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 5 | 103 | 0.26 | 0.95 | 0 | 0.60 | 283.47 | 0.91 | 0.21 |
| Hex | 4C | 5 | 67 | 1A | 5F | 0 | 3C | 11B | 5B | 15 |
| Octal | 114 | 5 | 147 | 32 | 137 | 0 | 74 | 433 | 133 | 25 |
| Binary | 1001100 | 101 | 1100111 | 11010 | 1011111 | 0 | 111100 | 100011011 | 1011011 | 10101 |
Color Harmonies of #4C0567
Complementary color
Monochromatic Colors of #4C0567
Black with #4C0567
Text Example
Text Example
White with #4C0567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0567; }
p { color: rgb(76,5,103); }
H1.HeaderClassName
{
color: #4C0567;
}
.AnyTagClassName
{
color: #4C0567;
}
</style>
background-color css
<style>
a { background-color: #4C0567; }
a { background-color: rgb(76,5,103); }
div.DivClassName
{
background-color: #4C0567;
}
.BgClassName
{
background-color: #4C0567;
}
</style>
border-color css
<style>
span { border-color: #4C0567; }
span { border-color: rgb(76,5,103); }
td.TdClassName
{
border-color: #4C0567;
}
.TagClassName
{
border-color: #4C0567;
}
</style>