Shades of Paua #2A2559
Tints of Paua #2A2559
RGB
CMYK
RGB Variations
Color information
#2A2559 (or 0x2A2559) is known color: Paua. HEX triplet: 2A, 25 and 59. RGB value is (42,37,89). Sum of RGB (Red+Green+Blue) = 42+37+89=168 (22% of max value = 765). Red value is 42 (16.80% from 255 or 25% from 168); Green value is 37 (14.84% from 255 or 22.02% from 168); Blue value is 89 (35.16% from 255 or 52.98% from 168); Max value from RGB is 89 - color contains mainly: blue. Hex color #2A2559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2559 is #D5DAA6. Grayscale: #2C2C2C. Windows color (decimal): -14015143 or 5842218. OLE color: 5842218.
HSL color Cylindrical-coordinate representation of color #2A2559: hue angle of 245.77º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2A2559 is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 42 | 37 | 89 | - |
| CMYK | 0.53 | 0.58 | 0 | 0.65 |
| HSL | 245.77º | 0.41% | 0.25% | - |
| HSV(B) | 245.77º | 0.58% | 0.35% | - |
| XYZ | 3.42 | 2.54 | 9.76 | - |
| YUV | 44.42 | 153.16 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 37 | 89 | 0.53 | 0.58 | 0 | 0.65 | 245.77 | 0.41 | 0.25 |
| Hex | 2A | 25 | 59 | 35 | 3A | 0 | 41 | F6 | 29 | 19 |
| Octal | 52 | 45 | 131 | 65 | 72 | 0 | 101 | 366 | 51 | 31 |
| Binary | 101010 | 100101 | 1011001 | 110101 | 111010 | 0 | 1000001 | 11110110 | 101001 | 11001 |
Color Harmonies of #2A2559
Complementary color
Monochromatic Colors of #2A2559
Black with #2A2559
Text Example
Text Example
White with #2A2559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2559; }
p { color: rgb(42,37,89); }
H1.HeaderClassName
{
color: #2A2559;
}
.AnyTagClassName
{
color: #2A2559;
}
</style>
background-color css
<style>
a { background-color: #2A2559; }
a { background-color: rgb(42,37,89); }
div.DivClassName
{
background-color: #2A2559;
}
.BgClassName
{
background-color: #2A2559;
}
</style>
border-color css
<style>
span { border-color: #2A2559; }
span { border-color: rgb(42,37,89); }
td.TdClassName
{
border-color: #2A2559;
}
.TagClassName
{
border-color: #2A2559;
}
</style>