Shades of Paua #291D58
Tints of Paua #291D58
RGB
CMYK
RGB Variations
Color information
#291D58 (or 0x291D58) is known color: Paua. HEX triplet: 29, 1D and 58. RGB value is (41,29,88). Sum of RGB (Red+Green+Blue) = 41+29+88=158 (20% of max value = 765). Red value is 41 (16.41% from 255 or 25.95% from 158); Green value is 29 (11.72% from 255 or 18.35% from 158); Blue value is 88 (34.77% from 255 or 55.70% from 158); Max value from RGB is 88 - color contains mainly: blue. Hex color #291D58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #291D58 is #D6E2A7. Grayscale: #272727. Windows color (decimal): -14082728 or 5774633. OLE color: 5774633.
HSL color Cylindrical-coordinate representation of color #291D58: hue angle of 252.2º degrees, saturation: 0.5, 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 #291D58 is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 41 | 29 | 88 | - |
| CMYK | 0.53 | 0.67 | 0 | 0.65 |
| HSL | 252.2º | 0.5% | 0.23% | - |
| HSV(B) | 252.2º | 0.67% | 0.35% | - |
| XYZ | 3.12 | 2.05 | 9.46 | - |
| YUV | 39.31 | 155.48 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 29 | 88 | 0.53 | 0.67 | 0 | 0.65 | 252.2 | 0.5 | 0.23 |
| Hex | 29 | 1D | 58 | 35 | 43 | 0 | 41 | FC | 32 | 17 |
| Octal | 51 | 35 | 130 | 65 | 103 | 0 | 101 | 374 | 62 | 27 |
| Binary | 101001 | 11101 | 1011000 | 110101 | 1000011 | 0 | 1000001 | 11111100 | 110010 | 10111 |
Color Harmonies of #291D58
Complementary color
Monochromatic Colors of #291D58
Black with #291D58
Text Example
Text Example
White with #291D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291D58; }
p { color: rgb(41,29,88); }
H1.HeaderClassName
{
color: #291D58;
}
.AnyTagClassName
{
color: #291D58;
}
</style>
background-color css
<style>
a { background-color: #291D58; }
a { background-color: rgb(41,29,88); }
div.DivClassName
{
background-color: #291D58;
}
.BgClassName
{
background-color: #291D58;
}
</style>
border-color css
<style>
span { border-color: #291D58; }
span { border-color: rgb(41,29,88); }
td.TdClassName
{
border-color: #291D58;
}
.TagClassName
{
border-color: #291D58;
}
</style>