Shades of Paua #2A2549
Tints of Paua #2A2549
RGB
CMYK
RGB Variations
Color information
#2A2549 (or 0x2A2549) is known color: Paua. HEX triplet: 2A, 25 and 49. RGB value is (42,37,73). Sum of RGB (Red+Green+Blue) = 42+37+73=152 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.63% from 152); Green value is 37 (14.84% from 255 or 24.34% from 152); Blue value is 73 (28.91% from 255 or 48.03% from 152); Max value from RGB is 73 - color contains mainly: blue. Hex color #2A2549 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2549 is #D5DAB6. Grayscale: #2A2A2A. Windows color (decimal): -14015159 or 4793642. OLE color: 4793642.
HSL color Cylindrical-coordinate representation of color #2A2549: hue angle of 248.33º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2A2549 is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 42 | 37 | 73 | - |
| CMYK | 0.42 | 0.49 | 0 | 0.71 |
| HSL | 248.33º | 0.33% | 0.22% | - |
| HSV(B) | 248.33º | 0.49% | 0.29% | - |
| XYZ | 2.82 | 2.3 | 6.6 | - |
| YUV | 42.6 | 145.16 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 37 | 73 | 0.42 | 0.49 | 0 | 0.71 | 248.33 | 0.33 | 0.22 |
| Hex | 2A | 25 | 49 | 2A | 31 | 0 | 47 | F8 | 21 | 16 |
| Octal | 52 | 45 | 111 | 52 | 61 | 0 | 107 | 370 | 41 | 26 |
| Binary | 101010 | 100101 | 1001001 | 101010 | 110001 | 0 | 1000111 | 11111000 | 100001 | 10110 |
Color Harmonies of #2A2549
Complementary color
Monochromatic Colors of #2A2549
Black with #2A2549
Text Example
Text Example
White with #2A2549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2549; }
p { color: rgb(42,37,73); }
H1.HeaderClassName
{
color: #2A2549;
}
.AnyTagClassName
{
color: #2A2549;
}
</style>
background-color css
<style>
a { background-color: #2A2549; }
a { background-color: rgb(42,37,73); }
div.DivClassName
{
background-color: #2A2549;
}
.BgClassName
{
background-color: #2A2549;
}
</style>
border-color css
<style>
span { border-color: #2A2549; }
span { border-color: rgb(42,37,73); }
td.TdClassName
{
border-color: #2A2549;
}
.TagClassName
{
border-color: #2A2549;
}
</style>