Shades of Indigo #4B108D
Tints of Indigo #4B108D
RGB
CMYK
RGB Variations
Color information
#4B108D (or 0x4B108D) is known color: Indigo. HEX triplet: 4B, 10 and 8D. RGB value is (75,16,141). Sum of RGB (Red+Green+Blue) = 75+16+141=232 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.33% from 232); Green value is 16 (6.64% from 255 or 6.90% from 232); Blue value is 141 (55.47% from 255 or 60.78% from 232); Max value from RGB is 141 - color contains mainly: blue. Hex color #4B108D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B108D is #B4EF72. Grayscale: #2F2F2F. Windows color (decimal): -11857779 or 9244747. OLE color: 9244747.
HSL color Cylindrical-coordinate representation of color #4B108D: hue angle of 268.32º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4B108D is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 75 | 16 | 141 | - |
| CMYK | 0.47 | 0.89 | 0 | 0.45 |
| HSL | 268.32º | 0.8% | 0.31% | - |
| HSV(B) | 268.32º | 0.89% | 0.55% | - |
| XYZ | 7.89 | 3.79 | 25.51 | - |
| YUV | 47.89 | 180.55 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 16 | 141 | 0.47 | 0.89 | 0 | 0.45 | 268.32 | 0.8 | 0.31 |
| Hex | 4B | 10 | 8D | 2F | 59 | 0 | 2D | 10C | 50 | 1F |
| Octal | 113 | 20 | 215 | 57 | 131 | 0 | 55 | 414 | 120 | 37 |
| Binary | 1001011 | 10000 | 10001101 | 101111 | 1011001 | 0 | 101101 | 100001100 | 1010000 | 11111 |
Color Harmonies of #4B108D
Complementary color
Monochromatic Colors of #4B108D
Black with #4B108D
Text Example
Text Example
White with #4B108D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B108D; }
p { color: rgb(75,16,141); }
H1.HeaderClassName
{
color: #4B108D;
}
.AnyTagClassName
{
color: #4B108D;
}
</style>
background-color css
<style>
a { background-color: #4B108D; }
a { background-color: rgb(75,16,141); }
div.DivClassName
{
background-color: #4B108D;
}
.BgClassName
{
background-color: #4B108D;
}
</style>
border-color css
<style>
span { border-color: #4B108D; }
span { border-color: rgb(75,16,141); }
td.TdClassName
{
border-color: #4B108D;
}
.TagClassName
{
border-color: #4B108D;
}
</style>