Shades of Indigo #4B056F
Tints of Indigo #4B056F
RGB
CMYK
RGB Variations
Color information
#4B056F (or 0x4B056F) is known color: Indigo. HEX triplet: 4B, 05 and 6F. RGB value is (75,5,111). Sum of RGB (Red+Green+Blue) = 75+5+111=191 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.27% from 191); Green value is 5 (2.34% from 255 or 2.62% from 191); Blue value is 111 (43.75% from 255 or 58.12% from 191); Max value from RGB is 111 - color contains mainly: blue. Hex color #4B056F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B056F is #B4FA90. Grayscale: #252525. Windows color (decimal): -11860625 or 7275851. OLE color: 7275851.
HSL color Cylindrical-coordinate representation of color #4B056F: hue angle of 279.62º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4B056F is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 75 | 5 | 111 | - |
| CMYK | 0.32 | 0.95 | 0 | 0.56 |
| HSL | 279.62º | 0.91% | 0.23% | - |
| HSV(B) | 279.62º | 0.95% | 0.44% | - |
| XYZ | 5.83 | 2.75 | 15.26 | - |
| YUV | 38.01 | 169.19 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 5 | 111 | 0.32 | 0.95 | 0 | 0.56 | 279.62 | 0.91 | 0.23 |
| Hex | 4B | 5 | 6F | 20 | 5F | 0 | 38 | 118 | 5B | 17 |
| Octal | 113 | 5 | 157 | 40 | 137 | 0 | 70 | 430 | 133 | 27 |
| Binary | 1001011 | 101 | 1101111 | 100000 | 1011111 | 0 | 111000 | 100011000 | 1011011 | 10111 |
Color Harmonies of #4B056F
Complementary color
Monochromatic Colors of #4B056F
Black with #4B056F
Text Example
Text Example
White with #4B056F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B056F; }
p { color: rgb(75,5,111); }
H1.HeaderClassName
{
color: #4B056F;
}
.AnyTagClassName
{
color: #4B056F;
}
</style>
background-color css
<style>
a { background-color: #4B056F; }
a { background-color: rgb(75,5,111); }
div.DivClassName
{
background-color: #4B056F;
}
.BgClassName
{
background-color: #4B056F;
}
</style>
border-color css
<style>
span { border-color: #4B056F; }
span { border-color: rgb(75,5,111); }
td.TdClassName
{
border-color: #4B056F;
}
.TagClassName
{
border-color: #4B056F;
}
</style>