Shades of Indigo #4C1069
Tints of Indigo #4C1069
RGB
CMYK
RGB Variations
Color information
#4C1069 (or 0x4C1069) is known color: Indigo. HEX triplet: 4C, 10 and 69. RGB value is (76,16,105). Sum of RGB (Red+Green+Blue) = 76+16+105=197 (26% of max value = 765). Red value is 76 (30.08% from 255 or 38.58% from 197); Green value is 16 (6.64% from 255 or 8.12% from 197); Blue value is 105 (41.41% from 255 or 53.30% from 197); Max value from RGB is 105 - color contains mainly: blue. Hex color #4C1069 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C1069 is #B3EF96. Grayscale: #2B2B2B. Windows color (decimal): -11792279 or 6885452. OLE color: 6885452.
HSL color Cylindrical-coordinate representation of color #4C1069: hue angle of 280.45º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4C1069 is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 76 | 16 | 105 | - |
| CMYK | 0.28 | 0.85 | 0 | 0.59 |
| HSL | 280.45º | 0.74% | 0.24% | - |
| HSV(B) | 280.45º | 0.85% | 0.41% | - |
| XYZ | 5.72 | 2.93 | 13.63 | - |
| YUV | 44.09 | 162.38 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 16 | 105 | 0.28 | 0.85 | 0 | 0.59 | 280.45 | 0.74 | 0.24 |
| Hex | 4C | 10 | 69 | 1C | 55 | 0 | 3B | 118 | 4A | 18 |
| Octal | 114 | 20 | 151 | 34 | 125 | 0 | 73 | 430 | 112 | 30 |
| Binary | 1001100 | 10000 | 1101001 | 11100 | 1010101 | 0 | 111011 | 100011000 | 1001010 | 11000 |
Color Harmonies of #4C1069
Complementary color
Monochromatic Colors of #4C1069
Black with #4C1069
Text Example
Text Example
White with #4C1069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1069; }
p { color: rgb(76,16,105); }
H1.HeaderClassName
{
color: #4C1069;
}
.AnyTagClassName
{
color: #4C1069;
}
</style>
background-color css
<style>
a { background-color: #4C1069; }
a { background-color: rgb(76,16,105); }
div.DivClassName
{
background-color: #4C1069;
}
.BgClassName
{
background-color: #4C1069;
}
</style>
border-color css
<style>
span { border-color: #4C1069; }
span { border-color: rgb(76,16,105); }
td.TdClassName
{
border-color: #4C1069;
}
.TagClassName
{
border-color: #4C1069;
}
</style>