Shades of Paua #2A214D
Tints of Paua #2A214D
RGB
CMYK
RGB Variations
Color information
#2A214D (or 0x2A214D) is known color: Paua. HEX triplet: 2A, 21 and 4D. RGB value is (42,33,77). Sum of RGB (Red+Green+Blue) = 42+33+77=152 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.63% from 152); Green value is 33 (13.28% from 255 or 21.71% from 152); Blue value is 77 (30.47% from 255 or 50.66% from 152); Max value from RGB is 77 - color contains mainly: blue. Hex color #2A214D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A214D is #D5DEB2. Grayscale: #282828. Windows color (decimal): -14016179 or 5054762. OLE color: 5054762.
HSL color Cylindrical-coordinate representation of color #2A214D: hue angle of 252.27º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2A214D is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 42 | 33 | 77 | - |
| CMYK | 0.45 | 0.57 | 0 | 0.70 |
| HSL | 252.27º | 0.4% | 0.22% | - |
| HSV(B) | 252.27º | 0.57% | 0.3% | - |
| XYZ | 2.84 | 2.12 | 7.28 | - |
| YUV | 40.71 | 148.48 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 33 | 77 | 0.45 | 0.57 | 0 | 0.70 | 252.27 | 0.4 | 0.22 |
| Hex | 2A | 21 | 4D | 2D | 39 | 0 | 46 | FC | 28 | 16 |
| Octal | 52 | 41 | 115 | 55 | 71 | 0 | 106 | 374 | 50 | 26 |
| Binary | 101010 | 100001 | 1001101 | 101101 | 111001 | 0 | 1000110 | 11111100 | 101000 | 10110 |
Color Harmonies of #2A214D
Complementary color
Monochromatic Colors of #2A214D
Black with #2A214D
Text Example
Text Example
White with #2A214D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A214D; }
p { color: rgb(42,33,77); }
H1.HeaderClassName
{
color: #2A214D;
}
.AnyTagClassName
{
color: #2A214D;
}
</style>
background-color css
<style>
a { background-color: #2A214D; }
a { background-color: rgb(42,33,77); }
div.DivClassName
{
background-color: #2A214D;
}
.BgClassName
{
background-color: #2A214D;
}
</style>
border-color css
<style>
span { border-color: #2A214D; }
span { border-color: rgb(42,33,77); }
td.TdClassName
{
border-color: #2A214D;
}
.TagClassName
{
border-color: #2A214D;
}
</style>