Shades of Indigo #4C0368
Tints of Indigo #4C0368
RGB
CMYK
RGB Variations
Color information
#4C0368 (or 0x4C0368) is known color: Indigo. HEX triplet: 4C, 03 and 68. RGB value is (76,3,104). Sum of RGB (Red+Green+Blue) = 76+3+104=183 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.53% from 183); Green value is 3 (1.56% from 255 or 1.64% from 183); Blue value is 104 (41.02% from 255 or 56.83% from 183); Max value from RGB is 104 - color contains mainly: blue. Hex color #4C0368 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C0368 is #B3FC97. Grayscale: #242424. Windows color (decimal): -11795608 or 6816588. OLE color: 6816588.
HSL color Cylindrical-coordinate representation of color #4C0368: hue angle of 283.37º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4C0368 is Cyan = 0.27, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 76 | 3 | 104 | - |
| CMYK | 0.27 | 0.97 | 0 | 0.59 |
| HSL | 283.37º | 0.94% | 0.21% | - |
| HSV(B) | 283.37º | 0.97% | 0.41% | - |
| XYZ | 5.51 | 2.6 | 13.31 | - |
| YUV | 36.34 | 166.18 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 3 | 104 | 0.27 | 0.97 | 0 | 0.59 | 283.37 | 0.94 | 0.21 |
| Hex | 4C | 3 | 68 | 1B | 61 | 0 | 3B | 11B | 5E | 15 |
| Octal | 114 | 3 | 150 | 33 | 141 | 0 | 73 | 433 | 136 | 25 |
| Binary | 1001100 | 11 | 1101000 | 11011 | 1100001 | 0 | 111011 | 100011011 | 1011110 | 10101 |
Color Harmonies of #4C0368
Complementary color
Monochromatic Colors of #4C0368
Black with #4C0368
Text Example
Text Example
White with #4C0368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0368; }
p { color: rgb(76,3,104); }
H1.HeaderClassName
{
color: #4C0368;
}
.AnyTagClassName
{
color: #4C0368;
}
</style>
background-color css
<style>
a { background-color: #4C0368; }
a { background-color: rgb(76,3,104); }
div.DivClassName
{
background-color: #4C0368;
}
.BgClassName
{
background-color: #4C0368;
}
</style>
border-color css
<style>
span { border-color: #4C0368; }
span { border-color: rgb(76,3,104); }
td.TdClassName
{
border-color: #4C0368;
}
.TagClassName
{
border-color: #4C0368;
}
</style>