Shades of Paua #291B58
Tints of Paua #291B58
RGB
CMYK
RGB Variations
Color information
#291B58 (or 0x291B58) is known color: Paua. HEX triplet: 29, 1B and 58. RGB value is (41,27,88). Sum of RGB (Red+Green+Blue) = 41+27+88=156 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.28% from 156); Green value is 27 (10.94% from 255 or 17.31% from 156); Blue value is 88 (34.77% from 255 or 56.41% from 156); Max value from RGB is 88 - color contains mainly: blue. Hex color #291B58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #291B58 is #D6E4A7. Grayscale: #252525. Windows color (decimal): -14083240 or 5774121. OLE color: 5774121.
HSL color Cylindrical-coordinate representation of color #291B58: hue angle of 253.77º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #291B58 is Cyan = 0.53, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 41 | 27 | 88 | - |
| CMYK | 0.53 | 0.69 | 0 | 0.65 |
| HSL | 253.77º | 0.53% | 0.23% | - |
| HSV(B) | 253.77º | 0.69% | 0.35% | - |
| XYZ | 3.07 | 1.96 | 9.45 | - |
| YUV | 38.14 | 156.14 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 27 | 88 | 0.53 | 0.69 | 0 | 0.65 | 253.77 | 0.53 | 0.23 |
| Hex | 29 | 1B | 58 | 35 | 45 | 0 | 41 | FE | 35 | 17 |
| Octal | 51 | 33 | 130 | 65 | 105 | 0 | 101 | 376 | 65 | 27 |
| Binary | 101001 | 11011 | 1011000 | 110101 | 1000101 | 0 | 1000001 | 11111110 | 110101 | 10111 |
Color Harmonies of #291B58
Complementary color
Monochromatic Colors of #291B58
Black with #291B58
Text Example
Text Example
White with #291B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291B58; }
p { color: rgb(41,27,88); }
H1.HeaderClassName
{
color: #291B58;
}
.AnyTagClassName
{
color: #291B58;
}
</style>
background-color css
<style>
a { background-color: #291B58; }
a { background-color: rgb(41,27,88); }
div.DivClassName
{
background-color: #291B58;
}
.BgClassName
{
background-color: #291B58;
}
</style>
border-color css
<style>
span { border-color: #291B58; }
span { border-color: rgb(41,27,88); }
td.TdClassName
{
border-color: #291B58;
}
.TagClassName
{
border-color: #291B58;
}
</style>