Shades of Paua #2A2958
Tints of Paua #2A2958
RGB
CMYK
RGB Variations
Color information
#2A2958 (or 0x2A2958) is known color: Paua. HEX triplet: 2A, 29 and 58. RGB value is (42,41,88). Sum of RGB (Red+Green+Blue) = 42+41+88=171 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.56% from 171); Green value is 41 (16.41% from 255 or 23.98% from 171); Blue value is 88 (34.77% from 255 or 51.46% from 171); Max value from RGB is 88 - color contains mainly: blue. Hex color #2A2958 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2958 is #D5D6A7. Grayscale: #2E2E2E. Windows color (decimal): -14014120 or 5777706. OLE color: 5777706.
HSL color Cylindrical-coordinate representation of color #2A2958: hue angle of 241.28º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2A2958 is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 42 | 41 | 88 | - |
| CMYK | 0.52 | 0.53 | 0 | 0.65 |
| HSL | 241.28º | 0.36% | 0.25% | - |
| HSV(B) | 241.28º | 0.53% | 0.35% | - |
| XYZ | 3.51 | 2.78 | 9.58 | - |
| YUV | 46.66 | 151.33 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 41 | 88 | 0.52 | 0.53 | 0 | 0.65 | 241.28 | 0.36 | 0.25 |
| Hex | 2A | 29 | 58 | 34 | 35 | 0 | 41 | F1 | 24 | 19 |
| Octal | 52 | 51 | 130 | 64 | 65 | 0 | 101 | 361 | 44 | 31 |
| Binary | 101010 | 101001 | 1011000 | 110100 | 110101 | 0 | 1000001 | 11110001 | 100100 | 11001 |
Color Harmonies of #2A2958
Complementary color
Monochromatic Colors of #2A2958
Black with #2A2958
Text Example
Text Example
White with #2A2958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2958; }
p { color: rgb(42,41,88); }
H1.HeaderClassName
{
color: #2A2958;
}
.AnyTagClassName
{
color: #2A2958;
}
</style>
background-color css
<style>
a { background-color: #2A2958; }
a { background-color: rgb(42,41,88); }
div.DivClassName
{
background-color: #2A2958;
}
.BgClassName
{
background-color: #2A2958;
}
</style>
border-color css
<style>
span { border-color: #2A2958; }
span { border-color: rgb(42,41,88); }
td.TdClassName
{
border-color: #2A2958;
}
.TagClassName
{
border-color: #2A2958;
}
</style>