Shades of Indigo #4C1790
Tints of Indigo #4C1790
RGB
CMYK
RGB Variations
Color information
#4C1790 (or 0x4C1790) is known color: Indigo. HEX triplet: 4C, 17 and 90. RGB value is (76,23,144). Sum of RGB (Red+Green+Blue) = 76+23+144=243 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.28% from 243); Green value is 23 (9.38% from 255 or 9.47% from 243); Blue value is 144 (56.64% from 255 or 59.26% from 243); Max value from RGB is 144 - color contains mainly: blue. Hex color #4C1790 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C1790 is #B3E86F. Grayscale: #343434. Windows color (decimal): -11790448 or 9443148. OLE color: 9443148.
HSL color Cylindrical-coordinate representation of color #4C1790: hue angle of 266.28º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4C1790 is Cyan = 0.47, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 76 | 23 | 144 | - |
| CMYK | 0.47 | 0.84 | 0 | 0.44 |
| HSL | 266.28º | 0.72% | 0.33% | - |
| HSV(B) | 266.28º | 0.84% | 0.56% | - |
| XYZ | 8.32 | 4.16 | 26.75 | - |
| YUV | 52.64 | 179.56 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 23 | 144 | 0.47 | 0.84 | 0 | 0.44 | 266.28 | 0.72 | 0.33 |
| Hex | 4C | 17 | 90 | 2F | 54 | 0 | 2C | 10A | 48 | 21 |
| Octal | 114 | 27 | 220 | 57 | 124 | 0 | 54 | 412 | 110 | 41 |
| Binary | 1001100 | 10111 | 10010000 | 101111 | 1010100 | 0 | 101100 | 100001010 | 1001000 | 100001 |
Color Harmonies of #4C1790
Complementary color
Monochromatic Colors of #4C1790
Black with #4C1790
Text Example
Text Example
White with #4C1790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1790; }
p { color: rgb(76,23,144); }
H1.HeaderClassName
{
color: #4C1790;
}
.AnyTagClassName
{
color: #4C1790;
}
</style>
background-color css
<style>
a { background-color: #4C1790; }
a { background-color: rgb(76,23,144); }
div.DivClassName
{
background-color: #4C1790;
}
.BgClassName
{
background-color: #4C1790;
}
</style>
border-color css
<style>
span { border-color: #4C1790; }
span { border-color: rgb(76,23,144); }
td.TdClassName
{
border-color: #4C1790;
}
.TagClassName
{
border-color: #4C1790;
}
</style>