Shades of Indigo #4007AD
Tints of Indigo #4007AD
RGB
CMYK
RGB Variations
Color information
#4007AD (or 0x4007AD) is known color: Indigo. HEX triplet: 40, 07 and AD. RGB value is (64,7,173). Sum of RGB (Red+Green+Blue) = 64+7+173=244 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.23% from 244); Green value is 7 (3.12% from 255 or 2.87% from 244); Blue value is 173 (67.97% from 255 or 70.90% from 244); Max value from RGB is 173 - color contains mainly: blue. Hex color #4007AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4007AD is #BFF852. Grayscale: #2A2A2A. Windows color (decimal): -12580947 or 11339584. OLE color: 11339584.
HSL color Cylindrical-coordinate representation of color #4007AD: hue angle of 260.6º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4007AD is Cyan = 0.63, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 7 | 173 | - |
| CMYK | 0.63 | 0.96 | 0 | 0.32 |
| HSL | 260.6º | 0.92% | 0.35% | - |
| HSV(B) | 260.6º | 0.96% | 0.68% | - |
| XYZ | 9.73 | 4.26 | 39.84 | - |
| YUV | 42.97 | 201.38 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 7 | 173 | 0.63 | 0.96 | 0 | 0.32 | 260.6 | 0.92 | 0.35 |
| Hex | 40 | 7 | AD | 3F | 60 | 0 | 20 | 105 | 5C | 23 |
| Octal | 100 | 7 | 255 | 77 | 140 | 0 | 40 | 405 | 134 | 43 |
| Binary | 1000000 | 111 | 10101101 | 111111 | 1100000 | 0 | 100000 | 100000101 | 1011100 | 100011 |
Color Harmonies of #4007AD
Complementary color
Monochromatic Colors of #4007AD
Black with #4007AD
Text Example
Text Example
White with #4007AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4007AD; }
p { color: rgb(64,7,173); }
H1.HeaderClassName
{
color: #4007AD;
}
.AnyTagClassName
{
color: #4007AD;
}
</style>
background-color css
<style>
a { background-color: #4007AD; }
a { background-color: rgb(64,7,173); }
div.DivClassName
{
background-color: #4007AD;
}
.BgClassName
{
background-color: #4007AD;
}
</style>
border-color css
<style>
span { border-color: #4007AD; }
span { border-color: rgb(64,7,173); }
td.TdClassName
{
border-color: #4007AD;
}
.TagClassName
{
border-color: #4007AD;
}
</style>