Shades of Midnight Blue #291F71
Tints of Midnight Blue #291F71
RGB
CMYK
RGB Variations
Color information
#291F71 (or 0x291F71) is known color: Midnight Blue. HEX triplet: 29, 1F and 71. RGB value is (41,31,113). Sum of RGB (Red+Green+Blue) = 41+31+113=185 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.16% from 185); Green value is 31 (12.5% from 255 or 16.76% from 185); Blue value is 113 (44.53% from 255 or 61.08% from 185); Max value from RGB is 113 - color contains mainly: blue. Hex color #291F71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #291F71 is #D6E08E. Grayscale: #2B2B2B. Windows color (decimal): -14082191 or 7413545. OLE color: 7413545.
HSL color Cylindrical-coordinate representation of color #291F71: hue angle of 247.32º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #291F71 is Cyan = 0.64, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 41 | 31 | 113 | - |
| CMYK | 0.64 | 0.73 | 0 | 0.56 |
| HSL | 247.32º | 0.57% | 0.28% | - |
| HSV(B) | 247.32º | 0.73% | 0.44% | - |
| XYZ | 4.39 | 2.64 | 15.9 | - |
| YUV | 43.34 | 167.31 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 31 | 113 | 0.64 | 0.73 | 0 | 0.56 | 247.32 | 0.57 | 0.28 |
| Hex | 29 | 1F | 71 | 40 | 49 | 0 | 38 | F7 | 39 | 1C |
| Octal | 51 | 37 | 161 | 100 | 111 | 0 | 70 | 367 | 71 | 34 |
| Binary | 101001 | 11111 | 1110001 | 1000000 | 1001001 | 0 | 111000 | 11110111 | 111001 | 11100 |
Color Harmonies of #291F71
Complementary color
Monochromatic Colors of #291F71
Black with #291F71
Text Example
Text Example
White with #291F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291F71; }
p { color: rgb(41,31,113); }
H1.HeaderClassName
{
color: #291F71;
}
.AnyTagClassName
{
color: #291F71;
}
</style>
background-color css
<style>
a { background-color: #291F71; }
a { background-color: rgb(41,31,113); }
div.DivClassName
{
background-color: #291F71;
}
.BgClassName
{
background-color: #291F71;
}
</style>
border-color css
<style>
span { border-color: #291F71; }
span { border-color: rgb(41,31,113); }
td.TdClassName
{
border-color: #291F71;
}
.TagClassName
{
border-color: #291F71;
}
</style>