Shades of Indigo #4007AB
Tints of Indigo #4007AB
RGB
CMYK
RGB Variations
Color information
#4007AB (or 0x4007AB) is known color: Indigo. HEX triplet: 40, 07 and AB. RGB value is (64,7,171). Sum of RGB (Red+Green+Blue) = 64+7+171=242 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.45% from 242); Green value is 7 (3.12% from 255 or 2.89% from 242); Blue value is 171 (67.19% from 255 or 70.66% from 242); Max value from RGB is 171 - color contains mainly: blue. Hex color #4007AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4007AB is #BFF854. Grayscale: #2A2A2A. Windows color (decimal): -12580949 or 11208512. OLE color: 11208512.
HSL color Cylindrical-coordinate representation of color #4007AB: hue angle of 260.85º 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 #4007AB is Cyan = 0.63, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 7 | 171 | - |
| CMYK | 0.63 | 0.96 | 0 | 0.33 |
| HSL | 260.85º | 0.92% | 0.35% | - |
| HSV(B) | 260.85º | 0.96% | 0.67% | - |
| XYZ | 9.54 | 4.18 | 38.83 | - |
| YUV | 42.74 | 200.38 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 7 | 171 | 0.63 | 0.96 | 0 | 0.33 | 260.85 | 0.92 | 0.35 |
| Hex | 40 | 7 | AB | 3F | 60 | 0 | 21 | 105 | 5C | 23 |
| Octal | 100 | 7 | 253 | 77 | 140 | 0 | 41 | 405 | 134 | 43 |
| Binary | 1000000 | 111 | 10101011 | 111111 | 1100000 | 0 | 100001 | 100000101 | 1011100 | 100011 |
Color Harmonies of #4007AB
Complementary color
Monochromatic Colors of #4007AB
Black with #4007AB
Text Example
Text Example
White with #4007AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4007AB; }
p { color: rgb(64,7,171); }
H1.HeaderClassName
{
color: #4007AB;
}
.AnyTagClassName
{
color: #4007AB;
}
</style>
background-color css
<style>
a { background-color: #4007AB; }
a { background-color: rgb(64,7,171); }
div.DivClassName
{
background-color: #4007AB;
}
.BgClassName
{
background-color: #4007AB;
}
</style>
border-color css
<style>
span { border-color: #4007AB; }
span { border-color: rgb(64,7,171); }
td.TdClassName
{
border-color: #4007AB;
}
.TagClassName
{
border-color: #4007AB;
}
</style>