Shades of Midnight Blue #29277A
Tints of Midnight Blue #29277A
RGB
CMYK
RGB Variations
Color information
#29277A (or 0x29277A) is known color: Midnight Blue. HEX triplet: 29, 27 and 7A. RGB value is (41,39,122). Sum of RGB (Red+Green+Blue) = 41+39+122=202 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.30% from 202); Green value is 39 (15.62% from 255 or 19.31% from 202); Blue value is 122 (48.05% from 255 or 60.40% from 202); Max value from RGB is 122 - color contains mainly: blue. Hex color #29277A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29277A is #D6D885. Grayscale: #303030. Windows color (decimal): -14080134 or 8005417. OLE color: 8005417.
HSL color Cylindrical-coordinate representation of color #29277A: hue angle of 241.45º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #29277A is Cyan = 0.66, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 41 | 39 | 122 | - |
| CMYK | 0.66 | 0.68 | 0 | 0.52 |
| HSL | 241.45º | 0.52% | 0.32% | - |
| HSV(B) | 241.45º | 0.68% | 0.48% | - |
| XYZ | 5.15 | 3.33 | 18.78 | - |
| YUV | 49.06 | 169.16 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 39 | 122 | 0.66 | 0.68 | 0 | 0.52 | 241.45 | 0.52 | 0.32 |
| Hex | 29 | 27 | 7A | 42 | 44 | 0 | 34 | F1 | 34 | 20 |
| Octal | 51 | 47 | 172 | 102 | 104 | 0 | 64 | 361 | 64 | 40 |
| Binary | 101001 | 100111 | 1111010 | 1000010 | 1000100 | 0 | 110100 | 11110001 | 110100 | 100000 |
Color Harmonies of #29277A
Complementary color
Monochromatic Colors of #29277A
Black with #29277A
Text Example
Text Example
White with #29277A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29277A; }
p { color: rgb(41,39,122); }
H1.HeaderClassName
{
color: #29277A;
}
.AnyTagClassName
{
color: #29277A;
}
</style>
background-color css
<style>
a { background-color: #29277A; }
a { background-color: rgb(41,39,122); }
div.DivClassName
{
background-color: #29277A;
}
.BgClassName
{
background-color: #29277A;
}
</style>
border-color css
<style>
span { border-color: #29277A; }
span { border-color: rgb(41,39,122); }
td.TdClassName
{
border-color: #29277A;
}
.TagClassName
{
border-color: #29277A;
}
</style>