Shades of Indigo #4B1069
Tints of Indigo #4B1069
RGB
CMYK
RGB Variations
Color information
#4B1069 (or 0x4B1069) is known color: Indigo. HEX triplet: 4B, 10 and 69. RGB value is (75,16,105). Sum of RGB (Red+Green+Blue) = 75+16+105=196 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.27% from 196); Green value is 16 (6.64% from 255 or 8.16% from 196); Blue value is 105 (41.41% from 255 or 53.57% from 196); Max value from RGB is 105 - color contains mainly: blue. Hex color #4B1069 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B1069 is #B4EF96. Grayscale: #2B2B2B. Windows color (decimal): -11857815 or 6885451. OLE color: 6885451.
HSL color Cylindrical-coordinate representation of color #4B1069: hue angle of 279.78º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4B1069 is Cyan = 0.29, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 75 | 16 | 105 | - |
| CMYK | 0.29 | 0.85 | 0 | 0.59 |
| HSL | 279.78º | 0.74% | 0.24% | - |
| HSV(B) | 279.78º | 0.85% | 0.41% | - |
| XYZ | 5.64 | 2.89 | 13.62 | - |
| YUV | 43.79 | 162.55 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 16 | 105 | 0.29 | 0.85 | 0 | 0.59 | 279.78 | 0.74 | 0.24 |
| Hex | 4B | 10 | 69 | 1D | 55 | 0 | 3B | 118 | 4A | 18 |
| Octal | 113 | 20 | 151 | 35 | 125 | 0 | 73 | 430 | 112 | 30 |
| Binary | 1001011 | 10000 | 1101001 | 11101 | 1010101 | 0 | 111011 | 100011000 | 1001010 | 11000 |
Color Harmonies of #4B1069
Complementary color
Monochromatic Colors of #4B1069
Black with #4B1069
Text Example
Text Example
White with #4B1069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1069; }
p { color: rgb(75,16,105); }
H1.HeaderClassName
{
color: #4B1069;
}
.AnyTagClassName
{
color: #4B1069;
}
</style>
background-color css
<style>
a { background-color: #4B1069; }
a { background-color: rgb(75,16,105); }
div.DivClassName
{
background-color: #4B1069;
}
.BgClassName
{
background-color: #4B1069;
}
</style>
border-color css
<style>
span { border-color: #4B1069; }
span { border-color: rgb(75,16,105); }
td.TdClassName
{
border-color: #4B1069;
}
.TagClassName
{
border-color: #4B1069;
}
</style>