Shades of Midnight Blue #291F77
Tints of Midnight Blue #291F77
RGB
CMYK
RGB Variations
Color information
#291F77 (or 0x291F77) is known color: Midnight Blue. HEX triplet: 29, 1F and 77. RGB value is (41,31,119). Sum of RGB (Red+Green+Blue) = 41+31+119=191 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.47% from 191); Green value is 31 (12.5% from 255 or 16.23% from 191); Blue value is 119 (46.88% from 255 or 62.30% from 191); Max value from RGB is 119 - color contains mainly: blue. Hex color #291F77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #291F77 is #D6E088. Grayscale: #2B2B2B. Windows color (decimal): -14082185 or 7806761. OLE color: 7806761.
HSL color Cylindrical-coordinate representation of color #291F77: hue angle of 246.82º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #291F77 is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 41 | 31 | 119 | - |
| CMYK | 0.66 | 0.74 | 0 | 0.53 |
| HSL | 246.82º | 0.59% | 0.29% | - |
| HSV(B) | 246.82º | 0.74% | 0.47% | - |
| XYZ | 4.73 | 2.78 | 17.74 | - |
| YUV | 44.02 | 170.31 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 31 | 119 | 0.66 | 0.74 | 0 | 0.53 | 246.82 | 0.59 | 0.29 |
| Hex | 29 | 1F | 77 | 42 | 4A | 0 | 35 | F7 | 3B | 1D |
| Octal | 51 | 37 | 167 | 102 | 112 | 0 | 65 | 367 | 73 | 35 |
| Binary | 101001 | 11111 | 1110111 | 1000010 | 1001010 | 0 | 110101 | 11110111 | 111011 | 11101 |
Color Harmonies of #291F77
Complementary color
Monochromatic Colors of #291F77
Black with #291F77
Text Example
Text Example
White with #291F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291F77; }
p { color: rgb(41,31,119); }
H1.HeaderClassName
{
color: #291F77;
}
.AnyTagClassName
{
color: #291F77;
}
</style>
background-color css
<style>
a { background-color: #291F77; }
a { background-color: rgb(41,31,119); }
div.DivClassName
{
background-color: #291F77;
}
.BgClassName
{
background-color: #291F77;
}
</style>
border-color css
<style>
span { border-color: #291F77; }
span { border-color: rgb(41,31,119); }
td.TdClassName
{
border-color: #291F77;
}
.TagClassName
{
border-color: #291F77;
}
</style>