Shades of Indigo #4C009B
Tints of Indigo #4C009B
RGB
CMYK
RGB Variations
Color information
#4C009B (or 0x4C009B) is known color: Indigo. HEX triplet: 4C, 00 and 9B. RGB value is (76,0,155). Sum of RGB (Red+Green+Blue) = 76+0+155=231 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.90% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 155 (60.94% from 255 or 67.10% from 231); Max value from RGB is 155 - color contains mainly: blue. Hex color #4C009B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C009B is #B3FF64. Grayscale: #272727. Windows color (decimal): -11796325 or 10158156. OLE color: 10158156.
HSL color Cylindrical-coordinate representation of color #4C009B: hue angle of 269.42º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4C009B is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 76 | 0 | 155 | - |
| CMYK | 0.51 | 1 | 0 | 0.39 |
| HSL | 269.42º | 1% | 0.3% | - |
| HSV(B) | 269.42º | 1% | 0.61% | - |
| XYZ | 8.9 | 3.9 | 31.29 | - |
| YUV | 40.39 | 192.68 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 0 | 155 | 0.51 | 1 | 0 | 0.39 | 269.42 | 1 | 0.3 |
| Hex | 4C | 0 | 9B | 33 | 64 | 0 | 27 | 10D | 64 | 1E |
| Octal | 114 | 0 | 233 | 63 | 144 | 0 | 47 | 415 | 144 | 36 |
| Binary | 1001100 | 0 | 10011011 | 110011 | 1100100 | 0 | 100111 | 100001101 | 1100100 | 11110 |
Color Harmonies of #4C009B
Complementary color
Monochromatic Colors of #4C009B
Black with #4C009B
Text Example
Text Example
White with #4C009B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C009B; }
p { color: rgb(76,0,155); }
H1.HeaderClassName
{
color: #4C009B;
}
.AnyTagClassName
{
color: #4C009B;
}
</style>
background-color css
<style>
a { background-color: #4C009B; }
a { background-color: rgb(76,0,155); }
div.DivClassName
{
background-color: #4C009B;
}
.BgClassName
{
background-color: #4C009B;
}
</style>
border-color css
<style>
span { border-color: #4C009B; }
span { border-color: rgb(76,0,155); }
td.TdClassName
{
border-color: #4C009B;
}
.TagClassName
{
border-color: #4C009B;
}
</style>