Shades of Indigo #4B0977
Tints of Indigo #4B0977
RGB
CMYK
RGB Variations
Color information
#4B0977 (or 0x4B0977) is known color: Indigo. HEX triplet: 4B, 09 and 77. RGB value is (75,9,119). Sum of RGB (Red+Green+Blue) = 75+9+119=203 (26% of max value = 765). Red value is 75 (29.69% from 255 or 36.95% from 203); Green value is 9 (3.91% from 255 or 4.43% from 203); Blue value is 119 (46.88% from 255 or 58.62% from 203); Max value from RGB is 119 - color contains mainly: blue. Hex color #4B0977 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B0977 is #B4F688. Grayscale: #282828. Windows color (decimal): -11859593 or 7801163. OLE color: 7801163.
HSL color Cylindrical-coordinate representation of color #4B0977: hue angle of 276º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4B0977 is Cyan = 0.37, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 75 | 9 | 119 | - |
| CMYK | 0.37 | 0.92 | 0 | 0.53 |
| HSL | 276º | 0.86% | 0.25% | - |
| HSV(B) | 276º | 0.92% | 0.47% | - |
| XYZ | 6.33 | 3.02 | 17.7 | - |
| YUV | 41.27 | 171.87 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 9 | 119 | 0.37 | 0.92 | 0 | 0.53 | 276 | 0.86 | 0.25 |
| Hex | 4B | 9 | 77 | 25 | 5C | 0 | 35 | 114 | 56 | 19 |
| Octal | 113 | 11 | 167 | 45 | 134 | 0 | 65 | 424 | 126 | 31 |
| Binary | 1001011 | 1001 | 1110111 | 100101 | 1011100 | 0 | 110101 | 100010100 | 1010110 | 11001 |
Color Harmonies of #4B0977
Complementary color
Monochromatic Colors of #4B0977
Black with #4B0977
Text Example
Text Example
White with #4B0977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0977; }
p { color: rgb(75,9,119); }
H1.HeaderClassName
{
color: #4B0977;
}
.AnyTagClassName
{
color: #4B0977;
}
</style>
background-color css
<style>
a { background-color: #4B0977; }
a { background-color: rgb(75,9,119); }
div.DivClassName
{
background-color: #4B0977;
}
.BgClassName
{
background-color: #4B0977;
}
</style>
border-color css
<style>
span { border-color: #4B0977; }
span { border-color: rgb(75,9,119); }
td.TdClassName
{
border-color: #4B0977;
}
.TagClassName
{
border-color: #4B0977;
}
</style>