Shades of Deep Koamaru #292869
Tints of Deep Koamaru #292869
RGB
CMYK
RGB Variations
Color information
#292869 (or 0x292869) is known color: Deep Koamaru. HEX triplet: 29, 28 and 69. RGB value is (41,40,105). Sum of RGB (Red+Green+Blue) = 41+40+105=186 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.04% from 186); Green value is 40 (16.02% from 255 or 21.51% from 186); Blue value is 105 (41.41% from 255 or 56.45% from 186); Max value from RGB is 105 - color contains mainly: blue. Hex color #292869 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292869 is #D6D796. Grayscale: #2F2F2F. Windows color (decimal): -14079895 or 6891561. OLE color: 6891561.
HSL color Cylindrical-coordinate representation of color #292869: hue angle of 240.92º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #292869 is Cyan = 0.61, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 41 | 40 | 105 | - |
| CMYK | 0.61 | 0.62 | 0 | 0.59 |
| HSL | 240.92º | 0.45% | 0.28% | - |
| HSV(B) | 240.92º | 0.62% | 0.41% | - |
| XYZ | 4.22 | 3.01 | 13.72 | - |
| YUV | 47.71 | 160.33 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 40 | 105 | 0.61 | 0.62 | 0 | 0.59 | 240.92 | 0.45 | 0.28 |
| Hex | 29 | 28 | 69 | 3D | 3E | 0 | 3B | F1 | 2D | 1C |
| Octal | 51 | 50 | 151 | 75 | 76 | 0 | 73 | 361 | 55 | 34 |
| Binary | 101001 | 101000 | 1101001 | 111101 | 111110 | 0 | 111011 | 11110001 | 101101 | 11100 |
Color Harmonies of #292869
Complementary color
Monochromatic Colors of #292869
Black with #292869
Text Example
Text Example
White with #292869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292869; }
p { color: rgb(41,40,105); }
H1.HeaderClassName
{
color: #292869;
}
.AnyTagClassName
{
color: #292869;
}
</style>
background-color css
<style>
a { background-color: #292869; }
a { background-color: rgb(41,40,105); }
div.DivClassName
{
background-color: #292869;
}
.BgClassName
{
background-color: #292869;
}
</style>
border-color css
<style>
span { border-color: #292869; }
span { border-color: rgb(41,40,105); }
td.TdClassName
{
border-color: #292869;
}
.TagClassName
{
border-color: #292869;
}
</style>