Shades of Paua #291D59
Tints of Paua #291D59
RGB
CMYK
RGB Variations
Color information
#291D59 (or 0x291D59) is known color: Paua. HEX triplet: 29, 1D and 59. RGB value is (41,29,89). Sum of RGB (Red+Green+Blue) = 41+29+89=159 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.79% from 159); Green value is 29 (11.72% from 255 or 18.24% from 159); Blue value is 89 (35.16% from 255 or 55.97% from 159); Max value from RGB is 89 - color contains mainly: blue. Hex color #291D59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #291D59 is #D6E2A6. Grayscale: #272727. Windows color (decimal): -14082727 or 5840169. OLE color: 5840169.
HSL color Cylindrical-coordinate representation of color #291D59: hue angle of 252º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #291D59 is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 41 | 29 | 89 | - |
| CMYK | 0.54 | 0.67 | 0 | 0.65 |
| HSL | 252º | 0.51% | 0.23% | - |
| HSV(B) | 252º | 0.67% | 0.35% | - |
| XYZ | 3.16 | 2.07 | 9.68 | - |
| YUV | 39.43 | 155.98 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 29 | 89 | 0.54 | 0.67 | 0 | 0.65 | 252 | 0.51 | 0.23 |
| Hex | 29 | 1D | 59 | 36 | 43 | 0 | 41 | FC | 33 | 17 |
| Octal | 51 | 35 | 131 | 66 | 103 | 0 | 101 | 374 | 63 | 27 |
| Binary | 101001 | 11101 | 1011001 | 110110 | 1000011 | 0 | 1000001 | 11111100 | 110011 | 10111 |
Color Harmonies of #291D59
Complementary color
Monochromatic Colors of #291D59
Black with #291D59
Text Example
Text Example
White with #291D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291D59; }
p { color: rgb(41,29,89); }
H1.HeaderClassName
{
color: #291D59;
}
.AnyTagClassName
{
color: #291D59;
}
</style>
background-color css
<style>
a { background-color: #291D59; }
a { background-color: rgb(41,29,89); }
div.DivClassName
{
background-color: #291D59;
}
.BgClassName
{
background-color: #291D59;
}
</style>
border-color css
<style>
span { border-color: #291D59; }
span { border-color: rgb(41,29,89); }
td.TdClassName
{
border-color: #291D59;
}
.TagClassName
{
border-color: #291D59;
}
</style>