Shades of Deep Koamaru #292870
Tints of Deep Koamaru #292870
RGB
CMYK
RGB Variations
Color information
#292870 (or 0x292870) is known color: Deep Koamaru. HEX triplet: 29, 28 and 70. RGB value is (41,40,112). Sum of RGB (Red+Green+Blue) = 41+40+112=193 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.24% from 193); Green value is 40 (16.02% from 255 or 20.73% from 193); Blue value is 112 (44.14% from 255 or 58.03% from 193); Max value from RGB is 112 - color contains mainly: blue. Hex color #292870 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292870 is #D6D78F. Grayscale: #303030. Windows color (decimal): -14079888 or 7350313. OLE color: 7350313.
HSL color Cylindrical-coordinate representation of color #292870: hue angle of 240.83º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #292870 is Cyan = 0.63, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 41 | 40 | 112 | - |
| CMYK | 0.63 | 0.64 | 0 | 0.56 |
| HSL | 240.83º | 0.47% | 0.3% | - |
| HSV(B) | 240.83º | 0.64% | 0.44% | - |
| XYZ | 4.6 | 3.16 | 15.7 | - |
| YUV | 48.51 | 163.83 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 40 | 112 | 0.63 | 0.64 | 0 | 0.56 | 240.83 | 0.47 | 0.3 |
| Hex | 29 | 28 | 70 | 3F | 40 | 0 | 38 | F1 | 2F | 1E |
| Octal | 51 | 50 | 160 | 77 | 100 | 0 | 70 | 361 | 57 | 36 |
| Binary | 101001 | 101000 | 1110000 | 111111 | 1000000 | 0 | 111000 | 11110001 | 101111 | 11110 |
Color Harmonies of #292870
Complementary color
Monochromatic Colors of #292870
Black with #292870
Text Example
Text Example
White with #292870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292870; }
p { color: rgb(41,40,112); }
H1.HeaderClassName
{
color: #292870;
}
.AnyTagClassName
{
color: #292870;
}
</style>
background-color css
<style>
a { background-color: #292870; }
a { background-color: rgb(41,40,112); }
div.DivClassName
{
background-color: #292870;
}
.BgClassName
{
background-color: #292870;
}
</style>
border-color css
<style>
span { border-color: #292870; }
span { border-color: rgb(41,40,112); }
td.TdClassName
{
border-color: #292870;
}
.TagClassName
{
border-color: #292870;
}
</style>