Shades of Paua #201058
Tints of Paua #201058
RGB
CMYK
RGB Variations
Color information
#201058 (or 0x201058) is known color: Paua. HEX triplet: 20, 10 and 58. RGB value is (32,16,88). Sum of RGB (Red+Green+Blue) = 32+16+88=136 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.53% from 136); Green value is 16 (6.64% from 255 or 11.76% from 136); Blue value is 88 (34.77% from 255 or 64.71% from 136); Max value from RGB is 88 - color contains mainly: blue. Hex color #201058 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201058 is #DFEFA7. Grayscale: #1C1C1C. Windows color (decimal): -14675880 or 5771296. OLE color: 5771296.
HSL color Cylindrical-coordinate representation of color #201058: hue angle of 253.33º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #201058 is Cyan = 0.64, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 32 | 16 | 88 | - |
| CMYK | 0.64 | 0.82 | 0 | 0.65 |
| HSL | 253.33º | 0.69% | 0.2% | - |
| HSV(B) | 253.33º | 0.82% | 0.35% | - |
| XYZ | 2.54 | 1.38 | 9.37 | - |
| YUV | 28.99 | 161.3 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 16 | 88 | 0.64 | 0.82 | 0 | 0.65 | 253.33 | 0.69 | 0.2 |
| Hex | 20 | 10 | 58 | 40 | 52 | 0 | 41 | FD | 45 | 14 |
| Octal | 40 | 20 | 130 | 100 | 122 | 0 | 101 | 375 | 105 | 24 |
| Binary | 100000 | 10000 | 1011000 | 1000000 | 1010010 | 0 | 1000001 | 11111101 | 1000101 | 10100 |
Color Harmonies of #201058
Complementary color
Monochromatic Colors of #201058
Black with #201058
Text Example
Text Example
White with #201058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201058; }
p { color: rgb(32,16,88); }
H1.HeaderClassName
{
color: #201058;
}
.AnyTagClassName
{
color: #201058;
}
</style>
background-color css
<style>
a { background-color: #201058; }
a { background-color: rgb(32,16,88); }
div.DivClassName
{
background-color: #201058;
}
.BgClassName
{
background-color: #201058;
}
</style>
border-color css
<style>
span { border-color: #201058; }
span { border-color: rgb(32,16,88); }
td.TdClassName
{
border-color: #201058;
}
.TagClassName
{
border-color: #201058;
}
</style>