Shades of Indigo #4B1677
Tints of Indigo #4B1677
RGB
CMYK
RGB Variations
Color information
#4B1677 (or 0x4B1677) is known color: Indigo. HEX triplet: 4B, 16 and 77. RGB value is (75,22,119). Sum of RGB (Red+Green+Blue) = 75+22+119=216 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.72% from 216); Green value is 22 (8.98% from 255 or 10.19% from 216); Blue value is 119 (46.88% from 255 or 55.09% from 216); Max value from RGB is 119 - color contains mainly: blue. Hex color #4B1677 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B1677 is #B4E988. Grayscale: #303030. Windows color (decimal): -11856265 or 7804491. OLE color: 7804491.
HSL color Cylindrical-coordinate representation of color #4B1677: hue angle of 272.78º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4B1677 is Cyan = 0.37, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 75 | 22 | 119 | - |
| CMYK | 0.37 | 0.82 | 0 | 0.53 |
| HSL | 272.78º | 0.69% | 0.28% | - |
| HSV(B) | 272.78º | 0.82% | 0.47% | - |
| XYZ | 6.52 | 3.4 | 17.77 | - |
| YUV | 48.91 | 167.56 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 22 | 119 | 0.37 | 0.82 | 0 | 0.53 | 272.78 | 0.69 | 0.28 |
| Hex | 4B | 16 | 77 | 25 | 52 | 0 | 35 | 111 | 45 | 1C |
| Octal | 113 | 26 | 167 | 45 | 122 | 0 | 65 | 421 | 105 | 34 |
| Binary | 1001011 | 10110 | 1110111 | 100101 | 1010010 | 0 | 110101 | 100010001 | 1000101 | 11100 |
Color Harmonies of #4B1677
Complementary color
Monochromatic Colors of #4B1677
Black with #4B1677
Text Example
Text Example
White with #4B1677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1677; }
p { color: rgb(75,22,119); }
H1.HeaderClassName
{
color: #4B1677;
}
.AnyTagClassName
{
color: #4B1677;
}
</style>
background-color css
<style>
a { background-color: #4B1677; }
a { background-color: rgb(75,22,119); }
div.DivClassName
{
background-color: #4B1677;
}
.BgClassName
{
background-color: #4B1677;
}
</style>
border-color css
<style>
span { border-color: #4B1677; }
span { border-color: rgb(75,22,119); }
td.TdClassName
{
border-color: #4B1677;
}
.TagClassName
{
border-color: #4B1677;
}
</style>