Shades of Indigo #4B0599
Tints of Indigo #4B0599
RGB
CMYK
RGB Variations
Color information
#4B0599 (or 0x4B0599) is known color: Indigo. HEX triplet: 4B, 05 and 99. RGB value is (75,5,153). Sum of RGB (Red+Green+Blue) = 75+5+153=233 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.19% from 233); Green value is 5 (2.34% from 255 or 2.15% from 233); Blue value is 153 (60.16% from 255 or 65.67% from 233); Max value from RGB is 153 - color contains mainly: blue. Hex color #4B0599 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B0599 is #B4FA66. Grayscale: #2A2A2A. Windows color (decimal): -11860583 or 10028363. OLE color: 10028363.
HSL color Cylindrical-coordinate representation of color #4B0599: hue angle of 268.38º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4B0599 is Cyan = 0.51, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 75 | 5 | 153 | - |
| CMYK | 0.51 | 0.97 | 0 | 0.4 |
| HSL | 268.38º | 0.94% | 0.31% | - |
| HSV(B) | 268.38º | 0.97% | 0.6% | - |
| XYZ | 8.71 | 3.9 | 30.43 | - |
| YUV | 42.8 | 190.19 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 5 | 153 | 0.51 | 0.97 | 0 | 0.4 | 268.38 | 0.94 | 0.31 |
| Hex | 4B | 5 | 99 | 33 | 61 | 0 | 28 | 10C | 5E | 1F |
| Octal | 113 | 5 | 231 | 63 | 141 | 0 | 50 | 414 | 136 | 37 |
| Binary | 1001011 | 101 | 10011001 | 110011 | 1100001 | 0 | 101000 | 100001100 | 1011110 | 11111 |
Color Harmonies of #4B0599
Complementary color
Monochromatic Colors of #4B0599
Black with #4B0599
Text Example
Text Example
White with #4B0599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0599; }
p { color: rgb(75,5,153); }
H1.HeaderClassName
{
color: #4B0599;
}
.AnyTagClassName
{
color: #4B0599;
}
</style>
background-color css
<style>
a { background-color: #4B0599; }
a { background-color: rgb(75,5,153); }
div.DivClassName
{
background-color: #4B0599;
}
.BgClassName
{
background-color: #4B0599;
}
</style>
border-color css
<style>
span { border-color: #4B0599; }
span { border-color: rgb(75,5,153); }
td.TdClassName
{
border-color: #4B0599;
}
.TagClassName
{
border-color: #4B0599;
}
</style>