Shades of Indigo #4007AA
Tints of Indigo #4007AA
RGB
CMYK
RGB Variations
Color information
#4007AA (or 0x4007AA) is known color: Indigo. HEX triplet: 40, 07 and AA. RGB value is (64,7,170). Sum of RGB (Red+Green+Blue) = 64+7+170=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 7 (3.12% from 255 or 2.90% from 241); Blue value is 170 (66.80% from 255 or 70.54% from 241); Max value from RGB is 170 - color contains mainly: blue. Hex color #4007AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4007AA is #BFF855. Grayscale: #2A2A2A. Windows color (decimal): -12580950 or 11142976. OLE color: 11142976.
HSL color Cylindrical-coordinate representation of color #4007AA: hue angle of 260.98º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4007AA is Cyan = 0.62, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 7 | 170 | - |
| CMYK | 0.62 | 0.96 | 0 | 0.33 |
| HSL | 260.98º | 0.92% | 0.35% | - |
| HSV(B) | 260.98º | 0.96% | 0.67% | - |
| XYZ | 9.45 | 4.14 | 38.33 | - |
| YUV | 42.63 | 199.88 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 7 | 170 | 0.62 | 0.96 | 0 | 0.33 | 260.98 | 0.92 | 0.35 |
| Hex | 40 | 7 | AA | 3E | 60 | 0 | 21 | 105 | 5C | 23 |
| Octal | 100 | 7 | 252 | 76 | 140 | 0 | 41 | 405 | 134 | 43 |
| Binary | 1000000 | 111 | 10101010 | 111110 | 1100000 | 0 | 100001 | 100000101 | 1011100 | 100011 |
Color Harmonies of #4007AA
Complementary color
Monochromatic Colors of #4007AA
Black with #4007AA
Text Example
Text Example
White with #4007AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4007AA; }
p { color: rgb(64,7,170); }
H1.HeaderClassName
{
color: #4007AA;
}
.AnyTagClassName
{
color: #4007AA;
}
</style>
background-color css
<style>
a { background-color: #4007AA; }
a { background-color: rgb(64,7,170); }
div.DivClassName
{
background-color: #4007AA;
}
.BgClassName
{
background-color: #4007AA;
}
</style>
border-color css
<style>
span { border-color: #4007AA; }
span { border-color: rgb(64,7,170); }
td.TdClassName
{
border-color: #4007AA;
}
.TagClassName
{
border-color: #4007AA;
}
</style>