Shades of Paua #2A2151
Tints of Paua #2A2151
RGB
CMYK
RGB Variations
Color information
#2A2151 (or 0x2A2151) is known color: Paua. HEX triplet: 2A, 21 and 51. RGB value is (42,33,81). Sum of RGB (Red+Green+Blue) = 42+33+81=156 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.92% from 156); Green value is 33 (13.28% from 255 or 21.15% from 156); Blue value is 81 (32.03% from 255 or 51.92% from 156); Max value from RGB is 81 - color contains mainly: blue. Hex color #2A2151 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2151 is #D5DEAE. Grayscale: #282828. Windows color (decimal): -14016175 or 5316906. OLE color: 5316906.
HSL color Cylindrical-coordinate representation of color #2A2151: hue angle of 251.25º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2A2151 is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 42 | 33 | 81 | - |
| CMYK | 0.48 | 0.59 | 0 | 0.68 |
| HSL | 251.25º | 0.42% | 0.22% | - |
| HSV(B) | 251.25º | 0.59% | 0.32% | - |
| XYZ | 2.98 | 2.17 | 8.05 | - |
| YUV | 41.16 | 150.48 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 33 | 81 | 0.48 | 0.59 | 0 | 0.68 | 251.25 | 0.42 | 0.22 |
| Hex | 2A | 21 | 51 | 30 | 3B | 0 | 44 | FB | 2A | 16 |
| Octal | 52 | 41 | 121 | 60 | 73 | 0 | 104 | 373 | 52 | 26 |
| Binary | 101010 | 100001 | 1010001 | 110000 | 111011 | 0 | 1000100 | 11111011 | 101010 | 10110 |
Color Harmonies of #2A2151
Complementary color
Monochromatic Colors of #2A2151
Black with #2A2151
Text Example
Text Example
White with #2A2151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2151; }
p { color: rgb(42,33,81); }
H1.HeaderClassName
{
color: #2A2151;
}
.AnyTagClassName
{
color: #2A2151;
}
</style>
background-color css
<style>
a { background-color: #2A2151; }
a { background-color: rgb(42,33,81); }
div.DivClassName
{
background-color: #2A2151;
}
.BgClassName
{
background-color: #2A2151;
}
</style>
border-color css
<style>
span { border-color: #2A2151; }
span { border-color: rgb(42,33,81); }
td.TdClassName
{
border-color: #2A2151;
}
.TagClassName
{
border-color: #2A2151;
}
</style>