Shades of Deep Koamaru #29316C
Tints of Deep Koamaru #29316C
RGB
CMYK
RGB Variations
Color information
#29316C (or 0x29316C) is known color: Deep Koamaru. HEX triplet: 29, 31 and 6C. RGB value is (41,49,108). Sum of RGB (Red+Green+Blue) = 41+49+108=198 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.71% from 198); Green value is 49 (19.53% from 255 or 24.75% from 198); Blue value is 108 (42.58% from 255 or 54.55% from 198); Max value from RGB is 108 - color contains mainly: blue. Hex color #29316C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29316C is #D6CE93. Grayscale: #353535. Windows color (decimal): -14077588 or 7090473. OLE color: 7090473.
HSL color Cylindrical-coordinate representation of color #29316C: hue angle of 232.84º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #29316C is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 41 | 49 | 108 | - |
| CMYK | 0.62 | 0.55 | 0 | 0.58 |
| HSL | 232.84º | 0.45% | 0.29% | - |
| HSV(B) | 232.84º | 0.62% | 0.42% | - |
| XYZ | 4.72 | 3.75 | 14.66 | - |
| YUV | 53.33 | 158.85 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 49 | 108 | 0.62 | 0.55 | 0 | 0.58 | 232.84 | 0.45 | 0.29 |
| Hex | 29 | 31 | 6C | 3E | 37 | 0 | 3A | E9 | 2D | 1D |
| Octal | 51 | 61 | 154 | 76 | 67 | 0 | 72 | 351 | 55 | 35 |
| Binary | 101001 | 110001 | 1101100 | 111110 | 110111 | 0 | 111010 | 11101001 | 101101 | 11101 |
Color Harmonies of #29316C
Complementary color
Monochromatic Colors of #29316C
Black with #29316C
Text Example
Text Example
White with #29316C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29316C; }
p { color: rgb(41,49,108); }
H1.HeaderClassName
{
color: #29316C;
}
.AnyTagClassName
{
color: #29316C;
}
</style>
background-color css
<style>
a { background-color: #29316C; }
a { background-color: rgb(41,49,108); }
div.DivClassName
{
background-color: #29316C;
}
.BgClassName
{
background-color: #29316C;
}
</style>
border-color css
<style>
span { border-color: #29316C; }
span { border-color: rgb(41,49,108); }
td.TdClassName
{
border-color: #29316C;
}
.TagClassName
{
border-color: #29316C;
}
</style>