Shades of Indigo #4B046B
Tints of Indigo #4B046B
RGB
CMYK
RGB Variations
Color information
#4B046B (or 0x4B046B) is known color: Indigo. HEX triplet: 4B, 04 and 6B. RGB value is (75,4,107). Sum of RGB (Red+Green+Blue) = 75+4+107=186 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.32% from 186); Green value is 4 (1.95% from 255 or 2.15% from 186); Blue value is 107 (42.19% from 255 or 57.53% from 186); Max value from RGB is 107 - color contains mainly: blue. Hex color #4B046B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B046B is #B4FB94. Grayscale: #242424. Windows color (decimal): -11860885 or 7013451. OLE color: 7013451.
HSL color Cylindrical-coordinate representation of color #4B046B: hue angle of 281.36º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4B046B is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 75 | 4 | 107 | - |
| CMYK | 0.30 | 0.96 | 0 | 0.58 |
| HSL | 281.36º | 0.93% | 0.22% | - |
| HSV(B) | 281.36º | 0.96% | 0.42% | - |
| XYZ | 5.6 | 2.64 | 14.13 | - |
| YUV | 36.97 | 167.52 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 4 | 107 | 0.30 | 0.96 | 0 | 0.58 | 281.36 | 0.93 | 0.22 |
| Hex | 4B | 4 | 6B | 1E | 60 | 0 | 3A | 119 | 5D | 16 |
| Octal | 113 | 4 | 153 | 36 | 140 | 0 | 72 | 431 | 135 | 26 |
| Binary | 1001011 | 100 | 1101011 | 11110 | 1100000 | 0 | 111010 | 100011001 | 1011101 | 10110 |
Color Harmonies of #4B046B
Complementary color
Monochromatic Colors of #4B046B
Black with #4B046B
Text Example
Text Example
White with #4B046B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B046B; }
p { color: rgb(75,4,107); }
H1.HeaderClassName
{
color: #4B046B;
}
.AnyTagClassName
{
color: #4B046B;
}
</style>
background-color css
<style>
a { background-color: #4B046B; }
a { background-color: rgb(75,4,107); }
div.DivClassName
{
background-color: #4B046B;
}
.BgClassName
{
background-color: #4B046B;
}
</style>
border-color css
<style>
span { border-color: #4B046B; }
span { border-color: rgb(75,4,107); }
td.TdClassName
{
border-color: #4B046B;
}
.TagClassName
{
border-color: #4B046B;
}
</style>