Shades of Indigo #4B127F
Tints of Indigo #4B127F
RGB
CMYK
RGB Variations
Color information
#4B127F (or 0x4B127F) is known color: Indigo. HEX triplet: 4B, 12 and 7F. RGB value is (75,18,127). Sum of RGB (Red+Green+Blue) = 75+18+127=220 (29% of max value = 765). Red value is 75 (29.69% from 255 or 34.09% from 220); Green value is 18 (7.42% from 255 or 8.18% from 220); Blue value is 127 (50% from 255 or 57.73% from 220); Max value from RGB is 127 - color contains mainly: blue. Hex color #4B127F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B127F is #B4ED80. Grayscale: #2F2F2F. Windows color (decimal): -11857281 or 8327755. OLE color: 8327755.
HSL color Cylindrical-coordinate representation of color #4B127F: hue angle of 271.38º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4B127F is Cyan = 0.41, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 75 | 18 | 127 | - |
| CMYK | 0.41 | 0.86 | 0 | 0.50 |
| HSL | 271.38º | 0.75% | 0.28% | - |
| HSV(B) | 271.38º | 0.86% | 0.5% | - |
| XYZ | 6.95 | 3.46 | 20.38 | - |
| YUV | 47.47 | 172.88 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 18 | 127 | 0.41 | 0.86 | 0 | 0.50 | 271.38 | 0.75 | 0.28 |
| Hex | 4B | 12 | 7F | 29 | 56 | 0 | 32 | 10F | 4B | 1C |
| Octal | 113 | 22 | 177 | 51 | 126 | 0 | 62 | 417 | 113 | 34 |
| Binary | 1001011 | 10010 | 1111111 | 101001 | 1010110 | 0 | 110010 | 100001111 | 1001011 | 11100 |
Color Harmonies of #4B127F
Complementary color
Monochromatic Colors of #4B127F
Black with #4B127F
Text Example
Text Example
White with #4B127F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B127F; }
p { color: rgb(75,18,127); }
H1.HeaderClassName
{
color: #4B127F;
}
.AnyTagClassName
{
color: #4B127F;
}
</style>
background-color css
<style>
a { background-color: #4B127F; }
a { background-color: rgb(75,18,127); }
div.DivClassName
{
background-color: #4B127F;
}
.BgClassName
{
background-color: #4B127F;
}
</style>
border-color css
<style>
span { border-color: #4B127F; }
span { border-color: rgb(75,18,127); }
td.TdClassName
{
border-color: #4B127F;
}
.TagClassName
{
border-color: #4B127F;
}
</style>