Shades of Paua #29284E
Tints of Paua #29284E
RGB
CMYK
RGB Variations
Color information
#29284E (or 0x29284E) is known color: Paua. HEX triplet: 29, 28 and 4E. RGB value is (41,40,78). Sum of RGB (Red+Green+Blue) = 41+40+78=159 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.79% from 159); Green value is 40 (16.02% from 255 or 25.16% from 159); Blue value is 78 (30.86% from 255 or 49.06% from 159); Max value from RGB is 78 - color contains mainly: blue. Hex color #29284E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29284E is #D6D7B1. Grayscale: #2C2C2C. Windows color (decimal): -14079922 or 5122089. OLE color: 5122089.
HSL color Cylindrical-coordinate representation of color #29284E: hue angle of 241.58º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #29284E is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 41 | 40 | 78 | - |
| CMYK | 0.47 | 0.49 | 0 | 0.69 |
| HSL | 241.58º | 0.32% | 0.23% | - |
| HSV(B) | 241.58º | 0.49% | 0.31% | - |
| XYZ | 3.05 | 2.54 | 7.54 | - |
| YUV | 44.63 | 146.83 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 40 | 78 | 0.47 | 0.49 | 0 | 0.69 | 241.58 | 0.32 | 0.23 |
| Hex | 29 | 28 | 4E | 2F | 31 | 0 | 45 | F2 | 20 | 17 |
| Octal | 51 | 50 | 116 | 57 | 61 | 0 | 105 | 362 | 40 | 27 |
| Binary | 101001 | 101000 | 1001110 | 101111 | 110001 | 0 | 1000101 | 11110010 | 100000 | 10111 |
Color Harmonies of #29284E
Complementary color
Monochromatic Colors of #29284E
Black with #29284E
Text Example
Text Example
White with #29284E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29284E; }
p { color: rgb(41,40,78); }
H1.HeaderClassName
{
color: #29284E;
}
.AnyTagClassName
{
color: #29284E;
}
</style>
background-color css
<style>
a { background-color: #29284E; }
a { background-color: rgb(41,40,78); }
div.DivClassName
{
background-color: #29284E;
}
.BgClassName
{
background-color: #29284E;
}
</style>
border-color css
<style>
span { border-color: #29284E; }
span { border-color: rgb(41,40,78); }
td.TdClassName
{
border-color: #29284E;
}
.TagClassName
{
border-color: #29284E;
}
</style>