Shades of Paua #29265C
Tints of Paua #29265C
RGB
CMYK
RGB Variations
Color information
#29265C (or 0x29265C) is known color: Paua. HEX triplet: 29, 26 and 5C. RGB value is (41,38,92). Sum of RGB (Red+Green+Blue) = 41+38+92=171 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.98% from 171); Green value is 38 (15.23% from 255 or 22.22% from 171); Blue value is 92 (36.33% from 255 or 53.80% from 171); Max value from RGB is 92 - color contains mainly: blue. Hex color #29265C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29265C is #D6D9A3. Grayscale: #2C2C2C. Windows color (decimal): -14080420 or 6039081. OLE color: 6039081.
HSL color Cylindrical-coordinate representation of color #29265C: hue angle of 243.33º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #29265C is Cyan = 0.55, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 41 | 38 | 92 | - |
| CMYK | 0.55 | 0.59 | 0 | 0.64 |
| HSL | 243.33º | 0.42% | 0.25% | - |
| HSV(B) | 243.33º | 0.59% | 0.36% | - |
| XYZ | 3.54 | 2.63 | 10.45 | - |
| YUV | 45.05 | 154.49 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 38 | 92 | 0.55 | 0.59 | 0 | 0.64 | 243.33 | 0.42 | 0.25 |
| Hex | 29 | 26 | 5C | 37 | 3B | 0 | 40 | F3 | 2A | 19 |
| Octal | 51 | 46 | 134 | 67 | 73 | 0 | 100 | 363 | 52 | 31 |
| Binary | 101001 | 100110 | 1011100 | 110111 | 111011 | 0 | 1000000 | 11110011 | 101010 | 11001 |
Color Harmonies of #29265C
Complementary color
Monochromatic Colors of #29265C
Black with #29265C
Text Example
Text Example
White with #29265C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29265C; }
p { color: rgb(41,38,92); }
H1.HeaderClassName
{
color: #29265C;
}
.AnyTagClassName
{
color: #29265C;
}
</style>
background-color css
<style>
a { background-color: #29265C; }
a { background-color: rgb(41,38,92); }
div.DivClassName
{
background-color: #29265C;
}
.BgClassName
{
background-color: #29265C;
}
</style>
border-color css
<style>
span { border-color: #29265C; }
span { border-color: rgb(41,38,92); }
td.TdClassName
{
border-color: #29265C;
}
.TagClassName
{
border-color: #29265C;
}
</style>