Shades of Indigo #4B059B
Tints of Indigo #4B059B
RGB
CMYK
RGB Variations
Color information
#4B059B (or 0x4B059B) is known color: Indigo. HEX triplet: 4B, 05 and 9B. RGB value is (75,5,155). Sum of RGB (Red+Green+Blue) = 75+5+155=235 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.91% from 235); Green value is 5 (2.34% from 255 or 2.13% from 235); Blue value is 155 (60.94% from 255 or 65.96% from 235); Max value from RGB is 155 - color contains mainly: blue. Hex color #4B059B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B059B is #B4FA64. Grayscale: #2A2A2A. Windows color (decimal): -11860581 or 10159435. OLE color: 10159435.
HSL color Cylindrical-coordinate representation of color #4B059B: hue angle of 268º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4B059B is Cyan = 0.52, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 75 | 5 | 155 | - |
| CMYK | 0.52 | 0.97 | 0 | 0.39 |
| HSL | 268º | 0.94% | 0.31% | - |
| HSV(B) | 268º | 0.97% | 0.61% | - |
| XYZ | 8.87 | 3.97 | 31.31 | - |
| YUV | 43.03 | 191.19 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 5 | 155 | 0.52 | 0.97 | 0 | 0.39 | 268 | 0.94 | 0.31 |
| Hex | 4B | 5 | 9B | 34 | 61 | 0 | 27 | 10C | 5E | 1F |
| Octal | 113 | 5 | 233 | 64 | 141 | 0 | 47 | 414 | 136 | 37 |
| Binary | 1001011 | 101 | 10011011 | 110100 | 1100001 | 0 | 100111 | 100001100 | 1011110 | 11111 |
Color Harmonies of #4B059B
Complementary color
Monochromatic Colors of #4B059B
Black with #4B059B
Text Example
Text Example
White with #4B059B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B059B; }
p { color: rgb(75,5,155); }
H1.HeaderClassName
{
color: #4B059B;
}
.AnyTagClassName
{
color: #4B059B;
}
</style>
background-color css
<style>
a { background-color: #4B059B; }
a { background-color: rgb(75,5,155); }
div.DivClassName
{
background-color: #4B059B;
}
.BgClassName
{
background-color: #4B059B;
}
</style>
border-color css
<style>
span { border-color: #4B059B; }
span { border-color: rgb(75,5,155); }
td.TdClassName
{
border-color: #4B059B;
}
.TagClassName
{
border-color: #4B059B;
}
</style>