Shades of Deep Koamaru #29316D
Tints of Deep Koamaru #29316D
RGB
CMYK
RGB Variations
Color information
#29316D (or 0x29316D) is known color: Deep Koamaru. HEX triplet: 29, 31 and 6D. RGB value is (41,49,109). Sum of RGB (Red+Green+Blue) = 41+49+109=199 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.60% from 199); Green value is 49 (19.53% from 255 or 24.62% from 199); Blue value is 109 (42.97% from 255 or 54.77% from 199); Max value from RGB is 109 - color contains mainly: blue. Hex color #29316D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29316D is #D6CE92. Grayscale: #353535. Windows color (decimal): -14077587 or 7156009. OLE color: 7156009.
HSL color Cylindrical-coordinate representation of color #29316D: hue angle of 232.94º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #29316D is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 41 | 49 | 109 | - |
| CMYK | 0.62 | 0.55 | 0 | 0.57 |
| HSL | 232.94º | 0.45% | 0.29% | - |
| HSV(B) | 232.94º | 0.62% | 0.43% | - |
| XYZ | 4.77 | 3.77 | 14.94 | - |
| YUV | 53.45 | 159.35 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 49 | 109 | 0.62 | 0.55 | 0 | 0.57 | 232.94 | 0.45 | 0.29 |
| Hex | 29 | 31 | 6D | 3E | 37 | 0 | 39 | E9 | 2D | 1D |
| Octal | 51 | 61 | 155 | 76 | 67 | 0 | 71 | 351 | 55 | 35 |
| Binary | 101001 | 110001 | 1101101 | 111110 | 110111 | 0 | 111001 | 11101001 | 101101 | 11101 |
Color Harmonies of #29316D
Complementary color
Monochromatic Colors of #29316D
Black with #29316D
Text Example
Text Example
White with #29316D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29316D; }
p { color: rgb(41,49,109); }
H1.HeaderClassName
{
color: #29316D;
}
.AnyTagClassName
{
color: #29316D;
}
</style>
background-color css
<style>
a { background-color: #29316D; }
a { background-color: rgb(41,49,109); }
div.DivClassName
{
background-color: #29316D;
}
.BgClassName
{
background-color: #29316D;
}
</style>
border-color css
<style>
span { border-color: #29316D; }
span { border-color: rgb(41,49,109); }
td.TdClassName
{
border-color: #29316D;
}
.TagClassName
{
border-color: #29316D;
}
</style>