Shades of Indigo #4B098D
Tints of Indigo #4B098D
RGB
CMYK
RGB Variations
Color information
#4B098D (or 0x4B098D) is known color: Indigo. HEX triplet: 4B, 09 and 8D. RGB value is (75,9,141). Sum of RGB (Red+Green+Blue) = 75+9+141=225 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.33% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 141 (55.47% from 255 or 62.67% from 225); Max value from RGB is 141 - color contains mainly: blue. Hex color #4B098D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B098D is #B4F672. Grayscale: #2B2B2B. Windows color (decimal): -11859571 or 9242955. OLE color: 9242955.
HSL color Cylindrical-coordinate representation of color #4B098D: hue angle of 270º degrees, saturation: 0.88, 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 #4B098D is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 75 | 9 | 141 | - |
| CMYK | 0.47 | 0.94 | 0 | 0.45 |
| HSL | 270º | 0.88% | 0.29% | - |
| HSV(B) | 270º | 0.94% | 0.55% | - |
| XYZ | 7.81 | 3.61 | 25.49 | - |
| YUV | 43.78 | 182.87 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 9 | 141 | 0.47 | 0.94 | 0 | 0.45 | 270 | 0.88 | 0.29 |
| Hex | 4B | 9 | 8D | 2F | 5E | 0 | 2D | 10E | 58 | 1D |
| Octal | 113 | 11 | 215 | 57 | 136 | 0 | 55 | 416 | 130 | 35 |
| Binary | 1001011 | 1001 | 10001101 | 101111 | 1011110 | 0 | 101101 | 100001110 | 1011000 | 11101 |
Color Harmonies of #4B098D
Complementary color
Monochromatic Colors of #4B098D
Black with #4B098D
Text Example
Text Example
White with #4B098D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B098D; }
p { color: rgb(75,9,141); }
H1.HeaderClassName
{
color: #4B098D;
}
.AnyTagClassName
{
color: #4B098D;
}
</style>
background-color css
<style>
a { background-color: #4B098D; }
a { background-color: rgb(75,9,141); }
div.DivClassName
{
background-color: #4B098D;
}
.BgClassName
{
background-color: #4B098D;
}
</style>
border-color css
<style>
span { border-color: #4B098D; }
span { border-color: rgb(75,9,141); }
td.TdClassName
{
border-color: #4B098D;
}
.TagClassName
{
border-color: #4B098D;
}
</style>