Shades of Paua #211059
Tints of Paua #211059
RGB
CMYK
RGB Variations
Color information
#211059 (or 0x211059) is known color: Paua. HEX triplet: 21, 10 and 59. RGB value is (33,16,89). Sum of RGB (Red+Green+Blue) = 33+16+89=138 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.91% from 138); Green value is 16 (6.64% from 255 or 11.59% from 138); Blue value is 89 (35.16% from 255 or 64.49% from 138); Max value from RGB is 89 - color contains mainly: blue. Hex color #211059 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211059 is #DEEFA6. Grayscale: #1D1D1D. Windows color (decimal): -14610343 or 5836833. OLE color: 5836833.
HSL color Cylindrical-coordinate representation of color #211059: hue angle of 253.97º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #211059 is Cyan = 0.63, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 33 | 16 | 89 | - |
| CMYK | 0.63 | 0.82 | 0 | 0.65 |
| HSL | 253.97º | 0.7% | 0.21% | - |
| HSV(B) | 253.97º | 0.82% | 0.35% | - |
| XYZ | 2.62 | 1.42 | 9.59 | - |
| YUV | 29.41 | 161.63 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 16 | 89 | 0.63 | 0.82 | 0 | 0.65 | 253.97 | 0.7 | 0.21 |
| Hex | 21 | 10 | 59 | 3F | 52 | 0 | 41 | FE | 46 | 15 |
| Octal | 41 | 20 | 131 | 77 | 122 | 0 | 101 | 376 | 106 | 25 |
| Binary | 100001 | 10000 | 1011001 | 111111 | 1010010 | 0 | 1000001 | 11111110 | 1000110 | 10101 |
Color Harmonies of #211059
Complementary color
Monochromatic Colors of #211059
Black with #211059
Text Example
Text Example
White with #211059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211059; }
p { color: rgb(33,16,89); }
H1.HeaderClassName
{
color: #211059;
}
.AnyTagClassName
{
color: #211059;
}
</style>
background-color css
<style>
a { background-color: #211059; }
a { background-color: rgb(33,16,89); }
div.DivClassName
{
background-color: #211059;
}
.BgClassName
{
background-color: #211059;
}
</style>
border-color css
<style>
span { border-color: #211059; }
span { border-color: rgb(33,16,89); }
td.TdClassName
{
border-color: #211059;
}
.TagClassName
{
border-color: #211059;
}
</style>