Shades of Paua #201158
Tints of Paua #201158
RGB
CMYK
RGB Variations
Color information
#201158 (or 0x201158) is known color: Paua. HEX triplet: 20, 11 and 58. RGB value is (32,17,88). Sum of RGB (Red+Green+Blue) = 32+17+88=137 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.36% from 137); Green value is 17 (7.03% from 255 or 12.41% from 137); Blue value is 88 (34.77% from 255 or 64.23% from 137); Max value from RGB is 88 - color contains mainly: blue. Hex color #201158 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201158 is #DFEEA7. Grayscale: #1D1D1D. Windows color (decimal): -14675624 or 5771552. OLE color: 5771552.
HSL color Cylindrical-coordinate representation of color #201158: hue angle of 252.68º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #201158 is Cyan = 0.64, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 32 | 17 | 88 | - |
| CMYK | 0.64 | 0.81 | 0 | 0.65 |
| HSL | 252.68º | 0.68% | 0.21% | - |
| HSV(B) | 252.68º | 0.81% | 0.35% | - |
| XYZ | 2.56 | 1.41 | 9.37 | - |
| YUV | 29.58 | 160.97 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 17 | 88 | 0.64 | 0.81 | 0 | 0.65 | 252.68 | 0.68 | 0.21 |
| Hex | 20 | 11 | 58 | 40 | 51 | 0 | 41 | FD | 44 | 15 |
| Octal | 40 | 21 | 130 | 100 | 121 | 0 | 101 | 375 | 104 | 25 |
| Binary | 100000 | 10001 | 1011000 | 1000000 | 1010001 | 0 | 1000001 | 11111101 | 1000100 | 10101 |
Color Harmonies of #201158
Complementary color
Monochromatic Colors of #201158
Black with #201158
Text Example
Text Example
White with #201158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201158; }
p { color: rgb(32,17,88); }
H1.HeaderClassName
{
color: #201158;
}
.AnyTagClassName
{
color: #201158;
}
</style>
background-color css
<style>
a { background-color: #201158; }
a { background-color: rgb(32,17,88); }
div.DivClassName
{
background-color: #201158;
}
.BgClassName
{
background-color: #201158;
}
</style>
border-color css
<style>
span { border-color: #201158; }
span { border-color: rgb(32,17,88); }
td.TdClassName
{
border-color: #201158;
}
.TagClassName
{
border-color: #201158;
}
</style>