Shades of Indigo #4B015D
Tints of Indigo #4B015D
RGB
CMYK
RGB Variations
Color information
#4B015D (or 0x4B015D) is known color: Indigo. HEX triplet: 4B, 01 and 5D. RGB value is (75,1,93). Sum of RGB (Red+Green+Blue) = 75+1+93=169 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.38% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 93 (36.72% from 255 or 55.03% from 169); Max value from RGB is 93 - color contains mainly: blue. Hex color #4B015D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B015D is #B4FEA2. Grayscale: #212121. Windows color (decimal): -11861667 or 6095179. OLE color: 6095179.
HSL color Cylindrical-coordinate representation of color #4B015D: hue angle of 288.26º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4B015D is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 75 | 1 | 93 | - |
| CMYK | 0.19 | 0.99 | 0 | 0.64 |
| HSL | 288.26º | 0.98% | 0.18% | - |
| HSV(B) | 288.26º | 0.99% | 0.36% | - |
| XYZ | 4.89 | 2.31 | 10.54 | - |
| YUV | 33.61 | 161.52 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 1 | 93 | 0.19 | 0.99 | 0 | 0.64 | 288.26 | 0.98 | 0.18 |
| Hex | 4B | 1 | 5D | 13 | 63 | 0 | 40 | 120 | 62 | 12 |
| Octal | 113 | 1 | 135 | 23 | 143 | 0 | 100 | 440 | 142 | 22 |
| Binary | 1001011 | 1 | 1011101 | 10011 | 1100011 | 0 | 1000000 | 100100000 | 1100010 | 10010 |
Color Harmonies of #4B015D
Complementary color
Monochromatic Colors of #4B015D
Black with #4B015D
Text Example
Text Example
White with #4B015D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B015D; }
p { color: rgb(75,1,93); }
H1.HeaderClassName
{
color: #4B015D;
}
.AnyTagClassName
{
color: #4B015D;
}
</style>
background-color css
<style>
a { background-color: #4B015D; }
a { background-color: rgb(75,1,93); }
div.DivClassName
{
background-color: #4B015D;
}
.BgClassName
{
background-color: #4B015D;
}
</style>
border-color css
<style>
span { border-color: #4B015D; }
span { border-color: rgb(75,1,93); }
td.TdClassName
{
border-color: #4B015D;
}
.TagClassName
{
border-color: #4B015D;
}
</style>