Shades of Indigo #4A0269
Tints of Indigo #4A0269
RGB
CMYK
RGB Variations
Color information
#4A0269 (or 0x4A0269) is known color: Indigo. HEX triplet: 4A, 02 and 69. RGB value is (74,2,105). Sum of RGB (Red+Green+Blue) = 74+2+105=181 (23% of max value = 765). Red value is 74 (29.30% from 255 or 40.88% from 181); Green value is 2 (1.17% from 255 or 1.10% from 181); Blue value is 105 (41.41% from 255 or 58.01% from 181); Max value from RGB is 105 - color contains mainly: blue. Hex color #4A0269 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A0269 is #B5FD96. Grayscale: #222222. Windows color (decimal): -11926935 or 6881866. OLE color: 6881866.
HSL color Cylindrical-coordinate representation of color #4A0269: hue angle of 281.94º 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 #4A0269 is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 74 | 2 | 105 | - |
| CMYK | 0.30 | 0.98 | 0 | 0.59 |
| HSL | 281.94º | 0.96% | 0.21% | - |
| HSV(B) | 281.94º | 0.98% | 0.41% | - |
| XYZ | 5.4 | 2.52 | 13.57 | - |
| YUV | 35.27 | 167.35 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 2 | 105 | 0.30 | 0.98 | 0 | 0.59 | 281.94 | 0.96 | 0.21 |
| Hex | 4A | 2 | 69 | 1E | 62 | 0 | 3B | 11A | 60 | 15 |
| Octal | 112 | 2 | 151 | 36 | 142 | 0 | 73 | 432 | 140 | 25 |
| Binary | 1001010 | 10 | 1101001 | 11110 | 1100010 | 0 | 111011 | 100011010 | 1100000 | 10101 |
Color Harmonies of #4A0269
Complementary color
Monochromatic Colors of #4A0269
Black with #4A0269
Text Example
Text Example
White with #4A0269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0269; }
p { color: rgb(74,2,105); }
H1.HeaderClassName
{
color: #4A0269;
}
.AnyTagClassName
{
color: #4A0269;
}
</style>
background-color css
<style>
a { background-color: #4A0269; }
a { background-color: rgb(74,2,105); }
div.DivClassName
{
background-color: #4A0269;
}
.BgClassName
{
background-color: #4A0269;
}
</style>
border-color css
<style>
span { border-color: #4A0269; }
span { border-color: rgb(74,2,105); }
td.TdClassName
{
border-color: #4A0269;
}
.TagClassName
{
border-color: #4A0269;
}
</style>