Shades of Indigo #4B088B
Tints of Indigo #4B088B
RGB
CMYK
RGB Variations
Color information
#4B088B (or 0x4B088B) is known color: Indigo. HEX triplet: 4B, 08 and 8B. RGB value is (75,8,139). Sum of RGB (Red+Green+Blue) = 75+8+139=222 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.78% from 222); Green value is 8 (3.52% from 255 or 3.60% from 222); Blue value is 139 (54.69% from 255 or 62.61% from 222); Max value from RGB is 139 - color contains mainly: blue. Hex color #4B088B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B088B is #B4F774. Grayscale: #2A2A2A. Windows color (decimal): -11859829 or 9111627. OLE color: 9111627.
HSL color Cylindrical-coordinate representation of color #4B088B: hue angle of 270.69º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4B088B is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 75 | 8 | 139 | - |
| CMYK | 0.46 | 0.94 | 0 | 0.45 |
| HSL | 270.69º | 0.89% | 0.29% | - |
| HSV(B) | 270.69º | 0.94% | 0.55% | - |
| XYZ | 7.65 | 3.53 | 24.71 | - |
| YUV | 42.97 | 182.2 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 8 | 139 | 0.46 | 0.94 | 0 | 0.45 | 270.69 | 0.89 | 0.29 |
| Hex | 4B | 8 | 8B | 2E | 5E | 0 | 2D | 10F | 59 | 1D |
| Octal | 113 | 10 | 213 | 56 | 136 | 0 | 55 | 417 | 131 | 35 |
| Binary | 1001011 | 1000 | 10001011 | 101110 | 1011110 | 0 | 101101 | 100001111 | 1011001 | 11101 |
Color Harmonies of #4B088B
Complementary color
Monochromatic Colors of #4B088B
Black with #4B088B
Text Example
Text Example
White with #4B088B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B088B; }
p { color: rgb(75,8,139); }
H1.HeaderClassName
{
color: #4B088B;
}
.AnyTagClassName
{
color: #4B088B;
}
</style>
background-color css
<style>
a { background-color: #4B088B; }
a { background-color: rgb(75,8,139); }
div.DivClassName
{
background-color: #4B088B;
}
.BgClassName
{
background-color: #4B088B;
}
</style>
border-color css
<style>
span { border-color: #4B088B; }
span { border-color: rgb(75,8,139); }
td.TdClassName
{
border-color: #4B088B;
}
.TagClassName
{
border-color: #4B088B;
}
</style>