Shades of Paua #201B58
Tints of Paua #201B58
RGB
CMYK
RGB Variations
Color information
#201B58 (or 0x201B58) is known color: Paua. HEX triplet: 20, 1B and 58. RGB value is (32,27,88). Sum of RGB (Red+Green+Blue) = 32+27+88=147 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.77% from 147); Green value is 27 (10.94% from 255 or 18.37% from 147); Blue value is 88 (34.77% from 255 or 59.86% from 147); Max value from RGB is 88 - color contains mainly: blue. Hex color #201B58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201B58 is #DFE4A7. Grayscale: #232323. Windows color (decimal): -14673064 or 5774112. OLE color: 5774112.
HSL color Cylindrical-coordinate representation of color #201B58: hue angle of 244.92º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #201B58 is Cyan = 0.64, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 32 | 27 | 88 | - |
| CMYK | 0.64 | 0.69 | 0 | 0.65 |
| HSL | 244.92º | 0.53% | 0.23% | - |
| HSV(B) | 244.92º | 0.69% | 0.35% | - |
| XYZ | 2.75 | 1.8 | 9.43 | - |
| YUV | 35.45 | 157.66 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 27 | 88 | 0.64 | 0.69 | 0 | 0.65 | 244.92 | 0.53 | 0.23 |
| Hex | 20 | 1B | 58 | 40 | 45 | 0 | 41 | F5 | 35 | 17 |
| Octal | 40 | 33 | 130 | 100 | 105 | 0 | 101 | 365 | 65 | 27 |
| Binary | 100000 | 11011 | 1011000 | 1000000 | 1000101 | 0 | 1000001 | 11110101 | 110101 | 10111 |
Color Harmonies of #201B58
Complementary color
Monochromatic Colors of #201B58
Black with #201B58
Text Example
Text Example
White with #201B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201B58; }
p { color: rgb(32,27,88); }
H1.HeaderClassName
{
color: #201B58;
}
.AnyTagClassName
{
color: #201B58;
}
</style>
background-color css
<style>
a { background-color: #201B58; }
a { background-color: rgb(32,27,88); }
div.DivClassName
{
background-color: #201B58;
}
.BgClassName
{
background-color: #201B58;
}
</style>
border-color css
<style>
span { border-color: #201B58; }
span { border-color: rgb(32,27,88); }
td.TdClassName
{
border-color: #201B58;
}
.TagClassName
{
border-color: #201B58;
}
</style>