Shades of Indigo #4B039E
Tints of Indigo #4B039E
RGB
CMYK
RGB Variations
Color information
#4B039E (or 0x4B039E) is known color: Indigo. HEX triplet: 4B, 03 and 9E. RGB value is (75,3,158). Sum of RGB (Red+Green+Blue) = 75+3+158=236 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.78% from 236); Green value is 3 (1.56% from 255 or 1.27% from 236); Blue value is 158 (62.11% from 255 or 66.95% from 236); Max value from RGB is 158 - color contains mainly: blue. Hex color #4B039E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B039E is #B4FC61. Grayscale: #292929. Windows color (decimal): -11861090 or 10355531. OLE color: 10355531.
HSL color Cylindrical-coordinate representation of color #4B039E: hue angle of 267.87º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4B039E is Cyan = 0.53, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 75 | 3 | 158 | - |
| CMYK | 0.53 | 0.98 | 0 | 0.38 |
| HSL | 267.87º | 0.96% | 0.32% | - |
| HSV(B) | 267.87º | 0.98% | 0.62% | - |
| XYZ | 9.11 | 4.03 | 32.65 | - |
| YUV | 42.2 | 193.35 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 3 | 158 | 0.53 | 0.98 | 0 | 0.38 | 267.87 | 0.96 | 0.32 |
| Hex | 4B | 3 | 9E | 35 | 62 | 0 | 26 | 10C | 60 | 20 |
| Octal | 113 | 3 | 236 | 65 | 142 | 0 | 46 | 414 | 140 | 40 |
| Binary | 1001011 | 11 | 10011110 | 110101 | 1100010 | 0 | 100110 | 100001100 | 1100000 | 100000 |
Color Harmonies of #4B039E
Complementary color
Monochromatic Colors of #4B039E
Black with #4B039E
Text Example
Text Example
White with #4B039E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B039E; }
p { color: rgb(75,3,158); }
H1.HeaderClassName
{
color: #4B039E;
}
.AnyTagClassName
{
color: #4B039E;
}
</style>
background-color css
<style>
a { background-color: #4B039E; }
a { background-color: rgb(75,3,158); }
div.DivClassName
{
background-color: #4B039E;
}
.BgClassName
{
background-color: #4B039E;
}
</style>
border-color css
<style>
span { border-color: #4B039E; }
span { border-color: rgb(75,3,158); }
td.TdClassName
{
border-color: #4B039E;
}
.TagClassName
{
border-color: #4B039E;
}
</style>