Shades of Paua #201254
Tints of Paua #201254
RGB
CMYK
RGB Variations
Color information
#201254 (or 0x201254) is known color: Paua. HEX triplet: 20, 12 and 54. RGB value is (32,18,84). Sum of RGB (Red+Green+Blue) = 32+18+84=134 (17% of max value = 765). Red value is 32 (12.89% from 255 or 23.88% from 134); Green value is 18 (7.42% from 255 or 13.43% from 134); Blue value is 84 (33.20% from 255 or 62.69% from 134); Max value from RGB is 84 - color contains mainly: blue. Hex color #201254 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201254 is #DFEDAB. Grayscale: #1D1D1D. Windows color (decimal): -14675372 or 5509664. OLE color: 5509664.
HSL color Cylindrical-coordinate representation of color #201254: hue angle of 252.73º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #201254 is Cyan = 0.62, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 18 | 84 | - |
| CMYK | 0.62 | 0.79 | 0 | 0.67 |
| HSL | 252.73º | 0.65% | 0.2% | - |
| HSV(B) | 252.73º | 0.79% | 0.33% | - |
| XYZ | 2.41 | 1.38 | 8.53 | - |
| YUV | 29.71 | 158.64 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 18 | 84 | 0.62 | 0.79 | 0 | 0.67 | 252.73 | 0.65 | 0.2 |
| Hex | 20 | 12 | 54 | 3E | 4F | 0 | 43 | FD | 41 | 14 |
| Octal | 40 | 22 | 124 | 76 | 117 | 0 | 103 | 375 | 101 | 24 |
| Binary | 100000 | 10010 | 1010100 | 111110 | 1001111 | 0 | 1000011 | 11111101 | 1000001 | 10100 |
Color Harmonies of #201254
Complementary color
Monochromatic Colors of #201254
Black with #201254
Text Example
Text Example
White with #201254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201254; }
p { color: rgb(32,18,84); }
H1.HeaderClassName
{
color: #201254;
}
.AnyTagClassName
{
color: #201254;
}
</style>
background-color css
<style>
a { background-color: #201254; }
a { background-color: rgb(32,18,84); }
div.DivClassName
{
background-color: #201254;
}
.BgClassName
{
background-color: #201254;
}
</style>
border-color css
<style>
span { border-color: #201254; }
span { border-color: rgb(32,18,84); }
td.TdClassName
{
border-color: #201254;
}
.TagClassName
{
border-color: #201254;
}
</style>