Shades of Indigo #4B088A
Tints of Indigo #4B088A
RGB
CMYK
RGB Variations
Color information
#4B088A (or 0x4B088A) is known color: Indigo. HEX triplet: 4B, 08 and 8A. RGB value is (75,8,138). Sum of RGB (Red+Green+Blue) = 75+8+138=221 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.94% from 221); Green value is 8 (3.52% from 255 or 3.62% from 221); Blue value is 138 (54.30% from 255 or 62.44% from 221); Max value from RGB is 138 - color contains mainly: blue. Hex color #4B088A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B088A is #B4F775. Grayscale: #2A2A2A. Windows color (decimal): -11859830 or 9046091. OLE color: 9046091.
HSL color Cylindrical-coordinate representation of color #4B088A: hue angle of 270.92º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4B088A is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 75 | 8 | 138 | - |
| CMYK | 0.46 | 0.94 | 0 | 0.46 |
| HSL | 270.92º | 0.89% | 0.29% | - |
| HSV(B) | 270.92º | 0.94% | 0.54% | - |
| XYZ | 7.58 | 3.5 | 24.32 | - |
| YUV | 42.85 | 181.7 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 8 | 138 | 0.46 | 0.94 | 0 | 0.46 | 270.92 | 0.89 | 0.29 |
| Hex | 4B | 8 | 8A | 2E | 5E | 0 | 2E | 10F | 59 | 1D |
| Octal | 113 | 10 | 212 | 56 | 136 | 0 | 56 | 417 | 131 | 35 |
| Binary | 1001011 | 1000 | 10001010 | 101110 | 1011110 | 0 | 101110 | 100001111 | 1011001 | 11101 |
Color Harmonies of #4B088A
Complementary color
Monochromatic Colors of #4B088A
Black with #4B088A
Text Example
Text Example
White with #4B088A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B088A; }
p { color: rgb(75,8,138); }
H1.HeaderClassName
{
color: #4B088A;
}
.AnyTagClassName
{
color: #4B088A;
}
</style>
background-color css
<style>
a { background-color: #4B088A; }
a { background-color: rgb(75,8,138); }
div.DivClassName
{
background-color: #4B088A;
}
.BgClassName
{
background-color: #4B088A;
}
</style>
border-color css
<style>
span { border-color: #4B088A; }
span { border-color: rgb(75,8,138); }
td.TdClassName
{
border-color: #4B088A;
}
.TagClassName
{
border-color: #4B088A;
}
</style>