Shades of Indigo #4A0068
Tints of Indigo #4A0068
RGB
CMYK
RGB Variations
Color information
#4A0068 (or 0x4A0068) is known color: Indigo. HEX triplet: 4A, 00 and 68. RGB value is (74,0,104). Sum of RGB (Red+Green+Blue) = 74+0+104=178 (23% of max value = 765). Red value is 74 (29.30% from 255 or 41.57% from 178); Green value is 0 (0.39% from 255 or 0% from 178); Blue value is 104 (41.02% from 255 or 58.43% from 178); Max value from RGB is 104 - color contains mainly: blue. Hex color #4A0068 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A0068 is #B5FF97. Grayscale: #212121. Windows color (decimal): -11927448 or 6815818. OLE color: 6815818.
HSL color Cylindrical-coordinate representation of color #4A0068: hue angle of 282.69º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4A0068 is Cyan = 0.29, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 74 | 0 | 104 | - |
| CMYK | 0.29 | 1 | 0 | 0.59 |
| HSL | 282.69º | 1% | 0.2% | - |
| HSV(B) | 282.69º | 1% | 0.41% | - |
| XYZ | 5.32 | 2.46 | 13.29 | - |
| YUV | 33.98 | 167.52 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 0 | 104 | 0.29 | 1 | 0 | 0.59 | 282.69 | 1 | 0.2 |
| Hex | 4A | 0 | 68 | 1D | 64 | 0 | 3B | 11B | 64 | 14 |
| Octal | 112 | 0 | 150 | 35 | 144 | 0 | 73 | 433 | 144 | 24 |
| Binary | 1001010 | 0 | 1101000 | 11101 | 1100100 | 0 | 111011 | 100011011 | 1100100 | 10100 |
Color Harmonies of #4A0068
Complementary color
Monochromatic Colors of #4A0068
Black with #4A0068
Text Example
Text Example
White with #4A0068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0068; }
p { color: rgb(74,0,104); }
H1.HeaderClassName
{
color: #4A0068;
}
.AnyTagClassName
{
color: #4A0068;
}
</style>
background-color css
<style>
a { background-color: #4A0068; }
a { background-color: rgb(74,0,104); }
div.DivClassName
{
background-color: #4A0068;
}
.BgClassName
{
background-color: #4A0068;
}
</style>
border-color css
<style>
span { border-color: #4A0068; }
span { border-color: rgb(74,0,104); }
td.TdClassName
{
border-color: #4A0068;
}
.TagClassName
{
border-color: #4A0068;
}
</style>