Shades of Paua #201256
Tints of Paua #201256
RGB
CMYK
RGB Variations
Color information
#201256 (or 0x201256) is known color: Paua. HEX triplet: 20, 12 and 56. RGB value is (32,18,86). Sum of RGB (Red+Green+Blue) = 32+18+86=136 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.53% from 136); Green value is 18 (7.42% from 255 or 13.24% from 136); Blue value is 86 (33.98% from 255 or 63.24% from 136); Max value from RGB is 86 - color contains mainly: blue. Hex color #201256 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201256 is #DFEDA9. Grayscale: #1D1D1D. Windows color (decimal): -14675370 or 5640736. OLE color: 5640736.
HSL color Cylindrical-coordinate representation of color #201256: hue angle of 252.35º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #201256 is Cyan = 0.63, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 32 | 18 | 86 | - |
| CMYK | 0.63 | 0.79 | 0 | 0.66 |
| HSL | 252.35º | 0.65% | 0.2% | - |
| HSV(B) | 252.35º | 0.79% | 0.34% | - |
| XYZ | 2.49 | 1.41 | 8.95 | - |
| YUV | 29.94 | 159.64 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 18 | 86 | 0.63 | 0.79 | 0 | 0.66 | 252.35 | 0.65 | 0.2 |
| Hex | 20 | 12 | 56 | 3F | 4F | 0 | 42 | FC | 41 | 14 |
| Octal | 40 | 22 | 126 | 77 | 117 | 0 | 102 | 374 | 101 | 24 |
| Binary | 100000 | 10010 | 1010110 | 111111 | 1001111 | 0 | 1000010 | 11111100 | 1000001 | 10100 |
Color Harmonies of #201256
Complementary color
Monochromatic Colors of #201256
Black with #201256
Text Example
Text Example
White with #201256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201256; }
p { color: rgb(32,18,86); }
H1.HeaderClassName
{
color: #201256;
}
.AnyTagClassName
{
color: #201256;
}
</style>
background-color css
<style>
a { background-color: #201256; }
a { background-color: rgb(32,18,86); }
div.DivClassName
{
background-color: #201256;
}
.BgClassName
{
background-color: #201256;
}
</style>
border-color css
<style>
span { border-color: #201256; }
span { border-color: rgb(32,18,86); }
td.TdClassName
{
border-color: #201256;
}
.TagClassName
{
border-color: #201256;
}
</style>