Shades of Paua #291C57
Tints of Paua #291C57
RGB
CMYK
RGB Variations
Color information
#291C57 (or 0x291C57) is known color: Paua. HEX triplet: 29, 1C and 57. RGB value is (41,28,87). Sum of RGB (Red+Green+Blue) = 41+28+87=156 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.28% from 156); Green value is 28 (11.33% from 255 or 17.95% from 156); Blue value is 87 (34.38% from 255 or 55.77% from 156); Max value from RGB is 87 - color contains mainly: blue. Hex color #291C57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #291C57 is #D6E3A8. Grayscale: #262626. Windows color (decimal): -14082985 or 5708841. OLE color: 5708841.
HSL color Cylindrical-coordinate representation of color #291C57: hue angle of 253.22º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #291C57 is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 41 | 28 | 87 | - |
| CMYK | 0.53 | 0.68 | 0 | 0.66 |
| HSL | 253.22º | 0.51% | 0.23% | - |
| HSV(B) | 253.22º | 0.68% | 0.34% | - |
| XYZ | 3.05 | 1.99 | 9.24 | - |
| YUV | 38.61 | 155.31 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 28 | 87 | 0.53 | 0.68 | 0 | 0.66 | 253.22 | 0.51 | 0.23 |
| Hex | 29 | 1C | 57 | 35 | 44 | 0 | 42 | FD | 33 | 17 |
| Octal | 51 | 34 | 127 | 65 | 104 | 0 | 102 | 375 | 63 | 27 |
| Binary | 101001 | 11100 | 1010111 | 110101 | 1000100 | 0 | 1000010 | 11111101 | 110011 | 10111 |
Color Harmonies of #291C57
Complementary color
Monochromatic Colors of #291C57
Black with #291C57
Text Example
Text Example
White with #291C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291C57; }
p { color: rgb(41,28,87); }
H1.HeaderClassName
{
color: #291C57;
}
.AnyTagClassName
{
color: #291C57;
}
</style>
background-color css
<style>
a { background-color: #291C57; }
a { background-color: rgb(41,28,87); }
div.DivClassName
{
background-color: #291C57;
}
.BgClassName
{
background-color: #291C57;
}
</style>
border-color css
<style>
span { border-color: #291C57; }
span { border-color: rgb(41,28,87); }
td.TdClassName
{
border-color: #291C57;
}
.TagClassName
{
border-color: #291C57;
}
</style>