Shades of Indigo #4000AA
Tints of Indigo #4000AA
RGB
CMYK
RGB Variations
Color information
#4000AA (or 0x4000AA) is known color: Indigo. HEX triplet: 40, 00 and AA. RGB value is (64,0,170). Sum of RGB (Red+Green+Blue) = 64+0+170=234 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.35% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 170 (66.80% from 255 or 72.65% from 234); Max value from RGB is 170 - color contains mainly: blue. Hex color #4000AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4000AA is #BFFF55. Grayscale: #252525. Windows color (decimal): -12582742 or 11141184. OLE color: 11141184.
HSL color Cylindrical-coordinate representation of color #4000AA: hue angle of 262.59º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4000AA is Cyan = 0.62, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 0 | 170 | - |
| CMYK | 0.62 | 1 | 0 | 0.33 |
| HSL | 262.59º | 1% | 0.33% | - |
| HSV(B) | 262.59º | 1% | 0.67% | - |
| XYZ | 9.37 | 3.99 | 38.31 | - |
| YUV | 38.52 | 202.2 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 0 | 170 | 0.62 | 1 | 0 | 0.33 | 262.59 | 1 | 0.33 |
| Hex | 40 | 0 | AA | 3E | 64 | 0 | 21 | 107 | 64 | 21 |
| Octal | 100 | 0 | 252 | 76 | 144 | 0 | 41 | 407 | 144 | 41 |
| Binary | 1000000 | 0 | 10101010 | 111110 | 1100100 | 0 | 100001 | 100000111 | 1100100 | 100001 |
Color Harmonies of #4000AA
Complementary color
Monochromatic Colors of #4000AA
Black with #4000AA
Text Example
Text Example
White with #4000AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4000AA; }
p { color: rgb(64,0,170); }
H1.HeaderClassName
{
color: #4000AA;
}
.AnyTagClassName
{
color: #4000AA;
}
</style>
background-color css
<style>
a { background-color: #4000AA; }
a { background-color: rgb(64,0,170); }
div.DivClassName
{
background-color: #4000AA;
}
.BgClassName
{
background-color: #4000AA;
}
</style>
border-color css
<style>
span { border-color: #4000AA; }
span { border-color: rgb(64,0,170); }
td.TdClassName
{
border-color: #4000AA;
}
.TagClassName
{
border-color: #4000AA;
}
</style>