Shades of Indigo #4C0B75
Tints of Indigo #4C0B75
RGB
CMYK
RGB Variations
Color information
#4C0B75 (or 0x4C0B75) is known color: Indigo. HEX triplet: 4C, 0B and 75. RGB value is (76,11,117). Sum of RGB (Red+Green+Blue) = 76+11+117=204 (27% of max value = 765). Red value is 76 (30.08% from 255 or 37.25% from 204); Green value is 11 (4.69% from 255 or 5.39% from 204); Blue value is 117 (46.09% from 255 or 57.35% from 204); Max value from RGB is 117 - color contains mainly: blue. Hex color #4C0B75 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C0B75 is #B3F48A. Grayscale: #2A2A2A. Windows color (decimal): -11793547 or 7670604. OLE color: 7670604.
HSL color Cylindrical-coordinate representation of color #4C0B75: hue angle of 276.79º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4C0B75 is Cyan = 0.35, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 76 | 11 | 117 | - |
| CMYK | 0.35 | 0.91 | 0 | 0.54 |
| HSL | 276.79º | 0.83% | 0.25% | - |
| HSV(B) | 276.79º | 0.91% | 0.46% | - |
| XYZ | 6.31 | 3.06 | 17.09 | - |
| YUV | 42.52 | 170.03 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 11 | 117 | 0.35 | 0.91 | 0 | 0.54 | 276.79 | 0.83 | 0.25 |
| Hex | 4C | B | 75 | 23 | 5B | 0 | 36 | 115 | 53 | 19 |
| Octal | 114 | 13 | 165 | 43 | 133 | 0 | 66 | 425 | 123 | 31 |
| Binary | 1001100 | 1011 | 1110101 | 100011 | 1011011 | 0 | 110110 | 100010101 | 1010011 | 11001 |
Color Harmonies of #4C0B75
Complementary color
Monochromatic Colors of #4C0B75
Black with #4C0B75
Text Example
Text Example
White with #4C0B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0B75; }
p { color: rgb(76,11,117); }
H1.HeaderClassName
{
color: #4C0B75;
}
.AnyTagClassName
{
color: #4C0B75;
}
</style>
background-color css
<style>
a { background-color: #4C0B75; }
a { background-color: rgb(76,11,117); }
div.DivClassName
{
background-color: #4C0B75;
}
.BgClassName
{
background-color: #4C0B75;
}
</style>
border-color css
<style>
span { border-color: #4C0B75; }
span { border-color: rgb(76,11,117); }
td.TdClassName
{
border-color: #4C0B75;
}
.TagClassName
{
border-color: #4C0B75;
}
</style>