Shades of Paua #201251
Tints of Paua #201251
RGB
CMYK
RGB Variations
Color information
#201251 (or 0x201251) is known color: Paua. HEX triplet: 20, 12 and 51. RGB value is (32,18,81). Sum of RGB (Red+Green+Blue) = 32+18+81=131 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.43% from 131); Green value is 18 (7.42% from 255 or 13.74% from 131); Blue value is 81 (32.03% from 255 or 61.83% from 131); Max value from RGB is 81 - color contains mainly: blue. Hex color #201251 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201251 is #DFEDAE. Grayscale: #1D1D1D. Windows color (decimal): -14675375 or 5313056. OLE color: 5313056.
HSL color Cylindrical-coordinate representation of color #201251: hue angle of 253.33º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #201251 is Cyan = 0.60, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 32 | 18 | 81 | - |
| CMYK | 0.60 | 0.78 | 0 | 0.68 |
| HSL | 253.33º | 0.64% | 0.19% | - |
| HSV(B) | 253.33º | 0.78% | 0.32% | - |
| XYZ | 2.3 | 1.33 | 7.92 | - |
| YUV | 29.37 | 157.14 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 18 | 81 | 0.60 | 0.78 | 0 | 0.68 | 253.33 | 0.64 | 0.19 |
| Hex | 20 | 12 | 51 | 3C | 4E | 0 | 44 | FD | 40 | 13 |
| Octal | 40 | 22 | 121 | 74 | 116 | 0 | 104 | 375 | 100 | 23 |
| Binary | 100000 | 10010 | 1010001 | 111100 | 1001110 | 0 | 1000100 | 11111101 | 1000000 | 10011 |
Color Harmonies of #201251
Complementary color
Monochromatic Colors of #201251
Black with #201251
Text Example
Text Example
White with #201251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201251; }
p { color: rgb(32,18,81); }
H1.HeaderClassName
{
color: #201251;
}
.AnyTagClassName
{
color: #201251;
}
</style>
background-color css
<style>
a { background-color: #201251; }
a { background-color: rgb(32,18,81); }
div.DivClassName
{
background-color: #201251;
}
.BgClassName
{
background-color: #201251;
}
</style>
border-color css
<style>
span { border-color: #201251; }
span { border-color: rgb(32,18,81); }
td.TdClassName
{
border-color: #201251;
}
.TagClassName
{
border-color: #201251;
}
</style>