Shades of Paua #201056
Tints of Paua #201056
RGB
CMYK
RGB Variations
Color information
#201056 (or 0x201056) is known color: Paua. HEX triplet: 20, 10 and 56. RGB value is (32,16,86). Sum of RGB (Red+Green+Blue) = 32+16+86=134 (17% of max value = 765). Red value is 32 (12.89% from 255 or 23.88% from 134); Green value is 16 (6.64% from 255 or 11.94% from 134); Blue value is 86 (33.98% from 255 or 64.18% from 134); Max value from RGB is 86 - color contains mainly: blue. Hex color #201056 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201056 is #DFEFA9. Grayscale: #1C1C1C. Windows color (decimal): -14675882 or 5640224. OLE color: 5640224.
HSL color Cylindrical-coordinate representation of color #201056: hue angle of 253.71º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #201056 is Cyan = 0.63, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 32 | 16 | 86 | - |
| CMYK | 0.63 | 0.81 | 0 | 0.66 |
| HSL | 253.71º | 0.69% | 0.2% | - |
| HSV(B) | 253.71º | 0.81% | 0.34% | - |
| XYZ | 2.46 | 1.35 | 8.93 | - |
| YUV | 28.76 | 160.3 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 16 | 86 | 0.63 | 0.81 | 0 | 0.66 | 253.71 | 0.69 | 0.2 |
| Hex | 20 | 10 | 56 | 3F | 51 | 0 | 42 | FE | 45 | 14 |
| Octal | 40 | 20 | 126 | 77 | 121 | 0 | 102 | 376 | 105 | 24 |
| Binary | 100000 | 10000 | 1010110 | 111111 | 1010001 | 0 | 1000010 | 11111110 | 1000101 | 10100 |
Color Harmonies of #201056
Complementary color
Monochromatic Colors of #201056
Black with #201056
Text Example
Text Example
White with #201056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201056; }
p { color: rgb(32,16,86); }
H1.HeaderClassName
{
color: #201056;
}
.AnyTagClassName
{
color: #201056;
}
</style>
background-color css
<style>
a { background-color: #201056; }
a { background-color: rgb(32,16,86); }
div.DivClassName
{
background-color: #201056;
}
.BgClassName
{
background-color: #201056;
}
</style>
border-color css
<style>
span { border-color: #201056; }
span { border-color: rgb(32,16,86); }
td.TdClassName
{
border-color: #201056;
}
.TagClassName
{
border-color: #201056;
}
</style>