Shades of Paua #29224E
Tints of Paua #29224E
RGB
CMYK
RGB Variations
Color information
#29224E (or 0x29224E) is known color: Paua. HEX triplet: 29, 22 and 4E. RGB value is (41,34,78). Sum of RGB (Red+Green+Blue) = 41+34+78=153 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.80% from 153); Green value is 34 (13.67% from 255 or 22.22% from 153); Blue value is 78 (30.86% from 255 or 50.98% from 153); Max value from RGB is 78 - color contains mainly: blue. Hex color #29224E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29224E is #D6DDB1. Grayscale: #282828. Windows color (decimal): -14081458 or 5120553. OLE color: 5120553.
HSL color Cylindrical-coordinate representation of color #29224E: hue angle of 249.55º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #29224E is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 41 | 34 | 78 | - |
| CMYK | 0.47 | 0.56 | 0 | 0.69 |
| HSL | 249.55º | 0.39% | 0.22% | - |
| HSV(B) | 249.55º | 0.56% | 0.31% | - |
| XYZ | 2.86 | 2.17 | 7.47 | - |
| YUV | 41.11 | 148.82 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 34 | 78 | 0.47 | 0.56 | 0 | 0.69 | 249.55 | 0.39 | 0.22 |
| Hex | 29 | 22 | 4E | 2F | 38 | 0 | 45 | FA | 27 | 16 |
| Octal | 51 | 42 | 116 | 57 | 70 | 0 | 105 | 372 | 47 | 26 |
| Binary | 101001 | 100010 | 1001110 | 101111 | 111000 | 0 | 1000101 | 11111010 | 100111 | 10110 |
Color Harmonies of #29224E
Complementary color
Monochromatic Colors of #29224E
Black with #29224E
Text Example
Text Example
White with #29224E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29224E; }
p { color: rgb(41,34,78); }
H1.HeaderClassName
{
color: #29224E;
}
.AnyTagClassName
{
color: #29224E;
}
</style>
background-color css
<style>
a { background-color: #29224E; }
a { background-color: rgb(41,34,78); }
div.DivClassName
{
background-color: #29224E;
}
.BgClassName
{
background-color: #29224E;
}
</style>
border-color css
<style>
span { border-color: #29224E; }
span { border-color: rgb(41,34,78); }
td.TdClassName
{
border-color: #29224E;
}
.TagClassName
{
border-color: #29224E;
}
</style>