Shades of Indigo #4B129D
Tints of Indigo #4B129D
RGB
CMYK
RGB Variations
Color information
#4B129D (or 0x4B129D) is known color: Indigo. HEX triplet: 4B, 12 and 9D. RGB value is (75,18,157). Sum of RGB (Red+Green+Blue) = 75+18+157=250 (33% of max value = 765). Red value is 75 (29.69% from 255 or 30% from 250); Green value is 18 (7.42% from 255 or 7.2% from 250); Blue value is 157 (61.72% from 255 or 62.8% from 250); Max value from RGB is 157 - color contains mainly: blue. Hex color #4B129D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B129D is #B4ED62. Grayscale: #323232. Windows color (decimal): -11857251 or 10293835. OLE color: 10293835.
HSL color Cylindrical-coordinate representation of color #4B129D: hue angle of 264.6º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4B129D is Cyan = 0.52, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 75 | 18 | 157 | - |
| CMYK | 0.52 | 0.89 | 0 | 0.38 |
| HSL | 264.6º | 0.79% | 0.34% | - |
| HSV(B) | 264.6º | 0.89% | 0.62% | - |
| XYZ | 9.2 | 4.36 | 32.26 | - |
| YUV | 50.89 | 187.88 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 18 | 157 | 0.52 | 0.89 | 0 | 0.38 | 264.6 | 0.79 | 0.34 |
| Hex | 4B | 12 | 9D | 34 | 59 | 0 | 26 | 109 | 4F | 22 |
| Octal | 113 | 22 | 235 | 64 | 131 | 0 | 46 | 411 | 117 | 42 |
| Binary | 1001011 | 10010 | 10011101 | 110100 | 1011001 | 0 | 100110 | 100001001 | 1001111 | 100010 |
Color Harmonies of #4B129D
Complementary color
Monochromatic Colors of #4B129D
Black with #4B129D
Text Example
Text Example
White with #4B129D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B129D; }
p { color: rgb(75,18,157); }
H1.HeaderClassName
{
color: #4B129D;
}
.AnyTagClassName
{
color: #4B129D;
}
</style>
background-color css
<style>
a { background-color: #4B129D; }
a { background-color: rgb(75,18,157); }
div.DivClassName
{
background-color: #4B129D;
}
.BgClassName
{
background-color: #4B129D;
}
</style>
border-color css
<style>
span { border-color: #4B129D; }
span { border-color: rgb(75,18,157); }
td.TdClassName
{
border-color: #4B129D;
}
.TagClassName
{
border-color: #4B129D;
}
</style>