Shades of Indigo #4001AD
Tints of Indigo #4001AD
RGB
CMYK
RGB Variations
Color information
#4001AD (or 0x4001AD) is known color: Indigo. HEX triplet: 40, 01 and AD. RGB value is (64,1,173). Sum of RGB (Red+Green+Blue) = 64+1+173=238 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.89% from 238); Green value is 1 (0.78% from 255 or 0.42% from 238); Blue value is 173 (67.97% from 255 or 72.69% from 238); Max value from RGB is 173 - color contains mainly: blue. Hex color #4001AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4001AD is #BFFE52. Grayscale: #262626. Windows color (decimal): -12582483 or 11338048. OLE color: 11338048.
HSL color Cylindrical-coordinate representation of color #4001AD: hue angle of 261.98º 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 #4001AD is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 1 | 173 | - |
| CMYK | 0.63 | 0.99 | 0 | 0.32 |
| HSL | 261.98º | 0.99% | 0.34% | - |
| HSV(B) | 261.98º | 0.99% | 0.68% | - |
| XYZ | 9.67 | 4.13 | 39.82 | - |
| YUV | 39.45 | 203.37 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 1 | 173 | 0.63 | 0.99 | 0 | 0.32 | 261.98 | 0.99 | 0.34 |
| Hex | 40 | 1 | AD | 3F | 63 | 0 | 20 | 106 | 63 | 22 |
| Octal | 100 | 1 | 255 | 77 | 143 | 0 | 40 | 406 | 143 | 42 |
| Binary | 1000000 | 1 | 10101101 | 111111 | 1100011 | 0 | 100000 | 100000110 | 1100011 | 100010 |
Color Harmonies of #4001AD
Complementary color
Monochromatic Colors of #4001AD
Black with #4001AD
Text Example
Text Example
White with #4001AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4001AD; }
p { color: rgb(64,1,173); }
H1.HeaderClassName
{
color: #4001AD;
}
.AnyTagClassName
{
color: #4001AD;
}
</style>
background-color css
<style>
a { background-color: #4001AD; }
a { background-color: rgb(64,1,173); }
div.DivClassName
{
background-color: #4001AD;
}
.BgClassName
{
background-color: #4001AD;
}
</style>
border-color css
<style>
span { border-color: #4001AD; }
span { border-color: rgb(64,1,173); }
td.TdClassName
{
border-color: #4001AD;
}
.TagClassName
{
border-color: #4001AD;
}
</style>