Shades of Paua #2A2659
Tints of Paua #2A2659
RGB
CMYK
RGB Variations
Color information
#2A2659 (or 0x2A2659) is known color: Paua. HEX triplet: 2A, 26 and 59. RGB value is (42,38,89). Sum of RGB (Red+Green+Blue) = 42+38+89=169 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.85% from 169); Green value is 38 (15.23% from 255 or 22.49% from 169); Blue value is 89 (35.16% from 255 or 52.66% from 169); Max value from RGB is 89 - color contains mainly: blue. Hex color #2A2659 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2659 is #D5D9A6. Grayscale: #2C2C2C. Windows color (decimal): -14014887 or 5842474. OLE color: 5842474.
HSL color Cylindrical-coordinate representation of color #2A2659: hue angle of 244.71º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2A2659 is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 42 | 38 | 89 | - |
| CMYK | 0.53 | 0.57 | 0 | 0.65 |
| HSL | 244.71º | 0.4% | 0.25% | - |
| HSV(B) | 244.71º | 0.57% | 0.35% | - |
| XYZ | 3.45 | 2.6 | 9.77 | - |
| YUV | 45.01 | 152.83 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 38 | 89 | 0.53 | 0.57 | 0 | 0.65 | 244.71 | 0.4 | 0.25 |
| Hex | 2A | 26 | 59 | 35 | 39 | 0 | 41 | F5 | 28 | 19 |
| Octal | 52 | 46 | 131 | 65 | 71 | 0 | 101 | 365 | 50 | 31 |
| Binary | 101010 | 100110 | 1011001 | 110101 | 111001 | 0 | 1000001 | 11110101 | 101000 | 11001 |
Color Harmonies of #2A2659
Complementary color
Monochromatic Colors of #2A2659
Black with #2A2659
Text Example
Text Example
White with #2A2659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2659; }
p { color: rgb(42,38,89); }
H1.HeaderClassName
{
color: #2A2659;
}
.AnyTagClassName
{
color: #2A2659;
}
</style>
background-color css
<style>
a { background-color: #2A2659; }
a { background-color: rgb(42,38,89); }
div.DivClassName
{
background-color: #2A2659;
}
.BgClassName
{
background-color: #2A2659;
}
</style>
border-color css
<style>
span { border-color: #2A2659; }
span { border-color: rgb(42,38,89); }
td.TdClassName
{
border-color: #2A2659;
}
.TagClassName
{
border-color: #2A2659;
}
</style>