Shades of Indigo #4B1479
Tints of Indigo #4B1479
RGB
CMYK
RGB Variations
Color information
#4B1479 (or 0x4B1479) is known color: Indigo. HEX triplet: 4B, 14 and 79. RGB value is (75,20,121). Sum of RGB (Red+Green+Blue) = 75+20+121=216 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.72% from 216); Green value is 20 (8.20% from 255 or 9.26% from 216); Blue value is 121 (47.66% from 255 or 56.02% from 216); Max value from RGB is 121 - color contains mainly: blue. Hex color #4B1479 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B1479 is #B4EB86. Grayscale: #2F2F2F. Windows color (decimal): -11856775 or 7935051. OLE color: 7935051.
HSL color Cylindrical-coordinate representation of color #4B1479: hue angle of 272.67º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4B1479 is Cyan = 0.38, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 75 | 20 | 121 | - |
| CMYK | 0.38 | 0.83 | 0 | 0.53 |
| HSL | 272.67º | 0.72% | 0.28% | - |
| HSV(B) | 272.67º | 0.83% | 0.47% | - |
| XYZ | 6.6 | 3.38 | 18.39 | - |
| YUV | 47.96 | 169.22 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 20 | 121 | 0.38 | 0.83 | 0 | 0.53 | 272.67 | 0.72 | 0.28 |
| Hex | 4B | 14 | 79 | 26 | 53 | 0 | 35 | 111 | 48 | 1C |
| Octal | 113 | 24 | 171 | 46 | 123 | 0 | 65 | 421 | 110 | 34 |
| Binary | 1001011 | 10100 | 1111001 | 100110 | 1010011 | 0 | 110101 | 100010001 | 1001000 | 11100 |
Color Harmonies of #4B1479
Complementary color
Monochromatic Colors of #4B1479
Black with #4B1479
Text Example
Text Example
White with #4B1479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1479; }
p { color: rgb(75,20,121); }
H1.HeaderClassName
{
color: #4B1479;
}
.AnyTagClassName
{
color: #4B1479;
}
</style>
background-color css
<style>
a { background-color: #4B1479; }
a { background-color: rgb(75,20,121); }
div.DivClassName
{
background-color: #4B1479;
}
.BgClassName
{
background-color: #4B1479;
}
</style>
border-color css
<style>
span { border-color: #4B1479; }
span { border-color: rgb(75,20,121); }
td.TdClassName
{
border-color: #4B1479;
}
.TagClassName
{
border-color: #4B1479;
}
</style>