Shades of Indigo #4B0AAC
Tints of Indigo #4B0AAC
RGB
CMYK
RGB Variations
Color information
#4B0AAC (or 0x4B0AAC) is known color: Indigo. HEX triplet: 4B, 0A and AC. RGB value is (75,10,172). Sum of RGB (Red+Green+Blue) = 75+10+172=257 (34% of max value = 765). Red value is 75 (29.69% from 255 or 29.18% from 257); Green value is 10 (4.30% from 255 or 3.89% from 257); Blue value is 172 (67.58% from 255 or 66.93% from 257); Max value from RGB is 172 - color contains mainly: blue. Hex color #4B0AAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B0AAC is #B4F553. Grayscale: #2F2F2F. Windows color (decimal): -11859284 or 11274827. OLE color: 11274827.
HSL color Cylindrical-coordinate representation of color #4B0AAC: hue angle of 264.07º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4B0AAC is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 75 | 10 | 172 | - |
| CMYK | 0.56 | 0.94 | 0 | 0.33 |
| HSL | 264.07º | 0.89% | 0.36% | - |
| HSV(B) | 264.07º | 0.94% | 0.67% | - |
| XYZ | 10.46 | 4.69 | 39.38 | - |
| YUV | 47.9 | 198.03 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 10 | 172 | 0.56 | 0.94 | 0 | 0.33 | 264.07 | 0.89 | 0.36 |
| Hex | 4B | A | AC | 38 | 5E | 0 | 21 | 108 | 59 | 24 |
| Octal | 113 | 12 | 254 | 70 | 136 | 0 | 41 | 410 | 131 | 44 |
| Binary | 1001011 | 1010 | 10101100 | 111000 | 1011110 | 0 | 100001 | 100001000 | 1011001 | 100100 |
Color Harmonies of #4B0AAC
Complementary color
Monochromatic Colors of #4B0AAC
Black with #4B0AAC
Text Example
Text Example
White with #4B0AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0AAC; }
p { color: rgb(75,10,172); }
H1.HeaderClassName
{
color: #4B0AAC;
}
.AnyTagClassName
{
color: #4B0AAC;
}
</style>
background-color css
<style>
a { background-color: #4B0AAC; }
a { background-color: rgb(75,10,172); }
div.DivClassName
{
background-color: #4B0AAC;
}
.BgClassName
{
background-color: #4B0AAC;
}
</style>
border-color css
<style>
span { border-color: #4B0AAC; }
span { border-color: rgb(75,10,172); }
td.TdClassName
{
border-color: #4B0AAC;
}
.TagClassName
{
border-color: #4B0AAC;
}
</style>