Shades of Midnight Blue #292785
Tints of Midnight Blue #292785
RGB
CMYK
RGB Variations
Color information
#292785 (or 0x292785) is known color: Midnight Blue. HEX triplet: 29, 27 and 85. RGB value is (41,39,133). Sum of RGB (Red+Green+Blue) = 41+39+133=213 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.25% from 213); Green value is 39 (15.62% from 255 or 18.31% from 213); Blue value is 133 (52.34% from 255 or 62.44% from 213); Max value from RGB is 133 - color contains mainly: blue. Hex color #292785 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292785 is #D6D87A. Grayscale: #313131. Windows color (decimal): -14080123 or 8726313. OLE color: 8726313.
HSL color Cylindrical-coordinate representation of color #292785: hue angle of 241.28º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #292785 is Cyan = 0.69, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 41 | 39 | 133 | - |
| CMYK | 0.69 | 0.71 | 0 | 0.48 |
| HSL | 241.28º | 0.55% | 0.34% | - |
| HSV(B) | 241.28º | 0.71% | 0.52% | - |
| XYZ | 5.87 | 3.62 | 22.58 | - |
| YUV | 50.31 | 174.66 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 39 | 133 | 0.69 | 0.71 | 0 | 0.48 | 241.28 | 0.55 | 0.34 |
| Hex | 29 | 27 | 85 | 45 | 47 | 0 | 30 | F1 | 37 | 22 |
| Octal | 51 | 47 | 205 | 105 | 107 | 0 | 60 | 361 | 67 | 42 |
| Binary | 101001 | 100111 | 10000101 | 1000101 | 1000111 | 0 | 110000 | 11110001 | 110111 | 100010 |
Color Harmonies of #292785
Complementary color
Monochromatic Colors of #292785
Black with #292785
Text Example
Text Example
White with #292785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292785; }
p { color: rgb(41,39,133); }
H1.HeaderClassName
{
color: #292785;
}
.AnyTagClassName
{
color: #292785;
}
</style>
background-color css
<style>
a { background-color: #292785; }
a { background-color: rgb(41,39,133); }
div.DivClassName
{
background-color: #292785;
}
.BgClassName
{
background-color: #292785;
}
</style>
border-color css
<style>
span { border-color: #292785; }
span { border-color: rgb(41,39,133); }
td.TdClassName
{
border-color: #292785;
}
.TagClassName
{
border-color: #292785;
}
</style>