Shades of Paua #211258
Tints of Paua #211258
RGB
CMYK
RGB Variations
Color information
#211258 (or 0x211258) is known color: Paua. HEX triplet: 21, 12 and 58. RGB value is (33,18,88). Sum of RGB (Red+Green+Blue) = 33+18+88=139 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.74% from 139); Green value is 18 (7.42% from 255 or 12.95% from 139); Blue value is 88 (34.77% from 255 or 63.31% from 139); Max value from RGB is 88 - color contains mainly: blue. Hex color #211258 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211258 is #DEEDA7. Grayscale: #1E1E1E. Windows color (decimal): -14609832 or 5771809. OLE color: 5771809.
HSL color Cylindrical-coordinate representation of color #211258: hue angle of 252.86º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #211258 is Cyan = 0.62, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 33 | 18 | 88 | - |
| CMYK | 0.62 | 0.80 | 0 | 0.65 |
| HSL | 252.86º | 0.66% | 0.21% | - |
| HSV(B) | 252.86º | 0.8% | 0.35% | - |
| XYZ | 2.6 | 1.46 | 9.38 | - |
| YUV | 30.47 | 160.47 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 18 | 88 | 0.62 | 0.80 | 0 | 0.65 | 252.86 | 0.66 | 0.21 |
| Hex | 21 | 12 | 58 | 3E | 50 | 0 | 41 | FD | 42 | 15 |
| Octal | 41 | 22 | 130 | 76 | 120 | 0 | 101 | 375 | 102 | 25 |
| Binary | 100001 | 10010 | 1011000 | 111110 | 1010000 | 0 | 1000001 | 11111101 | 1000010 | 10101 |
Color Harmonies of #211258
Complementary color
Monochromatic Colors of #211258
Black with #211258
Text Example
Text Example
White with #211258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211258; }
p { color: rgb(33,18,88); }
H1.HeaderClassName
{
color: #211258;
}
.AnyTagClassName
{
color: #211258;
}
</style>
background-color css
<style>
a { background-color: #211258; }
a { background-color: rgb(33,18,88); }
div.DivClassName
{
background-color: #211258;
}
.BgClassName
{
background-color: #211258;
}
</style>
border-color css
<style>
span { border-color: #211258; }
span { border-color: rgb(33,18,88); }
td.TdClassName
{
border-color: #211258;
}
.TagClassName
{
border-color: #211258;
}
</style>