Shades of Paua #201558
Tints of Paua #201558
RGB
CMYK
RGB Variations
Color information
#201558 (or 0x201558) is known color: Paua. HEX triplet: 20, 15 and 58. RGB value is (32,21,88). Sum of RGB (Red+Green+Blue) = 32+21+88=141 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.70% from 141); Green value is 21 (8.59% from 255 or 14.89% from 141); Blue value is 88 (34.77% from 255 or 62.41% from 141); Max value from RGB is 88 - color contains mainly: blue. Hex color #201558 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201558 is #DFEAA7. Grayscale: #1F1F1F. Windows color (decimal): -14674600 or 5772576. OLE color: 5772576.
HSL color Cylindrical-coordinate representation of color #201558: hue angle of 249.85º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #201558 is Cyan = 0.64, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 32 | 21 | 88 | - |
| CMYK | 0.64 | 0.76 | 0 | 0.65 |
| HSL | 249.85º | 0.61% | 0.21% | - |
| HSV(B) | 249.85º | 0.76% | 0.35% | - |
| XYZ | 2.63 | 1.55 | 9.39 | - |
| YUV | 31.93 | 159.64 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 21 | 88 | 0.64 | 0.76 | 0 | 0.65 | 249.85 | 0.61 | 0.21 |
| Hex | 20 | 15 | 58 | 40 | 4C | 0 | 41 | FA | 3D | 15 |
| Octal | 40 | 25 | 130 | 100 | 114 | 0 | 101 | 372 | 75 | 25 |
| Binary | 100000 | 10101 | 1011000 | 1000000 | 1001100 | 0 | 1000001 | 11111010 | 111101 | 10101 |
Color Harmonies of #201558
Complementary color
Monochromatic Colors of #201558
Black with #201558
Text Example
Text Example
White with #201558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201558; }
p { color: rgb(32,21,88); }
H1.HeaderClassName
{
color: #201558;
}
.AnyTagClassName
{
color: #201558;
}
</style>
background-color css
<style>
a { background-color: #201558; }
a { background-color: rgb(32,21,88); }
div.DivClassName
{
background-color: #201558;
}
.BgClassName
{
background-color: #201558;
}
</style>
border-color css
<style>
span { border-color: #201558; }
span { border-color: rgb(32,21,88); }
td.TdClassName
{
border-color: #201558;
}
.TagClassName
{
border-color: #201558;
}
</style>