Shades of Indigo #4A04B1
Tints of Indigo #4A04B1
RGB
CMYK
RGB Variations
Color information
#4A04B1 (or 0x4A04B1) is known color: Indigo. HEX triplet: 4A, 04 and B1. RGB value is (74,4,177). Sum of RGB (Red+Green+Blue) = 74+4+177=255 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.02% from 255); Green value is 4 (1.95% from 255 or 1.57% from 255); Blue value is 177 (69.53% from 255 or 69.41% from 255); Max value from RGB is 177 - color contains mainly: blue. Hex color #4A04B1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A04B1 is #B5FB4E. Grayscale: #2C2C2C. Windows color (decimal): -11926351 or 11600970. OLE color: 11600970.
HSL color Cylindrical-coordinate representation of color #4A04B1: hue angle of 264.28º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4A04B1 is Cyan = 0.58, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 74 | 4 | 177 | - |
| CMYK | 0.58 | 0.98 | 0 | 0.31 |
| HSL | 264.28º | 0.96% | 0.35% | - |
| HSV(B) | 264.28º | 0.98% | 0.69% | - |
| XYZ | 10.8 | 4.72 | 41.94 | - |
| YUV | 44.65 | 202.69 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 4 | 177 | 0.58 | 0.98 | 0 | 0.31 | 264.28 | 0.96 | 0.35 |
| Hex | 4A | 4 | B1 | 3A | 62 | 0 | 1F | 108 | 60 | 23 |
| Octal | 112 | 4 | 261 | 72 | 142 | 0 | 37 | 410 | 140 | 43 |
| Binary | 1001010 | 100 | 10110001 | 111010 | 1100010 | 0 | 11111 | 100001000 | 1100000 | 100011 |
Color Harmonies of #4A04B1
Complementary color
Monochromatic Colors of #4A04B1
Black with #4A04B1
Text Example
Text Example
White with #4A04B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A04B1; }
p { color: rgb(74,4,177); }
H1.HeaderClassName
{
color: #4A04B1;
}
.AnyTagClassName
{
color: #4A04B1;
}
</style>
background-color css
<style>
a { background-color: #4A04B1; }
a { background-color: rgb(74,4,177); }
div.DivClassName
{
background-color: #4A04B1;
}
.BgClassName
{
background-color: #4A04B1;
}
</style>
border-color css
<style>
span { border-color: #4A04B1; }
span { border-color: rgb(74,4,177); }
td.TdClassName
{
border-color: #4A04B1;
}
.TagClassName
{
border-color: #4A04B1;
}
</style>