Shades of Indigo #4B089D
Tints of Indigo #4B089D
RGB
CMYK
RGB Variations
Color information
#4B089D (or 0x4B089D) is known color: Indigo. HEX triplet: 4B, 08 and 9D. RGB value is (75,8,157). Sum of RGB (Red+Green+Blue) = 75+8+157=240 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.25% from 240); Green value is 8 (3.52% from 255 or 3.33% from 240); Blue value is 157 (61.72% from 255 or 65.42% from 240); Max value from RGB is 157 - color contains mainly: blue. Hex color #4B089D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B089D is #B4F762. Grayscale: #2C2C2C. Windows color (decimal): -11859811 or 10291275. OLE color: 10291275.
HSL color Cylindrical-coordinate representation of color #4B089D: hue angle of 266.98º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4B089D is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 75 | 8 | 157 | - |
| CMYK | 0.52 | 0.95 | 0 | 0.38 |
| HSL | 266.98º | 0.9% | 0.32% | - |
| HSV(B) | 266.98º | 0.95% | 0.62% | - |
| XYZ | 9.07 | 4.1 | 32.21 | - |
| YUV | 45.02 | 191.2 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 8 | 157 | 0.52 | 0.95 | 0 | 0.38 | 266.98 | 0.9 | 0.32 |
| Hex | 4B | 8 | 9D | 34 | 5F | 0 | 26 | 10B | 5A | 20 |
| Octal | 113 | 10 | 235 | 64 | 137 | 0 | 46 | 413 | 132 | 40 |
| Binary | 1001011 | 1000 | 10011101 | 110100 | 1011111 | 0 | 100110 | 100001011 | 1011010 | 100000 |
Color Harmonies of #4B089D
Complementary color
Monochromatic Colors of #4B089D
Black with #4B089D
Text Example
Text Example
White with #4B089D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B089D; }
p { color: rgb(75,8,157); }
H1.HeaderClassName
{
color: #4B089D;
}
.AnyTagClassName
{
color: #4B089D;
}
</style>
background-color css
<style>
a { background-color: #4B089D; }
a { background-color: rgb(75,8,157); }
div.DivClassName
{
background-color: #4B089D;
}
.BgClassName
{
background-color: #4B089D;
}
</style>
border-color css
<style>
span { border-color: #4B089D; }
span { border-color: rgb(75,8,157); }
td.TdClassName
{
border-color: #4B089D;
}
.TagClassName
{
border-color: #4B089D;
}
</style>