Shades of Midnight Blue #29267F
Tints of Midnight Blue #29267F
RGB
CMYK
RGB Variations
Color information
#29267F (or 0x29267F) is known color: Midnight Blue. HEX triplet: 29, 26 and 7F. RGB value is (41,38,127). Sum of RGB (Red+Green+Blue) = 41+38+127=206 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.90% from 206); Green value is 38 (15.23% from 255 or 18.45% from 206); Blue value is 127 (50% from 255 or 61.65% from 206); Max value from RGB is 127 - color contains mainly: blue. Hex color #29267F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29267F is #D6D980. Grayscale: #303030. Windows color (decimal): -14080385 or 8332841. OLE color: 8332841.
HSL color Cylindrical-coordinate representation of color #29267F: hue angle of 242.02º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #29267F is Cyan = 0.68, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 41 | 38 | 127 | - |
| CMYK | 0.68 | 0.70 | 0 | 0.50 |
| HSL | 242.02º | 0.54% | 0.32% | - |
| HSV(B) | 242.02º | 0.7% | 0.5% | - |
| XYZ | 5.44 | 3.39 | 20.45 | - |
| YUV | 49.04 | 171.99 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 38 | 127 | 0.68 | 0.70 | 0 | 0.50 | 242.02 | 0.54 | 0.32 |
| Hex | 29 | 26 | 7F | 44 | 46 | 0 | 32 | F2 | 36 | 20 |
| Octal | 51 | 46 | 177 | 104 | 106 | 0 | 62 | 362 | 66 | 40 |
| Binary | 101001 | 100110 | 1111111 | 1000100 | 1000110 | 0 | 110010 | 11110010 | 110110 | 100000 |
Color Harmonies of #29267F
Complementary color
Monochromatic Colors of #29267F
Black with #29267F
Text Example
Text Example
White with #29267F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29267F; }
p { color: rgb(41,38,127); }
H1.HeaderClassName
{
color: #29267F;
}
.AnyTagClassName
{
color: #29267F;
}
</style>
background-color css
<style>
a { background-color: #29267F; }
a { background-color: rgb(41,38,127); }
div.DivClassName
{
background-color: #29267F;
}
.BgClassName
{
background-color: #29267F;
}
</style>
border-color css
<style>
span { border-color: #29267F; }
span { border-color: rgb(41,38,127); }
td.TdClassName
{
border-color: #29267F;
}
.TagClassName
{
border-color: #29267F;
}
</style>