Shades of Paua #2A2747
Tints of Paua #2A2747
RGB
CMYK
RGB Variations
Color information
#2A2747 (or 0x2A2747) is known color: Paua. HEX triplet: 2A, 27 and 47. RGB value is (42,39,71). Sum of RGB (Red+Green+Blue) = 42+39+71=152 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.63% from 152); Green value is 39 (15.62% from 255 or 25.66% from 152); Blue value is 71 (28.12% from 255 or 46.71% from 152); Max value from RGB is 71 - color contains mainly: blue. Hex color #2A2747 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2747 is #D5D8B8. Grayscale: #2B2B2B. Windows color (decimal): -14014649 or 4663082. OLE color: 4663082.
HSL color Cylindrical-coordinate representation of color #2A2747: hue angle of 245.62º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2A2747 is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 42 | 39 | 71 | - |
| CMYK | 0.41 | 0.45 | 0 | 0.72 |
| HSL | 245.63º | 0.29% | 0.22% | - |
| HSV(B) | 245.63º | 0.45% | 0.28% | - |
| XYZ | 2.82 | 2.4 | 6.28 | - |
| YUV | 43.55 | 143.49 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 39 | 71 | 0.41 | 0.45 | 0 | 0.72 | 245.63 | 0.29 | 0.22 |
| Hex | 2A | 27 | 47 | 29 | 2D | 0 | 48 | F6 | 1D | 16 |
| Octal | 52 | 47 | 107 | 51 | 55 | 0 | 110 | 366 | 35 | 26 |
| Binary | 101010 | 100111 | 1000111 | 101001 | 101101 | 0 | 1001000 | 11110110 | 11101 | 10110 |
Color Harmonies of #2A2747
Complementary color
Monochromatic Colors of #2A2747
Black with #2A2747
Text Example
Text Example
White with #2A2747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2747; }
p { color: rgb(42,39,71); }
H1.HeaderClassName
{
color: #2A2747;
}
.AnyTagClassName
{
color: #2A2747;
}
</style>
background-color css
<style>
a { background-color: #2A2747; }
a { background-color: rgb(42,39,71); }
div.DivClassName
{
background-color: #2A2747;
}
.BgClassName
{
background-color: #2A2747;
}
</style>
border-color css
<style>
span { border-color: #2A2747; }
span { border-color: rgb(42,39,71); }
td.TdClassName
{
border-color: #2A2747;
}
.TagClassName
{
border-color: #2A2747;
}
</style>