Shades of Paua #201C4A
Tints of Paua #201C4A
RGB
CMYK
RGB Variations
Color information
#201C4A (or 0x201C4A) is known color: Paua. HEX triplet: 20, 1C and 4A. RGB value is (32,28,74). Sum of RGB (Red+Green+Blue) = 32+28+74=134 (17% of max value = 765). Red value is 32 (12.89% from 255 or 23.88% from 134); Green value is 28 (11.33% from 255 or 20.90% from 134); Blue value is 74 (29.30% from 255 or 55.22% from 134); Max value from RGB is 74 - color contains mainly: blue. Hex color #201C4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201C4A is #DFE3B5. Grayscale: #222222. Windows color (decimal): -14672822 or 4856864. OLE color: 4856864.
HSL color Cylindrical-coordinate representation of color #201C4A: hue angle of 245.22º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #201C4A is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 32 | 28 | 74 | - |
| CMYK | 0.57 | 0.62 | 0 | 0.71 |
| HSL | 245.22º | 0.45% | 0.2% | - |
| HSV(B) | 245.22º | 0.62% | 0.29% | - |
| XYZ | 2.25 | 1.63 | 6.68 | - |
| YUV | 34.44 | 150.33 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 28 | 74 | 0.57 | 0.62 | 0 | 0.71 | 245.22 | 0.45 | 0.2 |
| Hex | 20 | 1C | 4A | 39 | 3E | 0 | 47 | F5 | 2D | 14 |
| Octal | 40 | 34 | 112 | 71 | 76 | 0 | 107 | 365 | 55 | 24 |
| Binary | 100000 | 11100 | 1001010 | 111001 | 111110 | 0 | 1000111 | 11110101 | 101101 | 10100 |
Color Harmonies of #201C4A
Complementary color
Monochromatic Colors of #201C4A
Black with #201C4A
Text Example
Text Example
White with #201C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201C4A; }
p { color: rgb(32,28,74); }
H1.HeaderClassName
{
color: #201C4A;
}
.AnyTagClassName
{
color: #201C4A;
}
</style>
background-color css
<style>
a { background-color: #201C4A; }
a { background-color: rgb(32,28,74); }
div.DivClassName
{
background-color: #201C4A;
}
.BgClassName
{
background-color: #201C4A;
}
</style>
border-color css
<style>
span { border-color: #201C4A; }
span { border-color: rgb(32,28,74); }
td.TdClassName
{
border-color: #201C4A;
}
.TagClassName
{
border-color: #201C4A;
}
</style>