Shades of Indigo #4B0269
Tints of Indigo #4B0269
RGB
CMYK
RGB Variations
Color information
#4B0269 (or 0x4B0269) is known color: Indigo. HEX triplet: 4B, 02 and 69. RGB value is (75,2,105). Sum of RGB (Red+Green+Blue) = 75+2+105=182 (24% of max value = 765). Red value is 75 (29.69% from 255 or 41.21% from 182); Green value is 2 (1.17% from 255 or 1.10% from 182); Blue value is 105 (41.41% from 255 or 57.69% from 182); Max value from RGB is 105 - color contains mainly: blue. Hex color #4B0269 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B0269 is #B4FD96. Grayscale: #232323. Windows color (decimal): -11861399 or 6881867. OLE color: 6881867.
HSL color Cylindrical-coordinate representation of color #4B0269: hue angle of 282.52º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4B0269 is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 75 | 2 | 105 | - |
| CMYK | 0.29 | 0.98 | 0 | 0.59 |
| HSL | 282.52º | 0.96% | 0.21% | - |
| HSV(B) | 282.52º | 0.98% | 0.41% | - |
| XYZ | 5.47 | 2.56 | 13.57 | - |
| YUV | 35.57 | 167.18 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 2 | 105 | 0.29 | 0.98 | 0 | 0.59 | 282.52 | 0.96 | 0.21 |
| Hex | 4B | 2 | 69 | 1D | 62 | 0 | 3B | 11B | 60 | 15 |
| Octal | 113 | 2 | 151 | 35 | 142 | 0 | 73 | 433 | 140 | 25 |
| Binary | 1001011 | 10 | 1101001 | 11101 | 1100010 | 0 | 111011 | 100011011 | 1100000 | 10101 |
Color Harmonies of #4B0269
Complementary color
Monochromatic Colors of #4B0269
Black with #4B0269
Text Example
Text Example
White with #4B0269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0269; }
p { color: rgb(75,2,105); }
H1.HeaderClassName
{
color: #4B0269;
}
.AnyTagClassName
{
color: #4B0269;
}
</style>
background-color css
<style>
a { background-color: #4B0269; }
a { background-color: rgb(75,2,105); }
div.DivClassName
{
background-color: #4B0269;
}
.BgClassName
{
background-color: #4B0269;
}
</style>
border-color css
<style>
span { border-color: #4B0269; }
span { border-color: rgb(75,2,105); }
td.TdClassName
{
border-color: #4B0269;
}
.TagClassName
{
border-color: #4B0269;
}
</style>