Shades of Paua #2A2251
Tints of Paua #2A2251
RGB
CMYK
RGB Variations
Color information
#2A2251 (or 0x2A2251) is known color: Paua. HEX triplet: 2A, 22 and 51. RGB value is (42,34,81). Sum of RGB (Red+Green+Blue) = 42+34+81=157 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.75% from 157); Green value is 34 (13.67% from 255 or 21.66% from 157); Blue value is 81 (32.03% from 255 or 51.59% from 157); Max value from RGB is 81 - color contains mainly: blue. Hex color #2A2251 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2251 is #D5DDAE. Grayscale: #292929. Windows color (decimal): -14015919 or 5317162. OLE color: 5317162.
HSL color Cylindrical-coordinate representation of color #2A2251: hue angle of 250.21º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2A2251 is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 42 | 34 | 81 | - |
| CMYK | 0.48 | 0.58 | 0 | 0.68 |
| HSL | 250.21º | 0.41% | 0.23% | - |
| HSV(B) | 250.21º | 0.58% | 0.32% | - |
| XYZ | 3.01 | 2.23 | 8.06 | - |
| YUV | 41.75 | 150.15 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 34 | 81 | 0.48 | 0.58 | 0 | 0.68 | 250.21 | 0.41 | 0.23 |
| Hex | 2A | 22 | 51 | 30 | 3A | 0 | 44 | FA | 29 | 17 |
| Octal | 52 | 42 | 121 | 60 | 72 | 0 | 104 | 372 | 51 | 27 |
| Binary | 101010 | 100010 | 1010001 | 110000 | 111010 | 0 | 1000100 | 11111010 | 101001 | 10111 |
Color Harmonies of #2A2251
Complementary color
Monochromatic Colors of #2A2251
Black with #2A2251
Text Example
Text Example
White with #2A2251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2251; }
p { color: rgb(42,34,81); }
H1.HeaderClassName
{
color: #2A2251;
}
.AnyTagClassName
{
color: #2A2251;
}
</style>
background-color css
<style>
a { background-color: #2A2251; }
a { background-color: rgb(42,34,81); }
div.DivClassName
{
background-color: #2A2251;
}
.BgClassName
{
background-color: #2A2251;
}
</style>
border-color css
<style>
span { border-color: #2A2251; }
span { border-color: rgb(42,34,81); }
td.TdClassName
{
border-color: #2A2251;
}
.TagClassName
{
border-color: #2A2251;
}
</style>