Shades of Indigo #4C017C
Tints of Indigo #4C017C
RGB
CMYK
RGB Variations
Color information
#4C017C (or 0x4C017C) is known color: Indigo. HEX triplet: 4C, 01 and 7C. RGB value is (76,1,124). Sum of RGB (Red+Green+Blue) = 76+1+124=201 (26% of max value = 765). Red value is 76 (30.08% from 255 or 37.81% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 124 (48.83% from 255 or 61.69% from 201); Max value from RGB is 124 - color contains mainly: blue. Hex color #4C017C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C017C is #B3FE83. Grayscale: #252525. Windows color (decimal): -11796100 or 8126796. OLE color: 8126796.
HSL color Cylindrical-coordinate representation of color #4C017C: hue angle of 276.59º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4C017C is Cyan = 0.39, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 76 | 1 | 124 | - |
| CMYK | 0.39 | 0.99 | 0 | 0.51 |
| HSL | 276.59º | 0.98% | 0.25% | - |
| HSV(B) | 276.59º | 0.99% | 0.49% | - |
| XYZ | 6.63 | 3.01 | 19.3 | - |
| YUV | 37.45 | 176.85 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 1 | 124 | 0.39 | 0.99 | 0 | 0.51 | 276.59 | 0.98 | 0.25 |
| Hex | 4C | 1 | 7C | 27 | 63 | 0 | 33 | 115 | 62 | 19 |
| Octal | 114 | 1 | 174 | 47 | 143 | 0 | 63 | 425 | 142 | 31 |
| Binary | 1001100 | 1 | 1111100 | 100111 | 1100011 | 0 | 110011 | 100010101 | 1100010 | 11001 |
Color Harmonies of #4C017C
Complementary color
Monochromatic Colors of #4C017C
Black with #4C017C
Text Example
Text Example
White with #4C017C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C017C; }
p { color: rgb(76,1,124); }
H1.HeaderClassName
{
color: #4C017C;
}
.AnyTagClassName
{
color: #4C017C;
}
</style>
background-color css
<style>
a { background-color: #4C017C; }
a { background-color: rgb(76,1,124); }
div.DivClassName
{
background-color: #4C017C;
}
.BgClassName
{
background-color: #4C017C;
}
</style>
border-color css
<style>
span { border-color: #4C017C; }
span { border-color: rgb(76,1,124); }
td.TdClassName
{
border-color: #4C017C;
}
.TagClassName
{
border-color: #4C017C;
}
</style>