Shades of Indigo #4C036B
Tints of Indigo #4C036B
RGB
CMYK
RGB Variations
Color information
#4C036B (or 0x4C036B) is known color: Indigo. HEX triplet: 4C, 03 and 6B. RGB value is (76,3,107). Sum of RGB (Red+Green+Blue) = 76+3+107=186 (24% of max value = 765). Red value is 76 (30.08% from 255 or 40.86% from 186); Green value is 3 (1.56% from 255 or 1.61% from 186); Blue value is 107 (42.19% from 255 or 57.53% from 186); Max value from RGB is 107 - color contains mainly: blue. Hex color #4C036B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C036B is #B3FC94. Grayscale: #242424. Windows color (decimal): -11795605 or 7013196. OLE color: 7013196.
HSL color Cylindrical-coordinate representation of color #4C036B: hue angle of 282.12º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4C036B is Cyan = 0.29, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 76 | 3 | 107 | - |
| CMYK | 0.29 | 0.97 | 0 | 0.58 |
| HSL | 282.12º | 0.95% | 0.22% | - |
| HSV(B) | 282.12º | 0.97% | 0.42% | - |
| XYZ | 5.67 | 2.66 | 14.13 | - |
| YUV | 36.68 | 167.68 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 3 | 107 | 0.29 | 0.97 | 0 | 0.58 | 282.12 | 0.95 | 0.22 |
| Hex | 4C | 3 | 6B | 1D | 61 | 0 | 3A | 11A | 5F | 16 |
| Octal | 114 | 3 | 153 | 35 | 141 | 0 | 72 | 432 | 137 | 26 |
| Binary | 1001100 | 11 | 1101011 | 11101 | 1100001 | 0 | 111010 | 100011010 | 1011111 | 10110 |
Color Harmonies of #4C036B
Complementary color
Monochromatic Colors of #4C036B
Black with #4C036B
Text Example
Text Example
White with #4C036B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C036B; }
p { color: rgb(76,3,107); }
H1.HeaderClassName
{
color: #4C036B;
}
.AnyTagClassName
{
color: #4C036B;
}
</style>
background-color css
<style>
a { background-color: #4C036B; }
a { background-color: rgb(76,3,107); }
div.DivClassName
{
background-color: #4C036B;
}
.BgClassName
{
background-color: #4C036B;
}
</style>
border-color css
<style>
span { border-color: #4C036B; }
span { border-color: rgb(76,3,107); }
td.TdClassName
{
border-color: #4C036B;
}
.TagClassName
{
border-color: #4C036B;
}
</style>