Shades of Deep Koamaru #29297A
Tints of Deep Koamaru #29297A
RGB
CMYK
RGB Variations
Color information
#29297A (or 0x29297A) is known color: Deep Koamaru. HEX triplet: 29, 29 and 7A. RGB value is (41,41,122). Sum of RGB (Red+Green+Blue) = 41+41+122=204 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20.10% from 204); Green value is 41 (16.41% from 255 or 20.10% from 204); Blue value is 122 (48.05% from 255 or 59.80% from 204); Max value from RGB is 122 - color contains mainly: blue. Hex color #29297A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29297A is #D6D685. Grayscale: #313131. Windows color (decimal): -14079622 or 8005929. OLE color: 8005929.
HSL color Cylindrical-coordinate representation of color #29297A: hue angle of 240º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #29297A is Cyan = 0.66, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 41 | 41 | 122 | - |
| CMYK | 0.66 | 0.66 | 0 | 0.52 |
| HSL | 240º | 0.5% | 0.32% | - |
| HSV(B) | 240º | 0.66% | 0.48% | - |
| XYZ | 5.22 | 3.46 | 18.81 | - |
| YUV | 50.23 | 168.5 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 41 | 122 | 0.66 | 0.66 | 0 | 0.52 | 240 | 0.5 | 0.32 |
| Hex | 29 | 29 | 7A | 42 | 42 | 0 | 34 | F0 | 32 | 20 |
| Octal | 51 | 51 | 172 | 102 | 102 | 0 | 64 | 360 | 62 | 40 |
| Binary | 101001 | 101001 | 1111010 | 1000010 | 1000010 | 0 | 110100 | 11110000 | 110010 | 100000 |
Color Harmonies of #29297A
Complementary color
Monochromatic Colors of #29297A
Black with #29297A
Text Example
Text Example
White with #29297A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29297A; }
p { color: rgb(41,41,122); }
H1.HeaderClassName
{
color: #29297A;
}
.AnyTagClassName
{
color: #29297A;
}
</style>
background-color css
<style>
a { background-color: #29297A; }
a { background-color: rgb(41,41,122); }
div.DivClassName
{
background-color: #29297A;
}
.BgClassName
{
background-color: #29297A;
}
</style>
border-color css
<style>
span { border-color: #29297A; }
span { border-color: rgb(41,41,122); }
td.TdClassName
{
border-color: #29297A;
}
.TagClassName
{
border-color: #29297A;
}
</style>