Shades of Indigo #4A0168
Tints of Indigo #4A0168
RGB
CMYK
RGB Variations
Color information
#4A0168 (or 0x4A0168) is known color: Indigo. HEX triplet: 4A, 01 and 68. RGB value is (74,1,104). Sum of RGB (Red+Green+Blue) = 74+1+104=179 (23% of max value = 765). Red value is 74 (29.30% from 255 or 41.34% from 179); Green value is 1 (0.78% from 255 or 0.56% from 179); Blue value is 104 (41.02% from 255 or 58.10% from 179); Max value from RGB is 104 - color contains mainly: blue. Hex color #4A0168 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A0168 is #B5FE97. Grayscale: #222222. Windows color (decimal): -11927192 or 6816074. OLE color: 6816074.
HSL color Cylindrical-coordinate representation of color #4A0168: hue angle of 282.52º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4A0168 is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 74 | 1 | 104 | - |
| CMYK | 0.29 | 0.99 | 0 | 0.59 |
| HSL | 282.52º | 0.98% | 0.21% | - |
| HSV(B) | 282.52º | 0.99% | 0.41% | - |
| XYZ | 5.33 | 2.48 | 13.29 | - |
| YUV | 34.57 | 167.18 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 1 | 104 | 0.29 | 0.99 | 0 | 0.59 | 282.52 | 0.98 | 0.21 |
| Hex | 4A | 1 | 68 | 1D | 63 | 0 | 3B | 11B | 62 | 15 |
| Octal | 112 | 1 | 150 | 35 | 143 | 0 | 73 | 433 | 142 | 25 |
| Binary | 1001010 | 1 | 1101000 | 11101 | 1100011 | 0 | 111011 | 100011011 | 1100010 | 10101 |
Color Harmonies of #4A0168
Complementary color
Monochromatic Colors of #4A0168
Black with #4A0168
Text Example
Text Example
White with #4A0168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0168; }
p { color: rgb(74,1,104); }
H1.HeaderClassName
{
color: #4A0168;
}
.AnyTagClassName
{
color: #4A0168;
}
</style>
background-color css
<style>
a { background-color: #4A0168; }
a { background-color: rgb(74,1,104); }
div.DivClassName
{
background-color: #4A0168;
}
.BgClassName
{
background-color: #4A0168;
}
</style>
border-color css
<style>
span { border-color: #4A0168; }
span { border-color: rgb(74,1,104); }
td.TdClassName
{
border-color: #4A0168;
}
.TagClassName
{
border-color: #4A0168;
}
</style>