Shades of Indigo #4B029B
Tints of Indigo #4B029B
RGB
CMYK
RGB Variations
Color information
#4B029B (or 0x4B029B) is known color: Indigo. HEX triplet: 4B, 02 and 9B. RGB value is (75,2,155). Sum of RGB (Red+Green+Blue) = 75+2+155=232 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.33% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 155 (60.94% from 255 or 66.81% from 232); Max value from RGB is 155 - color contains mainly: blue. Hex color #4B029B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B029B is #B4FD64. Grayscale: #282828. Windows color (decimal): -11861349 or 10158667. OLE color: 10158667.
HSL color Cylindrical-coordinate representation of color #4B029B: hue angle of 268.63º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4B029B is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 75 | 2 | 155 | - |
| CMYK | 0.52 | 0.99 | 0 | 0.39 |
| HSL | 268.63º | 0.97% | 0.31% | - |
| HSV(B) | 268.63º | 0.99% | 0.61% | - |
| XYZ | 8.84 | 3.91 | 31.3 | - |
| YUV | 41.27 | 192.18 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 2 | 155 | 0.52 | 0.99 | 0 | 0.39 | 268.63 | 0.97 | 0.31 |
| Hex | 4B | 2 | 9B | 34 | 63 | 0 | 27 | 10D | 61 | 1F |
| Octal | 113 | 2 | 233 | 64 | 143 | 0 | 47 | 415 | 141 | 37 |
| Binary | 1001011 | 10 | 10011011 | 110100 | 1100011 | 0 | 100111 | 100001101 | 1100001 | 11111 |
Color Harmonies of #4B029B
Complementary color
Monochromatic Colors of #4B029B
Black with #4B029B
Text Example
Text Example
White with #4B029B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B029B; }
p { color: rgb(75,2,155); }
H1.HeaderClassName
{
color: #4B029B;
}
.AnyTagClassName
{
color: #4B029B;
}
</style>
background-color css
<style>
a { background-color: #4B029B; }
a { background-color: rgb(75,2,155); }
div.DivClassName
{
background-color: #4B029B;
}
.BgClassName
{
background-color: #4B029B;
}
</style>
border-color css
<style>
span { border-color: #4B029B; }
span { border-color: rgb(75,2,155); }
td.TdClassName
{
border-color: #4B029B;
}
.TagClassName
{
border-color: #4B029B;
}
</style>