Shades of Indigo #4A0261
Tints of Indigo #4A0261
RGB
CMYK
RGB Variations
Color information
#4A0261 (or 0x4A0261) is known color: Indigo. HEX triplet: 4A, 02 and 61. RGB value is (74,2,97). Sum of RGB (Red+Green+Blue) = 74+2+97=173 (22% of max value = 765). Red value is 74 (29.30% from 255 or 42.77% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 97 (38.28% from 255 or 56.07% from 173); Max value from RGB is 97 - color contains mainly: blue. Hex color #4A0261 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A0261 is #B5FD9E. Grayscale: #222222. Windows color (decimal): -11926943 or 6357578. OLE color: 6357578.
HSL color Cylindrical-coordinate representation of color #4A0261: hue angle of 285.47º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4A0261 is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 74 | 2 | 97 | - |
| CMYK | 0.24 | 0.98 | 0 | 0.62 |
| HSL | 285.47º | 0.96% | 0.19% | - |
| HSV(B) | 285.47º | 0.98% | 0.38% | - |
| XYZ | 5 | 2.36 | 11.5 | - |
| YUV | 34.36 | 163.35 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 2 | 97 | 0.24 | 0.98 | 0 | 0.62 | 285.47 | 0.96 | 0.19 |
| Hex | 4A | 2 | 61 | 18 | 62 | 0 | 3E | 11D | 60 | 13 |
| Octal | 112 | 2 | 141 | 30 | 142 | 0 | 76 | 435 | 140 | 23 |
| Binary | 1001010 | 10 | 1100001 | 11000 | 1100010 | 0 | 111110 | 100011101 | 1100000 | 10011 |
Color Harmonies of #4A0261
Complementary color
Monochromatic Colors of #4A0261
Black with #4A0261
Text Example
Text Example
White with #4A0261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0261; }
p { color: rgb(74,2,97); }
H1.HeaderClassName
{
color: #4A0261;
}
.AnyTagClassName
{
color: #4A0261;
}
</style>
background-color css
<style>
a { background-color: #4A0261; }
a { background-color: rgb(74,2,97); }
div.DivClassName
{
background-color: #4A0261;
}
.BgClassName
{
background-color: #4A0261;
}
</style>
border-color css
<style>
span { border-color: #4A0261; }
span { border-color: rgb(74,2,97); }
td.TdClassName
{
border-color: #4A0261;
}
.TagClassName
{
border-color: #4A0261;
}
</style>