Shades of Indigo #4B126A
Tints of Indigo #4B126A
RGB
CMYK
RGB Variations
Color information
#4B126A (or 0x4B126A) is known color: Indigo. HEX triplet: 4B, 12 and 6A. RGB value is (75,18,106). Sum of RGB (Red+Green+Blue) = 75+18+106=199 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.69% from 199); Green value is 18 (7.42% from 255 or 9.05% from 199); Blue value is 106 (41.80% from 255 or 53.27% from 199); Max value from RGB is 106 - color contains mainly: blue. Hex color #4B126A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B126A is #B4ED95. Grayscale: #2C2C2C. Windows color (decimal): -11857302 or 6951499. OLE color: 6951499.
HSL color Cylindrical-coordinate representation of color #4B126A: hue angle of 278.86º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4B126A is Cyan = 0.29, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 75 | 18 | 106 | - |
| CMYK | 0.29 | 0.83 | 0 | 0.58 |
| HSL | 278.86º | 0.71% | 0.24% | - |
| HSV(B) | 278.86º | 0.83% | 0.42% | - |
| XYZ | 5.72 | 2.97 | 13.91 | - |
| YUV | 45.08 | 162.38 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 18 | 106 | 0.29 | 0.83 | 0 | 0.58 | 278.86 | 0.71 | 0.24 |
| Hex | 4B | 12 | 6A | 1D | 53 | 0 | 3A | 117 | 47 | 18 |
| Octal | 113 | 22 | 152 | 35 | 123 | 0 | 72 | 427 | 107 | 30 |
| Binary | 1001011 | 10010 | 1101010 | 11101 | 1010011 | 0 | 111010 | 100010111 | 1000111 | 11000 |
Color Harmonies of #4B126A
Complementary color
Monochromatic Colors of #4B126A
Black with #4B126A
Text Example
Text Example
White with #4B126A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B126A; }
p { color: rgb(75,18,106); }
H1.HeaderClassName
{
color: #4B126A;
}
.AnyTagClassName
{
color: #4B126A;
}
</style>
background-color css
<style>
a { background-color: #4B126A; }
a { background-color: rgb(75,18,106); }
div.DivClassName
{
background-color: #4B126A;
}
.BgClassName
{
background-color: #4B126A;
}
</style>
border-color css
<style>
span { border-color: #4B126A; }
span { border-color: rgb(75,18,106); }
td.TdClassName
{
border-color: #4B126A;
}
.TagClassName
{
border-color: #4B126A;
}
</style>