Shades of Paua #2A2050
Tints of Paua #2A2050
RGB
CMYK
RGB Variations
Color information
#2A2050 (or 0x2A2050) is known color: Paua. HEX triplet: 2A, 20 and 50. RGB value is (42,32,80). Sum of RGB (Red+Green+Blue) = 42+32+80=154 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.27% from 154); Green value is 32 (12.89% from 255 or 20.78% from 154); Blue value is 80 (31.64% from 255 or 51.95% from 154); Max value from RGB is 80 - color contains mainly: blue. Hex color #2A2050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2050 is #D5DFAF. Grayscale: #282828. Windows color (decimal): -14016432 or 5251114. OLE color: 5251114.
HSL color Cylindrical-coordinate representation of color #2A2050: hue angle of 252.5º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2A2050 is Cyan = 0.48, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 42 | 32 | 80 | - |
| CMYK | 0.48 | 0.60 | 0 | 0.69 |
| HSL | 252.5º | 0.43% | 0.22% | - |
| HSV(B) | 252.5º | 0.6% | 0.31% | - |
| XYZ | 2.92 | 2.1 | 7.84 | - |
| YUV | 40.46 | 150.31 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 32 | 80 | 0.48 | 0.60 | 0 | 0.69 | 252.5 | 0.43 | 0.22 |
| Hex | 2A | 20 | 50 | 30 | 3C | 0 | 45 | FD | 2B | 16 |
| Octal | 52 | 40 | 120 | 60 | 74 | 0 | 105 | 375 | 53 | 26 |
| Binary | 101010 | 100000 | 1010000 | 110000 | 111100 | 0 | 1000101 | 11111101 | 101011 | 10110 |
Color Harmonies of #2A2050
Complementary color
Monochromatic Colors of #2A2050
Black with #2A2050
Text Example
Text Example
White with #2A2050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2050; }
p { color: rgb(42,32,80); }
H1.HeaderClassName
{
color: #2A2050;
}
.AnyTagClassName
{
color: #2A2050;
}
</style>
background-color css
<style>
a { background-color: #2A2050; }
a { background-color: rgb(42,32,80); }
div.DivClassName
{
background-color: #2A2050;
}
.BgClassName
{
background-color: #2A2050;
}
</style>
border-color css
<style>
span { border-color: #2A2050; }
span { border-color: rgb(42,32,80); }
td.TdClassName
{
border-color: #2A2050;
}
.TagClassName
{
border-color: #2A2050;
}
</style>