Shades of Indigo #4004AD
Tints of Indigo #4004AD
RGB
CMYK
RGB Variations
Color information
#4004AD (or 0x4004AD) is known color: Indigo. HEX triplet: 40, 04 and AD. RGB value is (64,4,173). Sum of RGB (Red+Green+Blue) = 64+4+173=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 4 (1.95% from 255 or 1.66% from 241); Blue value is 173 (67.97% from 255 or 71.78% from 241); Max value from RGB is 173 - color contains mainly: blue. Hex color #4004AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4004AD is #BFFB52. Grayscale: #282828. Windows color (decimal): -12581715 or 11338816. OLE color: 11338816.
HSL color Cylindrical-coordinate representation of color #4004AD: hue angle of 261.3º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4004AD is Cyan = 0.63, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 4 | 173 | - |
| CMYK | 0.63 | 0.98 | 0 | 0.32 |
| HSL | 261.3º | 0.95% | 0.35% | - |
| HSV(B) | 261.3º | 0.98% | 0.68% | - |
| XYZ | 9.7 | 4.19 | 39.83 | - |
| YUV | 41.21 | 202.38 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 4 | 173 | 0.63 | 0.98 | 0 | 0.32 | 261.3 | 0.95 | 0.35 |
| Hex | 40 | 4 | AD | 3F | 62 | 0 | 20 | 105 | 5F | 23 |
| Octal | 100 | 4 | 255 | 77 | 142 | 0 | 40 | 405 | 137 | 43 |
| Binary | 1000000 | 100 | 10101101 | 111111 | 1100010 | 0 | 100000 | 100000101 | 1011111 | 100011 |
Color Harmonies of #4004AD
Complementary color
Monochromatic Colors of #4004AD
Black with #4004AD
Text Example
Text Example
White with #4004AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4004AD; }
p { color: rgb(64,4,173); }
H1.HeaderClassName
{
color: #4004AD;
}
.AnyTagClassName
{
color: #4004AD;
}
</style>
background-color css
<style>
a { background-color: #4004AD; }
a { background-color: rgb(64,4,173); }
div.DivClassName
{
background-color: #4004AD;
}
.BgClassName
{
background-color: #4004AD;
}
</style>
border-color css
<style>
span { border-color: #4004AD; }
span { border-color: rgb(64,4,173); }
td.TdClassName
{
border-color: #4004AD;
}
.TagClassName
{
border-color: #4004AD;
}
</style>