Shades of Paua #291E51
Tints of Paua #291E51
RGB
CMYK
RGB Variations
Color information
#291E51 (or 0x291E51) is known color: Paua. HEX triplet: 29, 1E and 51. RGB value is (41,30,81). Sum of RGB (Red+Green+Blue) = 41+30+81=152 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.97% from 152); Green value is 30 (12.11% from 255 or 19.74% from 152); Blue value is 81 (32.03% from 255 or 53.29% from 152); Max value from RGB is 81 - color contains mainly: blue. Hex color #291E51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #291E51 is #D6E1AE. Grayscale: #262626. Windows color (decimal): -14082479 or 5316137. OLE color: 5316137.
HSL color Cylindrical-coordinate representation of color #291E51: hue angle of 252.94º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #291E51 is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 41 | 30 | 81 | - |
| CMYK | 0.49 | 0.63 | 0 | 0.68 |
| HSL | 252.94º | 0.46% | 0.22% | - |
| HSV(B) | 252.94º | 0.63% | 0.32% | - |
| XYZ | 2.86 | 1.99 | 8.02 | - |
| YUV | 39.1 | 151.64 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 30 | 81 | 0.49 | 0.63 | 0 | 0.68 | 252.94 | 0.46 | 0.22 |
| Hex | 29 | 1E | 51 | 31 | 3F | 0 | 44 | FD | 2E | 16 |
| Octal | 51 | 36 | 121 | 61 | 77 | 0 | 104 | 375 | 56 | 26 |
| Binary | 101001 | 11110 | 1010001 | 110001 | 111111 | 0 | 1000100 | 11111101 | 101110 | 10110 |
Color Harmonies of #291E51
Complementary color
Monochromatic Colors of #291E51
Black with #291E51
Text Example
Text Example
White with #291E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291E51; }
p { color: rgb(41,30,81); }
H1.HeaderClassName
{
color: #291E51;
}
.AnyTagClassName
{
color: #291E51;
}
</style>
background-color css
<style>
a { background-color: #291E51; }
a { background-color: rgb(41,30,81); }
div.DivClassName
{
background-color: #291E51;
}
.BgClassName
{
background-color: #291E51;
}
</style>
border-color css
<style>
span { border-color: #291E51; }
span { border-color: rgb(41,30,81); }
td.TdClassName
{
border-color: #291E51;
}
.TagClassName
{
border-color: #291E51;
}
</style>