Shades of Paua #291C53
Tints of Paua #291C53
RGB
CMYK
RGB Variations
Color information
#291C53 (or 0x291C53) is known color: Paua. HEX triplet: 29, 1C and 53. RGB value is (41,28,83). Sum of RGB (Red+Green+Blue) = 41+28+83=152 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.97% from 152); Green value is 28 (11.33% from 255 or 18.42% from 152); Blue value is 83 (32.81% from 255 or 54.61% from 152); Max value from RGB is 83 - color contains mainly: blue. Hex color #291C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #291C53 is #D6E3AC. Grayscale: #252525. Windows color (decimal): -14082989 or 5446697. OLE color: 5446697.
HSL color Cylindrical-coordinate representation of color #291C53: hue angle of 254.18º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #291C53 is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 41 | 28 | 83 | - |
| CMYK | 0.51 | 0.66 | 0 | 0.67 |
| HSL | 254.18º | 0.5% | 0.22% | - |
| HSV(B) | 254.18º | 0.66% | 0.33% | - |
| XYZ | 2.89 | 1.93 | 8.4 | - |
| YUV | 38.16 | 153.31 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 28 | 83 | 0.51 | 0.66 | 0 | 0.67 | 254.18 | 0.5 | 0.22 |
| Hex | 29 | 1C | 53 | 33 | 42 | 0 | 43 | FE | 32 | 16 |
| Octal | 51 | 34 | 123 | 63 | 102 | 0 | 103 | 376 | 62 | 26 |
| Binary | 101001 | 11100 | 1010011 | 110011 | 1000010 | 0 | 1000011 | 11111110 | 110010 | 10110 |
Color Harmonies of #291C53
Complementary color
Monochromatic Colors of #291C53
Black with #291C53
Text Example
Text Example
White with #291C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291C53; }
p { color: rgb(41,28,83); }
H1.HeaderClassName
{
color: #291C53;
}
.AnyTagClassName
{
color: #291C53;
}
</style>
background-color css
<style>
a { background-color: #291C53; }
a { background-color: rgb(41,28,83); }
div.DivClassName
{
background-color: #291C53;
}
.BgClassName
{
background-color: #291C53;
}
</style>
border-color css
<style>
span { border-color: #291C53; }
span { border-color: rgb(41,28,83); }
td.TdClassName
{
border-color: #291C53;
}
.TagClassName
{
border-color: #291C53;
}
</style>