Shades of Deep Koamaru #29286D
Tints of Deep Koamaru #29286D
RGB
CMYK
RGB Variations
Color information
#29286D (or 0x29286D) is known color: Deep Koamaru. HEX triplet: 29, 28 and 6D. RGB value is (41,40,109). Sum of RGB (Red+Green+Blue) = 41+40+109=190 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.58% from 190); Green value is 40 (16.02% from 255 or 21.05% from 190); Blue value is 109 (42.97% from 255 or 57.37% from 190); Max value from RGB is 109 - color contains mainly: blue. Hex color #29286D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29286D is #D6D792. Grayscale: #2F2F2F. Windows color (decimal): -14079891 or 7153705. OLE color: 7153705.
HSL color Cylindrical-coordinate representation of color #29286D: hue angle of 240.87º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #29286D is Cyan = 0.62, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 41 | 40 | 109 | - |
| CMYK | 0.62 | 0.63 | 0 | 0.57 |
| HSL | 240.87º | 0.46% | 0.29% | - |
| HSV(B) | 240.87º | 0.63% | 0.43% | - |
| XYZ | 4.43 | 3.09 | 14.83 | - |
| YUV | 48.17 | 162.33 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 40 | 109 | 0.62 | 0.63 | 0 | 0.57 | 240.87 | 0.46 | 0.29 |
| Hex | 29 | 28 | 6D | 3E | 3F | 0 | 39 | F1 | 2E | 1D |
| Octal | 51 | 50 | 155 | 76 | 77 | 0 | 71 | 361 | 56 | 35 |
| Binary | 101001 | 101000 | 1101101 | 111110 | 111111 | 0 | 111001 | 11110001 | 101110 | 11101 |
Color Harmonies of #29286D
Complementary color
Monochromatic Colors of #29286D
Black with #29286D
Text Example
Text Example
White with #29286D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29286D; }
p { color: rgb(41,40,109); }
H1.HeaderClassName
{
color: #29286D;
}
.AnyTagClassName
{
color: #29286D;
}
</style>
background-color css
<style>
a { background-color: #29286D; }
a { background-color: rgb(41,40,109); }
div.DivClassName
{
background-color: #29286D;
}
.BgClassName
{
background-color: #29286D;
}
</style>
border-color css
<style>
span { border-color: #29286D; }
span { border-color: rgb(41,40,109); }
td.TdClassName
{
border-color: #29286D;
}
.TagClassName
{
border-color: #29286D;
}
</style>