Shades of Indigo #4C0270
Tints of Indigo #4C0270
RGB
CMYK
RGB Variations
Color information
#4C0270 (or 0x4C0270) is known color: Indigo. HEX triplet: 4C, 02 and 70. RGB value is (76,2,112). Sum of RGB (Red+Green+Blue) = 76+2+112=190 (25% of max value = 765). Red value is 76 (30.08% from 255 or 40% from 190); Green value is 2 (1.17% from 255 or 1.05% from 190); Blue value is 112 (44.14% from 255 or 58.95% from 190); Max value from RGB is 112 - color contains mainly: blue. Hex color #4C0270 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C0270 is #B3FD8F. Grayscale: #242424. Windows color (decimal): -11795856 or 7340620. OLE color: 7340620.
HSL color Cylindrical-coordinate representation of color #4C0270: hue angle of 280.36º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4C0270 is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 76 | 2 | 112 | - |
| CMYK | 0.32 | 0.98 | 0 | 0.56 |
| HSL | 280.36º | 0.96% | 0.22% | - |
| HSV(B) | 280.36º | 0.98% | 0.44% | - |
| XYZ | 5.93 | 2.75 | 15.55 | - |
| YUV | 36.67 | 170.52 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 2 | 112 | 0.32 | 0.98 | 0 | 0.56 | 280.36 | 0.96 | 0.22 |
| Hex | 4C | 2 | 70 | 20 | 62 | 0 | 38 | 118 | 60 | 16 |
| Octal | 114 | 2 | 160 | 40 | 142 | 0 | 70 | 430 | 140 | 26 |
| Binary | 1001100 | 10 | 1110000 | 100000 | 1100010 | 0 | 111000 | 100011000 | 1100000 | 10110 |
Color Harmonies of #4C0270
Complementary color
Monochromatic Colors of #4C0270
Black with #4C0270
Text Example
Text Example
White with #4C0270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0270; }
p { color: rgb(76,2,112); }
H1.HeaderClassName
{
color: #4C0270;
}
.AnyTagClassName
{
color: #4C0270;
}
</style>
background-color css
<style>
a { background-color: #4C0270; }
a { background-color: rgb(76,2,112); }
div.DivClassName
{
background-color: #4C0270;
}
.BgClassName
{
background-color: #4C0270;
}
</style>
border-color css
<style>
span { border-color: #4C0270; }
span { border-color: rgb(76,2,112); }
td.TdClassName
{
border-color: #4C0270;
}
.TagClassName
{
border-color: #4C0270;
}
</style>