Shades of Paua #2A2858
Tints of Paua #2A2858
RGB
CMYK
RGB Variations
Color information
#2A2858 (or 0x2A2858) is known color: Paua. HEX triplet: 2A, 28 and 58. RGB value is (42,40,88). Sum of RGB (Red+Green+Blue) = 42+40+88=170 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.71% from 170); Green value is 40 (16.02% from 255 or 23.53% from 170); Blue value is 88 (34.77% from 255 or 51.76% from 170); Max value from RGB is 88 - color contains mainly: blue. Hex color #2A2858 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2858 is #D5D7A7. Grayscale: #2D2D2D. Windows color (decimal): -14014376 or 5777450. OLE color: 5777450.
HSL color Cylindrical-coordinate representation of color #2A2858: hue angle of 242.5º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2A2858 is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 42 | 40 | 88 | - |
| CMYK | 0.52 | 0.55 | 0 | 0.65 |
| HSL | 242.5º | 0.38% | 0.25% | - |
| HSV(B) | 242.5º | 0.55% | 0.35% | - |
| XYZ | 3.48 | 2.71 | 9.57 | - |
| YUV | 46.07 | 151.66 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 40 | 88 | 0.52 | 0.55 | 0 | 0.65 | 242.5 | 0.38 | 0.25 |
| Hex | 2A | 28 | 58 | 34 | 37 | 0 | 41 | F2 | 26 | 19 |
| Octal | 52 | 50 | 130 | 64 | 67 | 0 | 101 | 362 | 46 | 31 |
| Binary | 101010 | 101000 | 1011000 | 110100 | 110111 | 0 | 1000001 | 11110010 | 100110 | 11001 |
Color Harmonies of #2A2858
Complementary color
Monochromatic Colors of #2A2858
Black with #2A2858
Text Example
Text Example
White with #2A2858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2858; }
p { color: rgb(42,40,88); }
H1.HeaderClassName
{
color: #2A2858;
}
.AnyTagClassName
{
color: #2A2858;
}
</style>
background-color css
<style>
a { background-color: #2A2858; }
a { background-color: rgb(42,40,88); }
div.DivClassName
{
background-color: #2A2858;
}
.BgClassName
{
background-color: #2A2858;
}
</style>
border-color css
<style>
span { border-color: #2A2858; }
span { border-color: rgb(42,40,88); }
td.TdClassName
{
border-color: #2A2858;
}
.TagClassName
{
border-color: #2A2858;
}
</style>