Shades of Indigo #4C139D
Tints of Indigo #4C139D
RGB
CMYK
RGB Variations
Color information
#4C139D (or 0x4C139D) is known color: Indigo. HEX triplet: 4C, 13 and 9D. RGB value is (76,19,157). Sum of RGB (Red+Green+Blue) = 76+19+157=252 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.16% from 252); Green value is 19 (7.81% from 255 or 7.54% from 252); Blue value is 157 (61.72% from 255 or 62.30% from 252); Max value from RGB is 157 - color contains mainly: blue. Hex color #4C139D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C139D is #B3EC62. Grayscale: #333333. Windows color (decimal): -11791459 or 10294092. OLE color: 10294092.
HSL color Cylindrical-coordinate representation of color #4C139D: hue angle of 264.78º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4C139D is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 76 | 19 | 157 | - |
| CMYK | 0.52 | 0.88 | 0 | 0.38 |
| HSL | 264.78º | 0.78% | 0.35% | - |
| HSV(B) | 264.78º | 0.88% | 0.62% | - |
| XYZ | 9.3 | 4.44 | 32.26 | - |
| YUV | 51.78 | 187.38 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 19 | 157 | 0.52 | 0.88 | 0 | 0.38 | 264.78 | 0.78 | 0.35 |
| Hex | 4C | 13 | 9D | 34 | 58 | 0 | 26 | 109 | 4E | 23 |
| Octal | 114 | 23 | 235 | 64 | 130 | 0 | 46 | 411 | 116 | 43 |
| Binary | 1001100 | 10011 | 10011101 | 110100 | 1011000 | 0 | 100110 | 100001001 | 1001110 | 100011 |
Color Harmonies of #4C139D
Complementary color
Monochromatic Colors of #4C139D
Black with #4C139D
Text Example
Text Example
White with #4C139D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C139D; }
p { color: rgb(76,19,157); }
H1.HeaderClassName
{
color: #4C139D;
}
.AnyTagClassName
{
color: #4C139D;
}
</style>
background-color css
<style>
a { background-color: #4C139D; }
a { background-color: rgb(76,19,157); }
div.DivClassName
{
background-color: #4C139D;
}
.BgClassName
{
background-color: #4C139D;
}
</style>
border-color css
<style>
span { border-color: #4C139D; }
span { border-color: rgb(76,19,157); }
td.TdClassName
{
border-color: #4C139D;
}
.TagClassName
{
border-color: #4C139D;
}
</style>