Shades of Midnight Blue #292880
Tints of Midnight Blue #292880
RGB
CMYK
RGB Variations
Color information
#292880 (or 0x292880) is known color: Midnight Blue. HEX triplet: 29, 28 and 80. RGB value is (41,40,128). Sum of RGB (Red+Green+Blue) = 41+40+128=209 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.62% from 209); Green value is 40 (16.02% from 255 or 19.14% from 209); Blue value is 128 (50.39% from 255 or 61.24% from 209); Max value from RGB is 128 - color contains mainly: blue. Hex color #292880 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292880 is #D6D77F. Grayscale: #313131. Windows color (decimal): -14079872 or 8398889. OLE color: 8398889.
HSL color Cylindrical-coordinate representation of color #292880: hue angle of 240.68º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #292880 is Cyan = 0.68, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 41 | 40 | 128 | - |
| CMYK | 0.68 | 0.69 | 0 | 0.50 |
| HSL | 240.68º | 0.52% | 0.33% | - |
| HSV(B) | 240.68º | 0.69% | 0.5% | - |
| XYZ | 5.57 | 3.55 | 20.81 | - |
| YUV | 50.33 | 171.83 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 40 | 128 | 0.68 | 0.69 | 0 | 0.50 | 240.68 | 0.52 | 0.33 |
| Hex | 29 | 28 | 80 | 44 | 45 | 0 | 32 | F1 | 34 | 21 |
| Octal | 51 | 50 | 200 | 104 | 105 | 0 | 62 | 361 | 64 | 41 |
| Binary | 101001 | 101000 | 10000000 | 1000100 | 1000101 | 0 | 110010 | 11110001 | 110100 | 100001 |
Color Harmonies of #292880
Complementary color
Monochromatic Colors of #292880
Black with #292880
Text Example
Text Example
White with #292880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292880; }
p { color: rgb(41,40,128); }
H1.HeaderClassName
{
color: #292880;
}
.AnyTagClassName
{
color: #292880;
}
</style>
background-color css
<style>
a { background-color: #292880; }
a { background-color: rgb(41,40,128); }
div.DivClassName
{
background-color: #292880;
}
.BgClassName
{
background-color: #292880;
}
</style>
border-color css
<style>
span { border-color: #292880; }
span { border-color: rgb(41,40,128); }
td.TdClassName
{
border-color: #292880;
}
.TagClassName
{
border-color: #292880;
}
</style>