Shades of Paua #201450
Tints of Paua #201450
RGB
CMYK
RGB Variations
Color information
#201450 (or 0x201450) is known color: Paua. HEX triplet: 20, 14 and 50. RGB value is (32,20,80). Sum of RGB (Red+Green+Blue) = 32+20+80=132 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.24% from 132); Green value is 20 (8.20% from 255 or 15.15% from 132); Blue value is 80 (31.64% from 255 or 60.61% from 132); Max value from RGB is 80 - color contains mainly: blue. Hex color #201450 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201450 is #DFEBAF. Grayscale: #1E1E1E. Windows color (decimal): -14674864 or 5248032. OLE color: 5248032.
HSL color Cylindrical-coordinate representation of color #201450: hue angle of 252º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #201450 is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 32 | 20 | 80 | - |
| CMYK | 0.60 | 0.75 | 0 | 0.69 |
| HSL | 252º | 0.6% | 0.2% | - |
| HSV(B) | 252º | 0.75% | 0.31% | - |
| XYZ | 2.29 | 1.39 | 7.74 | - |
| YUV | 30.43 | 155.98 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 20 | 80 | 0.60 | 0.75 | 0 | 0.69 | 252 | 0.6 | 0.2 |
| Hex | 20 | 14 | 50 | 3C | 4B | 0 | 45 | FC | 3C | 14 |
| Octal | 40 | 24 | 120 | 74 | 113 | 0 | 105 | 374 | 74 | 24 |
| Binary | 100000 | 10100 | 1010000 | 111100 | 1001011 | 0 | 1000101 | 11111100 | 111100 | 10100 |
Color Harmonies of #201450
Complementary color
Monochromatic Colors of #201450
Black with #201450
Text Example
Text Example
White with #201450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201450; }
p { color: rgb(32,20,80); }
H1.HeaderClassName
{
color: #201450;
}
.AnyTagClassName
{
color: #201450;
}
</style>
background-color css
<style>
a { background-color: #201450; }
a { background-color: rgb(32,20,80); }
div.DivClassName
{
background-color: #201450;
}
.BgClassName
{
background-color: #201450;
}
</style>
border-color css
<style>
span { border-color: #201450; }
span { border-color: rgb(32,20,80); }
td.TdClassName
{
border-color: #201450;
}
.TagClassName
{
border-color: #201450;
}
</style>