Shades of Indigo #4C169B
Tints of Indigo #4C169B
RGB
CMYK
RGB Variations
Color information
#4C169B (or 0x4C169B) is known color: Indigo. HEX triplet: 4C, 16 and 9B. RGB value is (76,22,155). Sum of RGB (Red+Green+Blue) = 76+22+155=253 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.04% from 253); Green value is 22 (8.98% from 255 or 8.70% from 253); Blue value is 155 (60.94% from 255 or 61.26% from 253); Max value from RGB is 155 - color contains mainly: blue. Hex color #4C169B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C169B is #B3E964. Grayscale: #343434. Windows color (decimal): -11790693 or 10163788. OLE color: 10163788.
HSL color Cylindrical-coordinate representation of color #4C169B: hue angle of 264.36º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4C169B is Cyan = 0.51, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 76 | 22 | 155 | - |
| CMYK | 0.51 | 0.86 | 0 | 0.39 |
| HSL | 264.36º | 0.75% | 0.35% | - |
| HSV(B) | 264.36º | 0.86% | 0.61% | - |
| XYZ | 9.18 | 4.48 | 31.39 | - |
| YUV | 53.31 | 185.39 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 22 | 155 | 0.51 | 0.86 | 0 | 0.39 | 264.36 | 0.75 | 0.35 |
| Hex | 4C | 16 | 9B | 33 | 56 | 0 | 27 | 108 | 4B | 23 |
| Octal | 114 | 26 | 233 | 63 | 126 | 0 | 47 | 410 | 113 | 43 |
| Binary | 1001100 | 10110 | 10011011 | 110011 | 1010110 | 0 | 100111 | 100001000 | 1001011 | 100011 |
Color Harmonies of #4C169B
Complementary color
Monochromatic Colors of #4C169B
Black with #4C169B
Text Example
Text Example
White with #4C169B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C169B; }
p { color: rgb(76,22,155); }
H1.HeaderClassName
{
color: #4C169B;
}
.AnyTagClassName
{
color: #4C169B;
}
</style>
background-color css
<style>
a { background-color: #4C169B; }
a { background-color: rgb(76,22,155); }
div.DivClassName
{
background-color: #4C169B;
}
.BgClassName
{
background-color: #4C169B;
}
</style>
border-color css
<style>
span { border-color: #4C169B; }
span { border-color: rgb(76,22,155); }
td.TdClassName
{
border-color: #4C169B;
}
.TagClassName
{
border-color: #4C169B;
}
</style>