Shades of Indigo #4B055E
Tints of Indigo #4B055E
RGB
CMYK
RGB Variations
Color information
#4B055E (or 0x4B055E) is known color: Indigo. HEX triplet: 4B, 05 and 5E. RGB value is (75,5,94). Sum of RGB (Red+Green+Blue) = 75+5+94=174 (23% of max value = 765). Red value is 75 (29.69% from 255 or 43.10% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 94 (37.11% from 255 or 54.02% from 174); Max value from RGB is 94 - color contains mainly: blue. Hex color #4B055E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B055E is #B4FAA1. Grayscale: #232323. Windows color (decimal): -11860642 or 6161739. OLE color: 6161739.
HSL color Cylindrical-coordinate representation of color #4B055E: hue angle of 287.19º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4B055E is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 75 | 5 | 94 | - |
| CMYK | 0.20 | 0.95 | 0 | 0.63 |
| HSL | 287.19º | 0.9% | 0.19% | - |
| HSV(B) | 287.19º | 0.95% | 0.37% | - |
| XYZ | 4.98 | 2.41 | 10.79 | - |
| YUV | 36.08 | 160.69 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 5 | 94 | 0.20 | 0.95 | 0 | 0.63 | 287.19 | 0.9 | 0.19 |
| Hex | 4B | 5 | 5E | 14 | 5F | 0 | 3F | 11F | 5A | 13 |
| Octal | 113 | 5 | 136 | 24 | 137 | 0 | 77 | 437 | 132 | 23 |
| Binary | 1001011 | 101 | 1011110 | 10100 | 1011111 | 0 | 111111 | 100011111 | 1011010 | 10011 |
Color Harmonies of #4B055E
Complementary color
Monochromatic Colors of #4B055E
Black with #4B055E
Text Example
Text Example
White with #4B055E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B055E; }
p { color: rgb(75,5,94); }
H1.HeaderClassName
{
color: #4B055E;
}
.AnyTagClassName
{
color: #4B055E;
}
</style>
background-color css
<style>
a { background-color: #4B055E; }
a { background-color: rgb(75,5,94); }
div.DivClassName
{
background-color: #4B055E;
}
.BgClassName
{
background-color: #4B055E;
}
</style>
border-color css
<style>
span { border-color: #4B055E; }
span { border-color: rgb(75,5,94); }
td.TdClassName
{
border-color: #4B055E;
}
.TagClassName
{
border-color: #4B055E;
}
</style>