Shades of Paua #2A2056
Tints of Paua #2A2056
RGB
CMYK
RGB Variations
Color information
#2A2056 (or 0x2A2056) is known color: Paua. HEX triplet: 2A, 20 and 56. RGB value is (42,32,86). Sum of RGB (Red+Green+Blue) = 42+32+86=160 (21% of max value = 765). Red value is 42 (16.80% from 255 or 26.25% from 160); Green value is 32 (12.89% from 255 or 20% from 160); Blue value is 86 (33.98% from 255 or 53.75% from 160); Max value from RGB is 86 - color contains mainly: blue. Hex color #2A2056 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2056 is #D5DFA9. Grayscale: #282828. Windows color (decimal): -14016426 or 5644330. OLE color: 5644330.
HSL color Cylindrical-coordinate representation of color #2A2056: hue angle of 251.11º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2A2056 is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 42 | 32 | 86 | - |
| CMYK | 0.51 | 0.63 | 0 | 0.66 |
| HSL | 251.11º | 0.46% | 0.23% | - |
| HSV(B) | 251.11º | 0.63% | 0.34% | - |
| XYZ | 3.15 | 2.2 | 9.06 | - |
| YUV | 41.15 | 153.31 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 32 | 86 | 0.51 | 0.63 | 0 | 0.66 | 251.11 | 0.46 | 0.23 |
| Hex | 2A | 20 | 56 | 33 | 3F | 0 | 42 | FB | 2E | 17 |
| Octal | 52 | 40 | 126 | 63 | 77 | 0 | 102 | 373 | 56 | 27 |
| Binary | 101010 | 100000 | 1010110 | 110011 | 111111 | 0 | 1000010 | 11111011 | 101110 | 10111 |
Color Harmonies of #2A2056
Complementary color
Monochromatic Colors of #2A2056
Black with #2A2056
Text Example
Text Example
White with #2A2056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2056; }
p { color: rgb(42,32,86); }
H1.HeaderClassName
{
color: #2A2056;
}
.AnyTagClassName
{
color: #2A2056;
}
</style>
background-color css
<style>
a { background-color: #2A2056; }
a { background-color: rgb(42,32,86); }
div.DivClassName
{
background-color: #2A2056;
}
.BgClassName
{
background-color: #2A2056;
}
</style>
border-color css
<style>
span { border-color: #2A2056; }
span { border-color: rgb(42,32,86); }
td.TdClassName
{
border-color: #2A2056;
}
.TagClassName
{
border-color: #2A2056;
}
</style>