Shades of Midnight Blue #292570
Tints of Midnight Blue #292570
RGB
CMYK
RGB Variations
Color information
#292570 (or 0x292570) is known color: Midnight Blue. HEX triplet: 29, 25 and 70. RGB value is (41,37,112). Sum of RGB (Red+Green+Blue) = 41+37+112=190 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.58% from 190); Green value is 37 (14.84% from 255 or 19.47% from 190); Blue value is 112 (44.14% from 255 or 58.95% from 190); Max value from RGB is 112 - color contains mainly: blue. Hex color #292570 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292570 is #D6DA8F. Grayscale: #2E2E2E. Windows color (decimal): -14080656 or 7349545. OLE color: 7349545.
HSL color Cylindrical-coordinate representation of color #292570: hue angle of 243.2º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #292570 is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 41 | 37 | 112 | - |
| CMYK | 0.63 | 0.67 | 0 | 0.56 |
| HSL | 243.2º | 0.5% | 0.29% | - |
| HSV(B) | 243.2º | 0.67% | 0.44% | - |
| XYZ | 4.5 | 2.96 | 15.66 | - |
| YUV | 46.75 | 164.83 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 37 | 112 | 0.63 | 0.67 | 0 | 0.56 | 243.2 | 0.5 | 0.29 |
| Hex | 29 | 25 | 70 | 3F | 43 | 0 | 38 | F3 | 32 | 1D |
| Octal | 51 | 45 | 160 | 77 | 103 | 0 | 70 | 363 | 62 | 35 |
| Binary | 101001 | 100101 | 1110000 | 111111 | 1000011 | 0 | 111000 | 11110011 | 110010 | 11101 |
Color Harmonies of #292570
Complementary color
Monochromatic Colors of #292570
Black with #292570
Text Example
Text Example
White with #292570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292570; }
p { color: rgb(41,37,112); }
H1.HeaderClassName
{
color: #292570;
}
.AnyTagClassName
{
color: #292570;
}
</style>
background-color css
<style>
a { background-color: #292570; }
a { background-color: rgb(41,37,112); }
div.DivClassName
{
background-color: #292570;
}
.BgClassName
{
background-color: #292570;
}
</style>
border-color css
<style>
span { border-color: #292570; }
span { border-color: rgb(41,37,112); }
td.TdClassName
{
border-color: #292570;
}
.TagClassName
{
border-color: #292570;
}
</style>