Shades of Paua #2C2749
Tints of Paua #2C2749
RGB
CMYK
RGB Variations
Color information
#2C2749 (or 0x2C2749) is known color: Paua. HEX triplet: 2C, 27 and 49. RGB value is (44,39,73). Sum of RGB (Red+Green+Blue) = 44+39+73=156 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.21% from 156); Green value is 39 (15.62% from 255 or 25% from 156); Blue value is 73 (28.91% from 255 or 46.79% from 156); Max value from RGB is 73 - color contains mainly: blue. Hex color #2C2749 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C2749 is #D3D8B6. Grayscale: #2C2C2C. Windows color (decimal): -13883575 or 4794156. OLE color: 4794156.
HSL color Cylindrical-coordinate representation of color #2C2749: hue angle of 248.82º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2C2749 is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 44 | 39 | 73 | - |
| CMYK | 0.40 | 0.47 | 0 | 0.71 |
| HSL | 248.82º | 0.3% | 0.22% | - |
| HSV(B) | 248.82º | 0.47% | 0.29% | - |
| XYZ | 2.97 | 2.47 | 6.62 | - |
| YUV | 44.37 | 144.16 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 39 | 73 | 0.40 | 0.47 | 0 | 0.71 | 248.82 | 0.3 | 0.22 |
| Hex | 2C | 27 | 49 | 28 | 2F | 0 | 47 | F9 | 1E | 16 |
| Octal | 54 | 47 | 111 | 50 | 57 | 0 | 107 | 371 | 36 | 26 |
| Binary | 101100 | 100111 | 1001001 | 101000 | 101111 | 0 | 1000111 | 11111001 | 11110 | 10110 |
Color Harmonies of #2C2749
Complementary color
Monochromatic Colors of #2C2749
Black with #2C2749
Text Example
Text Example
White with #2C2749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2749; }
p { color: rgb(44,39,73); }
H1.HeaderClassName
{
color: #2C2749;
}
.AnyTagClassName
{
color: #2C2749;
}
</style>
background-color css
<style>
a { background-color: #2C2749; }
a { background-color: rgb(44,39,73); }
div.DivClassName
{
background-color: #2C2749;
}
.BgClassName
{
background-color: #2C2749;
}
</style>
border-color css
<style>
span { border-color: #2C2749; }
span { border-color: rgb(44,39,73); }
td.TdClassName
{
border-color: #2C2749;
}
.TagClassName
{
border-color: #2C2749;
}
</style>