Shades of Indigo #4A086D
Tints of Indigo #4A086D
RGB
CMYK
RGB Variations
Color information
#4A086D (or 0x4A086D) is known color: Indigo. HEX triplet: 4A, 08 and 6D. RGB value is (74,8,109). Sum of RGB (Red+Green+Blue) = 74+8+109=191 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.74% from 191); Green value is 8 (3.52% from 255 or 4.19% from 191); Blue value is 109 (42.97% from 255 or 57.07% from 191); Max value from RGB is 109 - color contains mainly: blue. Hex color #4A086D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A086D is #B5F792. Grayscale: #262626. Windows color (decimal): -11925395 or 7145546. OLE color: 7145546.
HSL color Cylindrical-coordinate representation of color #4A086D: hue angle of 279.21º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4A086D is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 74 | 8 | 109 | - |
| CMYK | 0.32 | 0.93 | 0 | 0.57 |
| HSL | 279.21º | 0.86% | 0.23% | - |
| HSV(B) | 279.21º | 0.93% | 0.43% | - |
| XYZ | 5.67 | 2.73 | 14.7 | - |
| YUV | 39.25 | 167.37 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 8 | 109 | 0.32 | 0.93 | 0 | 0.57 | 279.21 | 0.86 | 0.23 |
| Hex | 4A | 8 | 6D | 20 | 5D | 0 | 39 | 117 | 56 | 17 |
| Octal | 112 | 10 | 155 | 40 | 135 | 0 | 71 | 427 | 126 | 27 |
| Binary | 1001010 | 1000 | 1101101 | 100000 | 1011101 | 0 | 111001 | 100010111 | 1010110 | 10111 |
Color Harmonies of #4A086D
Complementary color
Monochromatic Colors of #4A086D
Black with #4A086D
Text Example
Text Example
White with #4A086D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A086D; }
p { color: rgb(74,8,109); }
H1.HeaderClassName
{
color: #4A086D;
}
.AnyTagClassName
{
color: #4A086D;
}
</style>
background-color css
<style>
a { background-color: #4A086D; }
a { background-color: rgb(74,8,109); }
div.DivClassName
{
background-color: #4A086D;
}
.BgClassName
{
background-color: #4A086D;
}
</style>
border-color css
<style>
span { border-color: #4A086D; }
span { border-color: rgb(74,8,109); }
td.TdClassName
{
border-color: #4A086D;
}
.TagClassName
{
border-color: #4A086D;
}
</style>