Shades of Midnight Blue #29217C
Tints of Midnight Blue #29217C
RGB
CMYK
RGB Variations
Color information
#29217C (or 0x29217C) is known color: Midnight Blue. HEX triplet: 29, 21 and 7C. RGB value is (41,33,124). Sum of RGB (Red+Green+Blue) = 41+33+124=198 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.71% from 198); Green value is 33 (13.28% from 255 or 16.67% from 198); Blue value is 124 (48.83% from 255 or 62.63% from 198); Max value from RGB is 124 - color contains mainly: blue. Hex color #29217C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29217C is #D6DE83. Grayscale: #2D2D2D. Windows color (decimal): -14081668 or 8134953. OLE color: 8134953.
HSL color Cylindrical-coordinate representation of color #29217C: hue angle of 245.27º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #29217C is Cyan = 0.67, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 41 | 33 | 124 | - |
| CMYK | 0.67 | 0.73 | 0 | 0.51 |
| HSL | 245.27º | 0.58% | 0.31% | - |
| HSV(B) | 245.27º | 0.73% | 0.49% | - |
| XYZ | 5.1 | 3.01 | 19.38 | - |
| YUV | 45.77 | 172.15 | 124.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 33 | 124 | 0.67 | 0.73 | 0 | 0.51 | 245.27 | 0.58 | 0.31 |
| Hex | 29 | 21 | 7C | 43 | 49 | 0 | 33 | F5 | 3A | 1F |
| Octal | 51 | 41 | 174 | 103 | 111 | 0 | 63 | 365 | 72 | 37 |
| Binary | 101001 | 100001 | 1111100 | 1000011 | 1001001 | 0 | 110011 | 11110101 | 111010 | 11111 |
Color Harmonies of #29217C
Complementary color
Monochromatic Colors of #29217C
Black with #29217C
Text Example
Text Example
White with #29217C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29217C; }
p { color: rgb(41,33,124); }
H1.HeaderClassName
{
color: #29217C;
}
.AnyTagClassName
{
color: #29217C;
}
</style>
background-color css
<style>
a { background-color: #29217C; }
a { background-color: rgb(41,33,124); }
div.DivClassName
{
background-color: #29217C;
}
.BgClassName
{
background-color: #29217C;
}
</style>
border-color css
<style>
span { border-color: #29217C; }
span { border-color: rgb(41,33,124); }
td.TdClassName
{
border-color: #29217C;
}
.TagClassName
{
border-color: #29217C;
}
</style>