Shades of Indigo #4B0876
Tints of Indigo #4B0876
RGB
CMYK
RGB Variations
Color information
#4B0876 (or 0x4B0876) is known color: Indigo. HEX triplet: 4B, 08 and 76. RGB value is (75,8,118). Sum of RGB (Red+Green+Blue) = 75+8+118=201 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.31% from 201); Green value is 8 (3.52% from 255 or 3.98% from 201); Blue value is 118 (46.48% from 255 or 58.71% from 201); Max value from RGB is 118 - color contains mainly: blue. Hex color #4B0876 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B0876 is #B4F789. Grayscale: #282828. Windows color (decimal): -11859850 or 7735371. OLE color: 7735371.
HSL color Cylindrical-coordinate representation of color #4B0876: hue angle of 276.55º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4B0876 is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 75 | 8 | 118 | - |
| CMYK | 0.36 | 0.93 | 0 | 0.54 |
| HSL | 276.55º | 0.87% | 0.25% | - |
| HSV(B) | 276.55º | 0.93% | 0.46% | - |
| XYZ | 6.26 | 2.98 | 17.38 | - |
| YUV | 40.57 | 171.7 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 8 | 118 | 0.36 | 0.93 | 0 | 0.54 | 276.55 | 0.87 | 0.25 |
| Hex | 4B | 8 | 76 | 24 | 5D | 0 | 36 | 115 | 57 | 19 |
| Octal | 113 | 10 | 166 | 44 | 135 | 0 | 66 | 425 | 127 | 31 |
| Binary | 1001011 | 1000 | 1110110 | 100100 | 1011101 | 0 | 110110 | 100010101 | 1010111 | 11001 |
Color Harmonies of #4B0876
Complementary color
Monochromatic Colors of #4B0876
Black with #4B0876
Text Example
Text Example
White with #4B0876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0876; }
p { color: rgb(75,8,118); }
H1.HeaderClassName
{
color: #4B0876;
}
.AnyTagClassName
{
color: #4B0876;
}
</style>
background-color css
<style>
a { background-color: #4B0876; }
a { background-color: rgb(75,8,118); }
div.DivClassName
{
background-color: #4B0876;
}
.BgClassName
{
background-color: #4B0876;
}
</style>
border-color css
<style>
span { border-color: #4B0876; }
span { border-color: rgb(75,8,118); }
td.TdClassName
{
border-color: #4B0876;
}
.TagClassName
{
border-color: #4B0876;
}
</style>