Shades of Indigo #4C0F90
Tints of Indigo #4C0F90
RGB
CMYK
RGB Variations
Color information
#4C0F90 (or 0x4C0F90) is known color: Indigo. HEX triplet: 4C, 0F and 90. RGB value is (76,15,144). Sum of RGB (Red+Green+Blue) = 76+15+144=235 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.34% from 235); Green value is 15 (6.25% from 255 or 6.38% from 235); Blue value is 144 (56.64% from 255 or 61.28% from 235); Max value from RGB is 144 - color contains mainly: blue. Hex color #4C0F90 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C0F90 is #B3F06F. Grayscale: #2F2F2F. Windows color (decimal): -11792496 or 9441100. OLE color: 9441100.
HSL color Cylindrical-coordinate representation of color #4C0F90: hue angle of 268.37º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4C0F90 is Cyan = 0.47, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 76 | 15 | 144 | - |
| CMYK | 0.47 | 0.90 | 0 | 0.44 |
| HSL | 268.37º | 0.81% | 0.31% | - |
| HSV(B) | 268.37º | 0.9% | 0.56% | - |
| XYZ | 8.19 | 3.89 | 26.71 | - |
| YUV | 47.95 | 182.21 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 15 | 144 | 0.47 | 0.90 | 0 | 0.44 | 268.37 | 0.81 | 0.31 |
| Hex | 4C | F | 90 | 2F | 5A | 0 | 2C | 10C | 51 | 1F |
| Octal | 114 | 17 | 220 | 57 | 132 | 0 | 54 | 414 | 121 | 37 |
| Binary | 1001100 | 1111 | 10010000 | 101111 | 1011010 | 0 | 101100 | 100001100 | 1010001 | 11111 |
Color Harmonies of #4C0F90
Complementary color
Monochromatic Colors of #4C0F90
Black with #4C0F90
Text Example
Text Example
White with #4C0F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0F90; }
p { color: rgb(76,15,144); }
H1.HeaderClassName
{
color: #4C0F90;
}
.AnyTagClassName
{
color: #4C0F90;
}
</style>
background-color css
<style>
a { background-color: #4C0F90; }
a { background-color: rgb(76,15,144); }
div.DivClassName
{
background-color: #4C0F90;
}
.BgClassName
{
background-color: #4C0F90;
}
</style>
border-color css
<style>
span { border-color: #4C0F90; }
span { border-color: rgb(76,15,144); }
td.TdClassName
{
border-color: #4C0F90;
}
.TagClassName
{
border-color: #4C0F90;
}
</style>