Shades of Indigo #4C015B
Tints of Indigo #4C015B
RGB
CMYK
RGB Variations
Color information
#4C015B (or 0x4C015B) is known color: Indigo. HEX triplet: 4C, 01 and 5B. RGB value is (76,1,91). Sum of RGB (Red+Green+Blue) = 76+1+91=168 (22% of max value = 765). Red value is 76 (30.08% from 255 or 45.24% from 168); Green value is 1 (0.78% from 255 or 0.60% from 168); Blue value is 91 (35.94% from 255 or 54.17% from 168); Max value from RGB is 91 - color contains mainly: blue. Hex color #4C015B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C015B is #B3FEA4. Grayscale: #212121. Windows color (decimal): -11796133 or 5964108. OLE color: 5964108.
HSL color Cylindrical-coordinate representation of color #4C015B: hue angle of 290º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4C015B is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 76 | 1 | 91 | - |
| CMYK | 0.16 | 0.99 | 0 | 0.64 |
| HSL | 290º | 0.98% | 0.18% | - |
| HSV(B) | 290º | 0.99% | 0.36% | - |
| XYZ | 4.88 | 2.31 | 10.09 | - |
| YUV | 33.69 | 160.35 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 1 | 91 | 0.16 | 0.99 | 0 | 0.64 | 290 | 0.98 | 0.18 |
| Hex | 4C | 1 | 5B | 10 | 63 | 0 | 40 | 122 | 62 | 12 |
| Octal | 114 | 1 | 133 | 20 | 143 | 0 | 100 | 442 | 142 | 22 |
| Binary | 1001100 | 1 | 1011011 | 10000 | 1100011 | 0 | 1000000 | 100100010 | 1100010 | 10010 |
Color Harmonies of #4C015B
Complementary color
Monochromatic Colors of #4C015B
Black with #4C015B
Text Example
Text Example
White with #4C015B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C015B; }
p { color: rgb(76,1,91); }
H1.HeaderClassName
{
color: #4C015B;
}
.AnyTagClassName
{
color: #4C015B;
}
</style>
background-color css
<style>
a { background-color: #4C015B; }
a { background-color: rgb(76,1,91); }
div.DivClassName
{
background-color: #4C015B;
}
.BgClassName
{
background-color: #4C015B;
}
</style>
border-color css
<style>
span { border-color: #4C015B; }
span { border-color: rgb(76,1,91); }
td.TdClassName
{
border-color: #4C015B;
}
.TagClassName
{
border-color: #4C015B;
}
</style>