Shades of Indigo #4A01AD
Tints of Indigo #4A01AD
RGB
CMYK
RGB Variations
Color information
#4A01AD (or 0x4A01AD) is known color: Indigo. HEX triplet: 4A, 01 and AD. RGB value is (74,1,173). Sum of RGB (Red+Green+Blue) = 74+1+173=248 (32% of max value = 765). Red value is 74 (29.30% from 255 or 29.84% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 173 (67.97% from 255 or 69.76% from 248); Max value from RGB is 173 - color contains mainly: blue. Hex color #4A01AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A01AD is #B5FE52. Grayscale: #292929. Windows color (decimal): -11927123 or 11338058. OLE color: 11338058.
HSL color Cylindrical-coordinate representation of color #4A01AD: hue angle of 265.47º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4A01AD is Cyan = 0.57, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 74 | 1 | 173 | - |
| CMYK | 0.57 | 0.99 | 0 | 0.32 |
| HSL | 265.47º | 0.99% | 0.34% | - |
| HSV(B) | 265.47º | 0.99% | 0.68% | - |
| XYZ | 10.38 | 4.49 | 39.86 | - |
| YUV | 42.44 | 201.68 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 1 | 173 | 0.57 | 0.99 | 0 | 0.32 | 265.47 | 0.99 | 0.34 |
| Hex | 4A | 1 | AD | 39 | 63 | 0 | 20 | 109 | 63 | 22 |
| Octal | 112 | 1 | 255 | 71 | 143 | 0 | 40 | 411 | 143 | 42 |
| Binary | 1001010 | 1 | 10101101 | 111001 | 1100011 | 0 | 100000 | 100001001 | 1100011 | 100010 |
Color Harmonies of #4A01AD
Complementary color
Monochromatic Colors of #4A01AD
Black with #4A01AD
Text Example
Text Example
White with #4A01AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A01AD; }
p { color: rgb(74,1,173); }
H1.HeaderClassName
{
color: #4A01AD;
}
.AnyTagClassName
{
color: #4A01AD;
}
</style>
background-color css
<style>
a { background-color: #4A01AD; }
a { background-color: rgb(74,1,173); }
div.DivClassName
{
background-color: #4A01AD;
}
.BgClassName
{
background-color: #4A01AD;
}
</style>
border-color css
<style>
span { border-color: #4A01AD; }
span { border-color: rgb(74,1,173); }
td.TdClassName
{
border-color: #4A01AD;
}
.TagClassName
{
border-color: #4A01AD;
}
</style>