Shades of Paua #201359
Tints of Paua #201359
RGB
CMYK
RGB Variations
Color information
#201359 (or 0x201359) is known color: Paua. HEX triplet: 20, 13 and 59. RGB value is (32,19,89). Sum of RGB (Red+Green+Blue) = 32+19+89=140 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.86% from 140); Green value is 19 (7.81% from 255 or 13.57% from 140); Blue value is 89 (35.16% from 255 or 63.57% from 140); Max value from RGB is 89 - color contains mainly: blue. Hex color #201359 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201359 is #DFECA6. Grayscale: #1E1E1E. Windows color (decimal): -14675111 or 5837600. OLE color: 5837600.
HSL color Cylindrical-coordinate representation of color #201359: hue angle of 251.14º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #201359 is Cyan = 0.64, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 32 | 19 | 89 | - |
| CMYK | 0.64 | 0.79 | 0 | 0.65 |
| HSL | 251.14º | 0.65% | 0.21% | - |
| HSV(B) | 251.14º | 0.79% | 0.35% | - |
| XYZ | 2.63 | 1.49 | 9.6 | - |
| YUV | 30.87 | 160.81 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 19 | 89 | 0.64 | 0.79 | 0 | 0.65 | 251.14 | 0.65 | 0.21 |
| Hex | 20 | 13 | 59 | 40 | 4F | 0 | 41 | FB | 41 | 15 |
| Octal | 40 | 23 | 131 | 100 | 117 | 0 | 101 | 373 | 101 | 25 |
| Binary | 100000 | 10011 | 1011001 | 1000000 | 1001111 | 0 | 1000001 | 11111011 | 1000001 | 10101 |
Color Harmonies of #201359
Complementary color
Monochromatic Colors of #201359
Black with #201359
Text Example
Text Example
White with #201359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201359; }
p { color: rgb(32,19,89); }
H1.HeaderClassName
{
color: #201359;
}
.AnyTagClassName
{
color: #201359;
}
</style>
background-color css
<style>
a { background-color: #201359; }
a { background-color: rgb(32,19,89); }
div.DivClassName
{
background-color: #201359;
}
.BgClassName
{
background-color: #201359;
}
</style>
border-color css
<style>
span { border-color: #201359; }
span { border-color: rgb(32,19,89); }
td.TdClassName
{
border-color: #201359;
}
.TagClassName
{
border-color: #201359;
}
</style>