Shades of Indigo #4B0B69
Tints of Indigo #4B0B69
RGB
CMYK
RGB Variations
Color information
#4B0B69 (or 0x4B0B69) is known color: Indigo. HEX triplet: 4B, 0B and 69. RGB value is (75,11,105). Sum of RGB (Red+Green+Blue) = 75+11+105=191 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.27% from 191); Green value is 11 (4.69% from 255 or 5.76% from 191); Blue value is 105 (41.41% from 255 or 54.97% from 191); Max value from RGB is 105 - color contains mainly: blue. Hex color #4B0B69 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B0B69 is #B4F496. Grayscale: #282828. Windows color (decimal): -11859095 or 6884171. OLE color: 6884171.
HSL color Cylindrical-coordinate representation of color #4B0B69: hue angle of 280.85º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4B0B69 is Cyan = 0.29, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 75 | 11 | 105 | - |
| CMYK | 0.29 | 0.90 | 0 | 0.59 |
| HSL | 280.85º | 0.81% | 0.23% | - |
| HSV(B) | 280.85º | 0.9% | 0.41% | - |
| XYZ | 5.57 | 2.76 | 13.6 | - |
| YUV | 40.85 | 164.2 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 11 | 105 | 0.29 | 0.90 | 0 | 0.59 | 280.85 | 0.81 | 0.23 |
| Hex | 4B | B | 69 | 1D | 5A | 0 | 3B | 119 | 51 | 17 |
| Octal | 113 | 13 | 151 | 35 | 132 | 0 | 73 | 431 | 121 | 27 |
| Binary | 1001011 | 1011 | 1101001 | 11101 | 1011010 | 0 | 111011 | 100011001 | 1010001 | 10111 |
Color Harmonies of #4B0B69
Complementary color
Monochromatic Colors of #4B0B69
Black with #4B0B69
Text Example
Text Example
White with #4B0B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0B69; }
p { color: rgb(75,11,105); }
H1.HeaderClassName
{
color: #4B0B69;
}
.AnyTagClassName
{
color: #4B0B69;
}
</style>
background-color css
<style>
a { background-color: #4B0B69; }
a { background-color: rgb(75,11,105); }
div.DivClassName
{
background-color: #4B0B69;
}
.BgClassName
{
background-color: #4B0B69;
}
</style>
border-color css
<style>
span { border-color: #4B0B69; }
span { border-color: rgb(75,11,105); }
td.TdClassName
{
border-color: #4B0B69;
}
.TagClassName
{
border-color: #4B0B69;
}
</style>