Shades of Midnight Blue #29278B
Tints of Midnight Blue #29278B
RGB
CMYK
RGB Variations
Color information
#29278B (or 0x29278B) is known color: Midnight Blue. HEX triplet: 29, 27 and 8B. RGB value is (41,39,139). Sum of RGB (Red+Green+Blue) = 41+39+139=219 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.72% from 219); Green value is 39 (15.62% from 255 or 17.81% from 219); Blue value is 139 (54.69% from 255 or 63.47% from 219); Max value from RGB is 139 - color contains mainly: blue. Hex color #29278B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29278B is #D6D874. Grayscale: #323232. Windows color (decimal): -14080117 or 9119529. OLE color: 9119529.
HSL color Cylindrical-coordinate representation of color #29278B: hue angle of 241.2º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #29278B is Cyan = 0.71, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 41 | 39 | 139 | - |
| CMYK | 0.71 | 0.72 | 0 | 0.45 |
| HSL | 241.2º | 0.56% | 0.35% | - |
| HSV(B) | 241.2º | 0.72% | 0.55% | - |
| XYZ | 6.3 | 3.79 | 24.82 | - |
| YUV | 51 | 177.66 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 39 | 139 | 0.71 | 0.72 | 0 | 0.45 | 241.2 | 0.56 | 0.35 |
| Hex | 29 | 27 | 8B | 47 | 48 | 0 | 2D | F1 | 38 | 23 |
| Octal | 51 | 47 | 213 | 107 | 110 | 0 | 55 | 361 | 70 | 43 |
| Binary | 101001 | 100111 | 10001011 | 1000111 | 1001000 | 0 | 101101 | 11110001 | 111000 | 100011 |
Color Harmonies of #29278B
Complementary color
Monochromatic Colors of #29278B
Black with #29278B
Text Example
Text Example
White with #29278B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29278B; }
p { color: rgb(41,39,139); }
H1.HeaderClassName
{
color: #29278B;
}
.AnyTagClassName
{
color: #29278B;
}
</style>
background-color css
<style>
a { background-color: #29278B; }
a { background-color: rgb(41,39,139); }
div.DivClassName
{
background-color: #29278B;
}
.BgClassName
{
background-color: #29278B;
}
</style>
border-color css
<style>
span { border-color: #29278B; }
span { border-color: rgb(41,39,139); }
td.TdClassName
{
border-color: #29278B;
}
.TagClassName
{
border-color: #29278B;
}
</style>