Shades of Indigo #4B0896
Tints of Indigo #4B0896
RGB
CMYK
RGB Variations
Color information
#4B0896 (or 0x4B0896) is known color: Indigo. HEX triplet: 4B, 08 and 96. RGB value is (75,8,150). Sum of RGB (Red+Green+Blue) = 75+8+150=233 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.19% from 233); Green value is 8 (3.52% from 255 or 3.43% from 233); Blue value is 150 (58.98% from 255 or 64.38% from 233); Max value from RGB is 150 - color contains mainly: blue. Hex color #4B0896 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B0896 is #B4F769. Grayscale: #2B2B2B. Windows color (decimal): -11859818 or 9832523. OLE color: 9832523.
HSL color Cylindrical-coordinate representation of color #4B0896: hue angle of 268.31º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4B0896 is Cyan = 0.5, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 75 | 8 | 150 | - |
| CMYK | 0.5 | 0.95 | 0 | 0.41 |
| HSL | 268.31º | 0.9% | 0.31% | - |
| HSV(B) | 268.31º | 0.95% | 0.59% | - |
| XYZ | 8.49 | 3.87 | 29.15 | - |
| YUV | 44.22 | 187.7 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 8 | 150 | 0.5 | 0.95 | 0 | 0.41 | 268.31 | 0.9 | 0.31 |
| Hex | 4B | 8 | 96 | 32 | 5F | 0 | 29 | 10C | 5A | 1F |
| Octal | 113 | 10 | 226 | 62 | 137 | 0 | 51 | 414 | 132 | 37 |
| Binary | 1001011 | 1000 | 10010110 | 110010 | 1011111 | 0 | 101001 | 100001100 | 1011010 | 11111 |
Color Harmonies of #4B0896
Complementary color
Monochromatic Colors of #4B0896
Black with #4B0896
Text Example
Text Example
White with #4B0896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0896; }
p { color: rgb(75,8,150); }
H1.HeaderClassName
{
color: #4B0896;
}
.AnyTagClassName
{
color: #4B0896;
}
</style>
background-color css
<style>
a { background-color: #4B0896; }
a { background-color: rgb(75,8,150); }
div.DivClassName
{
background-color: #4B0896;
}
.BgClassName
{
background-color: #4B0896;
}
</style>
border-color css
<style>
span { border-color: #4B0896; }
span { border-color: rgb(75,8,150); }
td.TdClassName
{
border-color: #4B0896;
}
.TagClassName
{
border-color: #4B0896;
}
</style>