Shades of Paua #292258
Tints of Paua #292258
RGB
CMYK
RGB Variations
Color information
#292258 (or 0x292258) is known color: Paua. HEX triplet: 29, 22 and 58. RGB value is (41,34,88). Sum of RGB (Red+Green+Blue) = 41+34+88=163 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.15% from 163); Green value is 34 (13.67% from 255 or 20.86% from 163); Blue value is 88 (34.77% from 255 or 53.99% from 163); Max value from RGB is 88 - color contains mainly: blue. Hex color #292258 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292258 is #D6DDA7. Grayscale: #2A2A2A. Windows color (decimal): -14081448 or 5775913. OLE color: 5775913.
HSL color Cylindrical-coordinate representation of color #292258: hue angle of 247.78º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #292258 is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 41 | 34 | 88 | - |
| CMYK | 0.53 | 0.61 | 0 | 0.65 |
| HSL | 247.78º | 0.44% | 0.24% | - |
| HSV(B) | 247.78º | 0.61% | 0.35% | - |
| XYZ | 3.25 | 2.32 | 9.51 | - |
| YUV | 42.25 | 153.82 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 34 | 88 | 0.53 | 0.61 | 0 | 0.65 | 247.78 | 0.44 | 0.24 |
| Hex | 29 | 22 | 58 | 35 | 3D | 0 | 41 | F8 | 2C | 18 |
| Octal | 51 | 42 | 130 | 65 | 75 | 0 | 101 | 370 | 54 | 30 |
| Binary | 101001 | 100010 | 1011000 | 110101 | 111101 | 0 | 1000001 | 11111000 | 101100 | 11000 |
Color Harmonies of #292258
Complementary color
Monochromatic Colors of #292258
Black with #292258
Text Example
Text Example
White with #292258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292258; }
p { color: rgb(41,34,88); }
H1.HeaderClassName
{
color: #292258;
}
.AnyTagClassName
{
color: #292258;
}
</style>
background-color css
<style>
a { background-color: #292258; }
a { background-color: rgb(41,34,88); }
div.DivClassName
{
background-color: #292258;
}
.BgClassName
{
background-color: #292258;
}
</style>
border-color css
<style>
span { border-color: #292258; }
span { border-color: rgb(41,34,88); }
td.TdClassName
{
border-color: #292258;
}
.TagClassName
{
border-color: #292258;
}
</style>