Shades of Indigo #4A0166
Tints of Indigo #4A0166
RGB
CMYK
RGB Variations
Color information
#4A0166 (or 0x4A0166) is known color: Indigo. HEX triplet: 4A, 01 and 66. RGB value is (74,1,102). Sum of RGB (Red+Green+Blue) = 74+1+102=177 (23% of max value = 765). Red value is 74 (29.30% from 255 or 41.81% from 177); Green value is 1 (0.78% from 255 or 0.56% from 177); Blue value is 102 (40.23% from 255 or 57.63% from 177); Max value from RGB is 102 - color contains mainly: blue. Hex color #4A0166 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A0166 is #B5FE99. Grayscale: #222222. Windows color (decimal): -11927194 or 6685002. OLE color: 6685002.
HSL color Cylindrical-coordinate representation of color #4A0166: hue angle of 283.37º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4A0166 is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 74 | 1 | 102 | - |
| CMYK | 0.27 | 0.99 | 0 | 0.6 |
| HSL | 283.37º | 0.98% | 0.2% | - |
| HSV(B) | 283.37º | 0.99% | 0.4% | - |
| XYZ | 5.23 | 2.44 | 12.76 | - |
| YUV | 34.34 | 166.18 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 1 | 102 | 0.27 | 0.99 | 0 | 0.6 | 283.37 | 0.98 | 0.2 |
| Hex | 4A | 1 | 66 | 1B | 63 | 0 | 3C | 11B | 62 | 14 |
| Octal | 112 | 1 | 146 | 33 | 143 | 0 | 74 | 433 | 142 | 24 |
| Binary | 1001010 | 1 | 1100110 | 11011 | 1100011 | 0 | 111100 | 100011011 | 1100010 | 10100 |
Color Harmonies of #4A0166
Complementary color
Monochromatic Colors of #4A0166
Black with #4A0166
Text Example
Text Example
White with #4A0166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0166; }
p { color: rgb(74,1,102); }
H1.HeaderClassName
{
color: #4A0166;
}
.AnyTagClassName
{
color: #4A0166;
}
</style>
background-color css
<style>
a { background-color: #4A0166; }
a { background-color: rgb(74,1,102); }
div.DivClassName
{
background-color: #4A0166;
}
.BgClassName
{
background-color: #4A0166;
}
</style>
border-color css
<style>
span { border-color: #4A0166; }
span { border-color: rgb(74,1,102); }
td.TdClassName
{
border-color: #4A0166;
}
.TagClassName
{
border-color: #4A0166;
}
</style>