Shades of Indigo #4B137F
Tints of Indigo #4B137F
RGB
CMYK
RGB Variations
Color information
#4B137F (or 0x4B137F) is known color: Indigo. HEX triplet: 4B, 13 and 7F. RGB value is (75,19,127). Sum of RGB (Red+Green+Blue) = 75+19+127=221 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.94% from 221); Green value is 19 (7.81% from 255 or 8.60% from 221); Blue value is 127 (50% from 255 or 57.47% from 221); Max value from RGB is 127 - color contains mainly: blue. Hex color #4B137F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B137F is #B4EC80. Grayscale: #2F2F2F. Windows color (decimal): -11857025 or 8328011. OLE color: 8328011.
HSL color Cylindrical-coordinate representation of color #4B137F: hue angle of 271.11º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4B137F is Cyan = 0.41, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 75 | 19 | 127 | - |
| CMYK | 0.41 | 0.85 | 0 | 0.50 |
| HSL | 271.11º | 0.74% | 0.29% | - |
| HSV(B) | 271.11º | 0.85% | 0.5% | - |
| XYZ | 6.97 | 3.49 | 20.39 | - |
| YUV | 48.06 | 172.55 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 19 | 127 | 0.41 | 0.85 | 0 | 0.50 | 271.11 | 0.74 | 0.29 |
| Hex | 4B | 13 | 7F | 29 | 55 | 0 | 32 | 10F | 4A | 1D |
| Octal | 113 | 23 | 177 | 51 | 125 | 0 | 62 | 417 | 112 | 35 |
| Binary | 1001011 | 10011 | 1111111 | 101001 | 1010101 | 0 | 110010 | 100001111 | 1001010 | 11101 |
Color Harmonies of #4B137F
Complementary color
Monochromatic Colors of #4B137F
Black with #4B137F
Text Example
Text Example
White with #4B137F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B137F; }
p { color: rgb(75,19,127); }
H1.HeaderClassName
{
color: #4B137F;
}
.AnyTagClassName
{
color: #4B137F;
}
</style>
background-color css
<style>
a { background-color: #4B137F; }
a { background-color: rgb(75,19,127); }
div.DivClassName
{
background-color: #4B137F;
}
.BgClassName
{
background-color: #4B137F;
}
</style>
border-color css
<style>
span { border-color: #4B137F; }
span { border-color: rgb(75,19,127); }
td.TdClassName
{
border-color: #4B137F;
}
.TagClassName
{
border-color: #4B137F;
}
</style>