Shades of Paua #2A2459
Tints of Paua #2A2459
RGB
CMYK
RGB Variations
Color information
#2A2459 (or 0x2A2459) is known color: Paua. HEX triplet: 2A, 24 and 59. RGB value is (42,36,89). Sum of RGB (Red+Green+Blue) = 42+36+89=167 (22% of max value = 765). Red value is 42 (16.80% from 255 or 25.15% from 167); Green value is 36 (14.45% from 255 or 21.56% from 167); Blue value is 89 (35.16% from 255 or 53.29% from 167); Max value from RGB is 89 - color contains mainly: blue. Hex color #2A2459 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2459 is #D5DBA6. Grayscale: #2B2B2B. Windows color (decimal): -14015399 or 5841962. OLE color: 5841962.
HSL color Cylindrical-coordinate representation of color #2A2459: hue angle of 246.79º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2A2459 is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 42 | 36 | 89 | - |
| CMYK | 0.53 | 0.60 | 0 | 0.65 |
| HSL | 246.79º | 0.42% | 0.25% | - |
| HSV(B) | 246.79º | 0.6% | 0.35% | - |
| XYZ | 3.39 | 2.48 | 9.75 | - |
| YUV | 43.84 | 153.49 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 36 | 89 | 0.53 | 0.60 | 0 | 0.65 | 246.79 | 0.42 | 0.25 |
| Hex | 2A | 24 | 59 | 35 | 3C | 0 | 41 | F7 | 2A | 19 |
| Octal | 52 | 44 | 131 | 65 | 74 | 0 | 101 | 367 | 52 | 31 |
| Binary | 101010 | 100100 | 1011001 | 110101 | 111100 | 0 | 1000001 | 11110111 | 101010 | 11001 |
Color Harmonies of #2A2459
Complementary color
Monochromatic Colors of #2A2459
Black with #2A2459
Text Example
Text Example
White with #2A2459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2459; }
p { color: rgb(42,36,89); }
H1.HeaderClassName
{
color: #2A2459;
}
.AnyTagClassName
{
color: #2A2459;
}
</style>
background-color css
<style>
a { background-color: #2A2459; }
a { background-color: rgb(42,36,89); }
div.DivClassName
{
background-color: #2A2459;
}
.BgClassName
{
background-color: #2A2459;
}
</style>
border-color css
<style>
span { border-color: #2A2459; }
span { border-color: rgb(42,36,89); }
td.TdClassName
{
border-color: #2A2459;
}
.TagClassName
{
border-color: #2A2459;
}
</style>