Shades of Indigo #400FAB
Tints of Indigo #400FAB
RGB
CMYK
RGB Variations
Color information
#400FAB (or 0x400FAB) is known color: Indigo. HEX triplet: 40, 0F and AB. RGB value is (64,15,171). Sum of RGB (Red+Green+Blue) = 64+15+171=250 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.6% from 250); Green value is 15 (6.25% from 255 or 6% from 250); Blue value is 171 (67.19% from 255 or 68.4% from 250); Max value from RGB is 171 - color contains mainly: blue. Hex color #400FAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400FAB is #BFF054. Grayscale: #2E2E2E. Windows color (decimal): -12578901 or 11210560. OLE color: 11210560.
HSL color Cylindrical-coordinate representation of color #400FAB: hue angle of 258.85º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #400FAB is Cyan = 0.63, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 15 | 171 | - |
| CMYK | 0.63 | 0.91 | 0 | 0.33 |
| HSL | 258.85º | 0.84% | 0.36% | - |
| HSV(B) | 258.85º | 0.91% | 0.67% | - |
| XYZ | 9.64 | 4.37 | 38.86 | - |
| YUV | 47.44 | 197.73 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 15 | 171 | 0.63 | 0.91 | 0 | 0.33 | 258.85 | 0.84 | 0.36 |
| Hex | 40 | F | AB | 3F | 5B | 0 | 21 | 103 | 54 | 24 |
| Octal | 100 | 17 | 253 | 77 | 133 | 0 | 41 | 403 | 124 | 44 |
| Binary | 1000000 | 1111 | 10101011 | 111111 | 1011011 | 0 | 100001 | 100000011 | 1010100 | 100100 |
Color Harmonies of #400FAB
Complementary color
Monochromatic Colors of #400FAB
Black with #400FAB
Text Example
Text Example
White with #400FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400FAB; }
p { color: rgb(64,15,171); }
H1.HeaderClassName
{
color: #400FAB;
}
.AnyTagClassName
{
color: #400FAB;
}
</style>
background-color css
<style>
a { background-color: #400FAB; }
a { background-color: rgb(64,15,171); }
div.DivClassName
{
background-color: #400FAB;
}
.BgClassName
{
background-color: #400FAB;
}
</style>
border-color css
<style>
span { border-color: #400FAB; }
span { border-color: rgb(64,15,171); }
td.TdClassName
{
border-color: #400FAB;
}
.TagClassName
{
border-color: #400FAB;
}
</style>