Shades of Paua #201350
Tints of Paua #201350
RGB
CMYK
RGB Variations
Color information
#201350 (or 0x201350) is known color: Paua. HEX triplet: 20, 13 and 50. RGB value is (32,19,80). Sum of RGB (Red+Green+Blue) = 32+19+80=131 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.43% from 131); Green value is 19 (7.81% from 255 or 14.50% from 131); Blue value is 80 (31.64% from 255 or 61.07% from 131); Max value from RGB is 80 - color contains mainly: blue. Hex color #201350 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201350 is #DFECAF. Grayscale: #1D1D1D. Windows color (decimal): -14675120 or 5247776. OLE color: 5247776.
HSL color Cylindrical-coordinate representation of color #201350: hue angle of 252.79º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #201350 is Cyan = 0.60, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 32 | 19 | 80 | - |
| CMYK | 0.60 | 0.76 | 0 | 0.69 |
| HSL | 252.79º | 0.62% | 0.19% | - |
| HSV(B) | 252.79º | 0.76% | 0.31% | - |
| XYZ | 2.28 | 1.35 | 7.73 | - |
| YUV | 29.84 | 156.31 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 19 | 80 | 0.60 | 0.76 | 0 | 0.69 | 252.79 | 0.62 | 0.19 |
| Hex | 20 | 13 | 50 | 3C | 4C | 0 | 45 | FD | 3E | 13 |
| Octal | 40 | 23 | 120 | 74 | 114 | 0 | 105 | 375 | 76 | 23 |
| Binary | 100000 | 10011 | 1010000 | 111100 | 1001100 | 0 | 1000101 | 11111101 | 111110 | 10011 |
Color Harmonies of #201350
Complementary color
Monochromatic Colors of #201350
Black with #201350
Text Example
Text Example
White with #201350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201350; }
p { color: rgb(32,19,80); }
H1.HeaderClassName
{
color: #201350;
}
.AnyTagClassName
{
color: #201350;
}
</style>
background-color css
<style>
a { background-color: #201350; }
a { background-color: rgb(32,19,80); }
div.DivClassName
{
background-color: #201350;
}
.BgClassName
{
background-color: #201350;
}
</style>
border-color css
<style>
span { border-color: #201350; }
span { border-color: rgb(32,19,80); }
td.TdClassName
{
border-color: #201350;
}
.TagClassName
{
border-color: #201350;
}
</style>