Shades of Paua #2A2055
Tints of Paua #2A2055
RGB
CMYK
RGB Variations
Color information
#2A2055 (or 0x2A2055) is known color: Paua. HEX triplet: 2A, 20 and 55. RGB value is (42,32,85). Sum of RGB (Red+Green+Blue) = 42+32+85=159 (21% of max value = 765). Red value is 42 (16.80% from 255 or 26.42% from 159); Green value is 32 (12.89% from 255 or 20.13% from 159); Blue value is 85 (33.59% from 255 or 53.46% from 159); Max value from RGB is 85 - color contains mainly: blue. Hex color #2A2055 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2055 is #D5DFAA. Grayscale: #282828. Windows color (decimal): -14016427 or 5578794. OLE color: 5578794.
HSL color Cylindrical-coordinate representation of color #2A2055: hue angle of 251.32º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2A2055 is Cyan = 0.51, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 42 | 32 | 85 | - |
| CMYK | 0.51 | 0.62 | 0 | 0.67 |
| HSL | 251.32º | 0.45% | 0.23% | - |
| HSV(B) | 251.32º | 0.62% | 0.33% | - |
| XYZ | 3.11 | 2.18 | 8.85 | - |
| YUV | 41.03 | 152.81 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 32 | 85 | 0.51 | 0.62 | 0 | 0.67 | 251.32 | 0.45 | 0.23 |
| Hex | 2A | 20 | 55 | 33 | 3E | 0 | 43 | FB | 2D | 17 |
| Octal | 52 | 40 | 125 | 63 | 76 | 0 | 103 | 373 | 55 | 27 |
| Binary | 101010 | 100000 | 1010101 | 110011 | 111110 | 0 | 1000011 | 11111011 | 101101 | 10111 |
Color Harmonies of #2A2055
Complementary color
Monochromatic Colors of #2A2055
Black with #2A2055
Text Example
Text Example
White with #2A2055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2055; }
p { color: rgb(42,32,85); }
H1.HeaderClassName
{
color: #2A2055;
}
.AnyTagClassName
{
color: #2A2055;
}
</style>
background-color css
<style>
a { background-color: #2A2055; }
a { background-color: rgb(42,32,85); }
div.DivClassName
{
background-color: #2A2055;
}
.BgClassName
{
background-color: #2A2055;
}
</style>
border-color css
<style>
span { border-color: #2A2055; }
span { border-color: rgb(42,32,85); }
td.TdClassName
{
border-color: #2A2055;
}
.TagClassName
{
border-color: #2A2055;
}
</style>