Shades of Indigo #4A0263
Tints of Indigo #4A0263
RGB
CMYK
RGB Variations
Color information
#4A0263 (or 0x4A0263) is known color: Indigo. HEX triplet: 4A, 02 and 63. RGB value is (74,2,99). Sum of RGB (Red+Green+Blue) = 74+2+99=175 (23% of max value = 765). Red value is 74 (29.30% from 255 or 42.29% from 175); Green value is 2 (1.17% from 255 or 1.14% from 175); Blue value is 99 (39.06% from 255 or 56.57% from 175); Max value from RGB is 99 - color contains mainly: blue. Hex color #4A0263 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A0263 is #B5FD9C. Grayscale: #222222. Windows color (decimal): -11926941 or 6488650. OLE color: 6488650.
HSL color Cylindrical-coordinate representation of color #4A0263: hue angle of 284.54º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4A0263 is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 74 | 2 | 99 | - |
| CMYK | 0.25 | 0.98 | 0 | 0.61 |
| HSL | 284.54º | 0.96% | 0.2% | - |
| HSV(B) | 284.54º | 0.98% | 0.39% | - |
| XYZ | 5.1 | 2.4 | 12 | - |
| YUV | 34.59 | 164.35 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 2 | 99 | 0.25 | 0.98 | 0 | 0.61 | 284.54 | 0.96 | 0.2 |
| Hex | 4A | 2 | 63 | 19 | 62 | 0 | 3D | 11D | 60 | 14 |
| Octal | 112 | 2 | 143 | 31 | 142 | 0 | 75 | 435 | 140 | 24 |
| Binary | 1001010 | 10 | 1100011 | 11001 | 1100010 | 0 | 111101 | 100011101 | 1100000 | 10100 |
Color Harmonies of #4A0263
Complementary color
Monochromatic Colors of #4A0263
Black with #4A0263
Text Example
Text Example
White with #4A0263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0263; }
p { color: rgb(74,2,99); }
H1.HeaderClassName
{
color: #4A0263;
}
.AnyTagClassName
{
color: #4A0263;
}
</style>
background-color css
<style>
a { background-color: #4A0263; }
a { background-color: rgb(74,2,99); }
div.DivClassName
{
background-color: #4A0263;
}
.BgClassName
{
background-color: #4A0263;
}
</style>
border-color css
<style>
span { border-color: #4A0263; }
span { border-color: rgb(74,2,99); }
td.TdClassName
{
border-color: #4A0263;
}
.TagClassName
{
border-color: #4A0263;
}
</style>