Shades of Indigo #4C146F
Tints of Indigo #4C146F
RGB
CMYK
RGB Variations
Color information
#4C146F (or 0x4C146F) is known color: Indigo. HEX triplet: 4C, 14 and 6F. RGB value is (76,20,111). Sum of RGB (Red+Green+Blue) = 76+20+111=207 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.71% from 207); Green value is 20 (8.20% from 255 or 9.66% from 207); Blue value is 111 (43.75% from 255 or 53.62% from 207); Max value from RGB is 111 - color contains mainly: blue. Hex color #4C146F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C146F is #B3EB90. Grayscale: #2E2E2E. Windows color (decimal): -11791249 or 7279692. OLE color: 7279692.
HSL color Cylindrical-coordinate representation of color #4C146F: hue angle of 276.92º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4C146F is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 76 | 20 | 111 | - |
| CMYK | 0.32 | 0.82 | 0 | 0.56 |
| HSL | 276.92º | 0.69% | 0.26% | - |
| HSV(B) | 276.92º | 0.82% | 0.44% | - |
| XYZ | 6.1 | 3.18 | 15.33 | - |
| YUV | 47.12 | 164.05 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 20 | 111 | 0.32 | 0.82 | 0 | 0.56 | 276.92 | 0.69 | 0.26 |
| Hex | 4C | 14 | 6F | 20 | 52 | 0 | 38 | 115 | 45 | 1A |
| Octal | 114 | 24 | 157 | 40 | 122 | 0 | 70 | 425 | 105 | 32 |
| Binary | 1001100 | 10100 | 1101111 | 100000 | 1010010 | 0 | 111000 | 100010101 | 1000101 | 11010 |
Color Harmonies of #4C146F
Complementary color
Monochromatic Colors of #4C146F
Black with #4C146F
Text Example
Text Example
White with #4C146F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C146F; }
p { color: rgb(76,20,111); }
H1.HeaderClassName
{
color: #4C146F;
}
.AnyTagClassName
{
color: #4C146F;
}
</style>
background-color css
<style>
a { background-color: #4C146F; }
a { background-color: rgb(76,20,111); }
div.DivClassName
{
background-color: #4C146F;
}
.BgClassName
{
background-color: #4C146F;
}
</style>
border-color css
<style>
span { border-color: #4C146F; }
span { border-color: rgb(76,20,111); }
td.TdClassName
{
border-color: #4C146F;
}
.TagClassName
{
border-color: #4C146F;
}
</style>