Shades of Indigo #4A016E
Tints of Indigo #4A016E
RGB
CMYK
RGB Variations
Color information
#4A016E (or 0x4A016E) is known color: Indigo. HEX triplet: 4A, 01 and 6E. RGB value is (74,1,110). Sum of RGB (Red+Green+Blue) = 74+1+110=185 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40% from 185); Green value is 1 (0.78% from 255 or 0.54% from 185); Blue value is 110 (43.36% from 255 or 59.46% from 185); Max value from RGB is 110 - color contains mainly: blue. Hex color #4A016E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A016E is #B5FE91. Grayscale: #222222. Windows color (decimal): -11927186 or 7209290. OLE color: 7209290.
HSL color Cylindrical-coordinate representation of color #4A016E: hue angle of 280.18º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4A016E is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 74 | 1 | 110 | - |
| CMYK | 0.33 | 0.99 | 0 | 0.57 |
| HSL | 280.18º | 0.98% | 0.22% | - |
| HSV(B) | 280.18º | 0.99% | 0.43% | - |
| XYZ | 5.65 | 2.6 | 14.96 | - |
| YUV | 35.25 | 170.18 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 1 | 110 | 0.33 | 0.99 | 0 | 0.57 | 280.18 | 0.98 | 0.22 |
| Hex | 4A | 1 | 6E | 21 | 63 | 0 | 39 | 118 | 62 | 16 |
| Octal | 112 | 1 | 156 | 41 | 143 | 0 | 71 | 430 | 142 | 26 |
| Binary | 1001010 | 1 | 1101110 | 100001 | 1100011 | 0 | 111001 | 100011000 | 1100010 | 10110 |
Color Harmonies of #4A016E
Complementary color
Monochromatic Colors of #4A016E
Black with #4A016E
Text Example
Text Example
White with #4A016E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A016E; }
p { color: rgb(74,1,110); }
H1.HeaderClassName
{
color: #4A016E;
}
.AnyTagClassName
{
color: #4A016E;
}
</style>
background-color css
<style>
a { background-color: #4A016E; }
a { background-color: rgb(74,1,110); }
div.DivClassName
{
background-color: #4A016E;
}
.BgClassName
{
background-color: #4A016E;
}
</style>
border-color css
<style>
span { border-color: #4A016E; }
span { border-color: rgb(74,1,110); }
td.TdClassName
{
border-color: #4A016E;
}
.TagClassName
{
border-color: #4A016E;
}
</style>