Shades of Paua #201F4D
Tints of Paua #201F4D
RGB
CMYK
RGB Variations
Color information
#201F4D (or 0x201F4D) is known color: Paua. HEX triplet: 20, 1F and 4D. RGB value is (32,31,77). Sum of RGB (Red+Green+Blue) = 32+31+77=140 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.86% from 140); Green value is 31 (12.5% from 255 or 22.14% from 140); Blue value is 77 (30.47% from 255 or 55% from 140); Max value from RGB is 77 - color contains mainly: blue. Hex color #201F4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201F4D is #DFE0B2. Grayscale: #242424. Windows color (decimal): -14672051 or 5054240. OLE color: 5054240.
HSL color Cylindrical-coordinate representation of color #201F4D: hue angle of 241.3º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #201F4D is Cyan = 0.58, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 32 | 31 | 77 | - |
| CMYK | 0.58 | 0.60 | 0 | 0.70 |
| HSL | 241.3º | 0.43% | 0.21% | - |
| HSV(B) | 241.3º | 0.6% | 0.3% | - |
| XYZ | 2.43 | 1.82 | 7.25 | - |
| YUV | 36.54 | 150.83 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 31 | 77 | 0.58 | 0.60 | 0 | 0.70 | 241.3 | 0.43 | 0.21 |
| Hex | 20 | 1F | 4D | 3A | 3C | 0 | 46 | F1 | 2B | 15 |
| Octal | 40 | 37 | 115 | 72 | 74 | 0 | 106 | 361 | 53 | 25 |
| Binary | 100000 | 11111 | 1001101 | 111010 | 111100 | 0 | 1000110 | 11110001 | 101011 | 10101 |
Color Harmonies of #201F4D
Complementary color
Monochromatic Colors of #201F4D
Black with #201F4D
Text Example
Text Example
White with #201F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201F4D; }
p { color: rgb(32,31,77); }
H1.HeaderClassName
{
color: #201F4D;
}
.AnyTagClassName
{
color: #201F4D;
}
</style>
background-color css
<style>
a { background-color: #201F4D; }
a { background-color: rgb(32,31,77); }
div.DivClassName
{
background-color: #201F4D;
}
.BgClassName
{
background-color: #201F4D;
}
</style>
border-color css
<style>
span { border-color: #201F4D; }
span { border-color: rgb(32,31,77); }
td.TdClassName
{
border-color: #201F4D;
}
.TagClassName
{
border-color: #201F4D;
}
</style>