Shades of Indigo #4A0262
Tints of Indigo #4A0262
RGB
CMYK
RGB Variations
Color information
#4A0262 (or 0x4A0262) is known color: Indigo. HEX triplet: 4A, 02 and 62. RGB value is (74,2,98). Sum of RGB (Red+Green+Blue) = 74+2+98=174 (23% of max value = 765). Red value is 74 (29.30% from 255 or 42.53% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 98 (38.67% from 255 or 56.32% from 174); Max value from RGB is 98 - color contains mainly: blue. Hex color #4A0262 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A0262 is #B5FD9D. Grayscale: #222222. Windows color (decimal): -11926942 or 6423114. OLE color: 6423114.
HSL color Cylindrical-coordinate representation of color #4A0262: hue angle of 285º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4A0262 is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 74 | 2 | 98 | - |
| CMYK | 0.24 | 0.98 | 0 | 0.62 |
| HSL | 285º | 0.96% | 0.2% | - |
| HSV(B) | 285º | 0.98% | 0.38% | - |
| XYZ | 5.05 | 2.38 | 11.75 | - |
| YUV | 34.47 | 163.85 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 2 | 98 | 0.24 | 0.98 | 0 | 0.62 | 285 | 0.96 | 0.2 |
| Hex | 4A | 2 | 62 | 18 | 62 | 0 | 3E | 11D | 60 | 14 |
| Octal | 112 | 2 | 142 | 30 | 142 | 0 | 76 | 435 | 140 | 24 |
| Binary | 1001010 | 10 | 1100010 | 11000 | 1100010 | 0 | 111110 | 100011101 | 1100000 | 10100 |
Color Harmonies of #4A0262
Complementary color
Monochromatic Colors of #4A0262
Black with #4A0262
Text Example
Text Example
White with #4A0262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0262; }
p { color: rgb(74,2,98); }
H1.HeaderClassName
{
color: #4A0262;
}
.AnyTagClassName
{
color: #4A0262;
}
</style>
background-color css
<style>
a { background-color: #4A0262; }
a { background-color: rgb(74,2,98); }
div.DivClassName
{
background-color: #4A0262;
}
.BgClassName
{
background-color: #4A0262;
}
</style>
border-color css
<style>
span { border-color: #4A0262; }
span { border-color: rgb(74,2,98); }
td.TdClassName
{
border-color: #4A0262;
}
.TagClassName
{
border-color: #4A0262;
}
</style>