Shades of Indigo #4C0167
Tints of Indigo #4C0167
RGB
CMYK
RGB Variations
Color information
#4C0167 (or 0x4C0167) is known color: Indigo. HEX triplet: 4C, 01 and 67. RGB value is (76,1,103). Sum of RGB (Red+Green+Blue) = 76+1+103=180 (23% of max value = 765). Red value is 76 (30.08% from 255 or 42.22% from 180); Green value is 1 (0.78% from 255 or 0.56% from 180); Blue value is 103 (40.62% from 255 or 57.22% from 180); Max value from RGB is 103 - color contains mainly: blue. Hex color #4C0167 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C0167 is #B3FE98. Grayscale: #222222. Windows color (decimal): -11796121 or 6750540. OLE color: 6750540.
HSL color Cylindrical-coordinate representation of color #4C0167: hue angle of 284.12º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4C0167 is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 76 | 1 | 103 | - |
| CMYK | 0.26 | 0.99 | 0 | 0.60 |
| HSL | 284.12º | 0.98% | 0.2% | - |
| HSV(B) | 284.12º | 0.99% | 0.4% | - |
| XYZ | 5.44 | 2.54 | 13.04 | - |
| YUV | 35.05 | 166.35 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 1 | 103 | 0.26 | 0.99 | 0 | 0.60 | 284.12 | 0.98 | 0.2 |
| Hex | 4C | 1 | 67 | 1A | 63 | 0 | 3C | 11C | 62 | 14 |
| Octal | 114 | 1 | 147 | 32 | 143 | 0 | 74 | 434 | 142 | 24 |
| Binary | 1001100 | 1 | 1100111 | 11010 | 1100011 | 0 | 111100 | 100011100 | 1100010 | 10100 |
Color Harmonies of #4C0167
Complementary color
Monochromatic Colors of #4C0167
Black with #4C0167
Text Example
Text Example
White with #4C0167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0167; }
p { color: rgb(76,1,103); }
H1.HeaderClassName
{
color: #4C0167;
}
.AnyTagClassName
{
color: #4C0167;
}
</style>
background-color css
<style>
a { background-color: #4C0167; }
a { background-color: rgb(76,1,103); }
div.DivClassName
{
background-color: #4C0167;
}
.BgClassName
{
background-color: #4C0167;
}
</style>
border-color css
<style>
span { border-color: #4C0167; }
span { border-color: rgb(76,1,103); }
td.TdClassName
{
border-color: #4C0167;
}
.TagClassName
{
border-color: #4C0167;
}
</style>