Shades of Paua #201C51
Tints of Paua #201C51
RGB
CMYK
RGB Variations
Color information
#201C51 (or 0x201C51) is known color: Paua. HEX triplet: 20, 1C and 51. RGB value is (32,28,81). Sum of RGB (Red+Green+Blue) = 32+28+81=141 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.70% from 141); Green value is 28 (11.33% from 255 or 19.86% from 141); Blue value is 81 (32.03% from 255 or 57.45% from 141); Max value from RGB is 81 - color contains mainly: blue. Hex color #201C51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201C51 is #DFE3AE. Grayscale: #232323. Windows color (decimal): -14672815 or 5315616. OLE color: 5315616.
HSL color Cylindrical-coordinate representation of color #201C51: hue angle of 244.53º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #201C51 is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 32 | 28 | 81 | - |
| CMYK | 0.60 | 0.65 | 0 | 0.68 |
| HSL | 244.53º | 0.49% | 0.21% | - |
| HSV(B) | 244.53º | 0.65% | 0.32% | - |
| XYZ | 2.5 | 1.73 | 7.99 | - |
| YUV | 35.24 | 153.83 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 28 | 81 | 0.60 | 0.65 | 0 | 0.68 | 244.53 | 0.49 | 0.21 |
| Hex | 20 | 1C | 51 | 3C | 41 | 0 | 44 | F5 | 31 | 15 |
| Octal | 40 | 34 | 121 | 74 | 101 | 0 | 104 | 365 | 61 | 25 |
| Binary | 100000 | 11100 | 1010001 | 111100 | 1000001 | 0 | 1000100 | 11110101 | 110001 | 10101 |
Color Harmonies of #201C51
Complementary color
Monochromatic Colors of #201C51
Black with #201C51
Text Example
Text Example
White with #201C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201C51; }
p { color: rgb(32,28,81); }
H1.HeaderClassName
{
color: #201C51;
}
.AnyTagClassName
{
color: #201C51;
}
</style>
background-color css
<style>
a { background-color: #201C51; }
a { background-color: rgb(32,28,81); }
div.DivClassName
{
background-color: #201C51;
}
.BgClassName
{
background-color: #201C51;
}
</style>
border-color css
<style>
span { border-color: #201C51; }
span { border-color: rgb(32,28,81); }
td.TdClassName
{
border-color: #201C51;
}
.TagClassName
{
border-color: #201C51;
}
</style>