Shades of Indigo #4B056B
Tints of Indigo #4B056B
RGB
CMYK
RGB Variations
Color information
#4B056B (or 0x4B056B) is known color: Indigo. HEX triplet: 4B, 05 and 6B. RGB value is (75,5,107). Sum of RGB (Red+Green+Blue) = 75+5+107=187 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.11% from 187); Green value is 5 (2.34% from 255 or 2.67% from 187); Blue value is 107 (42.19% from 255 or 57.22% from 187); Max value from RGB is 107 - color contains mainly: blue. Hex color #4B056B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B056B is #B4FA94. Grayscale: #252525. Windows color (decimal): -11860629 or 7013707. OLE color: 7013707.
HSL color Cylindrical-coordinate representation of color #4B056B: hue angle of 281.18º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4B056B is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 75 | 5 | 107 | - |
| CMYK | 0.30 | 0.95 | 0 | 0.58 |
| HSL | 281.18º | 0.91% | 0.22% | - |
| HSV(B) | 281.18º | 0.95% | 0.42% | - |
| XYZ | 5.61 | 2.67 | 14.13 | - |
| YUV | 37.56 | 167.19 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 5 | 107 | 0.30 | 0.95 | 0 | 0.58 | 281.18 | 0.91 | 0.22 |
| Hex | 4B | 5 | 6B | 1E | 5F | 0 | 3A | 119 | 5B | 16 |
| Octal | 113 | 5 | 153 | 36 | 137 | 0 | 72 | 431 | 133 | 26 |
| Binary | 1001011 | 101 | 1101011 | 11110 | 1011111 | 0 | 111010 | 100011001 | 1011011 | 10110 |
Color Harmonies of #4B056B
Complementary color
Monochromatic Colors of #4B056B
Black with #4B056B
Text Example
Text Example
White with #4B056B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B056B; }
p { color: rgb(75,5,107); }
H1.HeaderClassName
{
color: #4B056B;
}
.AnyTagClassName
{
color: #4B056B;
}
</style>
background-color css
<style>
a { background-color: #4B056B; }
a { background-color: rgb(75,5,107); }
div.DivClassName
{
background-color: #4B056B;
}
.BgClassName
{
background-color: #4B056B;
}
</style>
border-color css
<style>
span { border-color: #4B056B; }
span { border-color: rgb(75,5,107); }
td.TdClassName
{
border-color: #4B056B;
}
.TagClassName
{
border-color: #4B056B;
}
</style>