Shades of Midnight Blue #292881
Tints of Midnight Blue #292881
RGB
CMYK
RGB Variations
Color information
#292881 (or 0x292881) is known color: Midnight Blue. HEX triplet: 29, 28 and 81. RGB value is (41,40,129). Sum of RGB (Red+Green+Blue) = 41+40+129=210 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.52% from 210); Green value is 40 (16.02% from 255 or 19.05% from 210); Blue value is 129 (50.78% from 255 or 61.43% from 210); Max value from RGB is 129 - color contains mainly: blue. Hex color #292881 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292881 is #D6D77E. Grayscale: #323232. Windows color (decimal): -14079871 or 8464425. OLE color: 8464425.
HSL color Cylindrical-coordinate representation of color #292881: hue angle of 240.67º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #292881 is Cyan = 0.68, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 41 | 40 | 129 | - |
| CMYK | 0.68 | 0.69 | 0 | 0.49 |
| HSL | 240.67º | 0.53% | 0.33% | - |
| HSV(B) | 240.67º | 0.69% | 0.51% | - |
| XYZ | 5.64 | 3.57 | 21.16 | - |
| YUV | 50.45 | 172.33 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 40 | 129 | 0.68 | 0.69 | 0 | 0.49 | 240.67 | 0.53 | 0.33 |
| Hex | 29 | 28 | 81 | 44 | 45 | 0 | 31 | F1 | 35 | 21 |
| Octal | 51 | 50 | 201 | 104 | 105 | 0 | 61 | 361 | 65 | 41 |
| Binary | 101001 | 101000 | 10000001 | 1000100 | 1000101 | 0 | 110001 | 11110001 | 110101 | 100001 |
Color Harmonies of #292881
Complementary color
Monochromatic Colors of #292881
Black with #292881
Text Example
Text Example
White with #292881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292881; }
p { color: rgb(41,40,129); }
H1.HeaderClassName
{
color: #292881;
}
.AnyTagClassName
{
color: #292881;
}
</style>
background-color css
<style>
a { background-color: #292881; }
a { background-color: rgb(41,40,129); }
div.DivClassName
{
background-color: #292881;
}
.BgClassName
{
background-color: #292881;
}
</style>
border-color css
<style>
span { border-color: #292881; }
span { border-color: rgb(41,40,129); }
td.TdClassName
{
border-color: #292881;
}
.TagClassName
{
border-color: #292881;
}
</style>