Shades of Paua #201659
Tints of Paua #201659
RGB
CMYK
RGB Variations
Color information
#201659 (or 0x201659) is known color: Paua. HEX triplet: 20, 16 and 59. RGB value is (32,22,89). Sum of RGB (Red+Green+Blue) = 32+22+89=143 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.38% from 143); Green value is 22 (8.98% from 255 or 15.38% from 143); Blue value is 89 (35.16% from 255 or 62.24% from 143); Max value from RGB is 89 - color contains mainly: blue. Hex color #201659 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201659 is #DFE9A6. Grayscale: #202020. Windows color (decimal): -14674343 or 5838368. OLE color: 5838368.
HSL color Cylindrical-coordinate representation of color #201659: hue angle of 248.96º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #201659 is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 32 | 22 | 89 | - |
| CMYK | 0.64 | 0.75 | 0 | 0.65 |
| HSL | 248.96º | 0.6% | 0.22% | - |
| HSV(B) | 248.96º | 0.75% | 0.35% | - |
| XYZ | 2.69 | 1.6 | 9.62 | - |
| YUV | 32.63 | 159.81 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 22 | 89 | 0.64 | 0.75 | 0 | 0.65 | 248.96 | 0.6 | 0.22 |
| Hex | 20 | 16 | 59 | 40 | 4B | 0 | 41 | F9 | 3C | 16 |
| Octal | 40 | 26 | 131 | 100 | 113 | 0 | 101 | 371 | 74 | 26 |
| Binary | 100000 | 10110 | 1011001 | 1000000 | 1001011 | 0 | 1000001 | 11111001 | 111100 | 10110 |
Color Harmonies of #201659
Complementary color
Monochromatic Colors of #201659
Black with #201659
Text Example
Text Example
White with #201659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201659; }
p { color: rgb(32,22,89); }
H1.HeaderClassName
{
color: #201659;
}
.AnyTagClassName
{
color: #201659;
}
</style>
background-color css
<style>
a { background-color: #201659; }
a { background-color: rgb(32,22,89); }
div.DivClassName
{
background-color: #201659;
}
.BgClassName
{
background-color: #201659;
}
</style>
border-color css
<style>
span { border-color: #201659; }
span { border-color: rgb(32,22,89); }
td.TdClassName
{
border-color: #201659;
}
.TagClassName
{
border-color: #201659;
}
</style>