Shades of Paua #2A205A
Tints of Paua #2A205A
RGB
CMYK
RGB Variations
Color information
#2A205A (or 0x2A205A) is known color: Paua. HEX triplet: 2A, 20 and 5A. RGB value is (42,32,90). Sum of RGB (Red+Green+Blue) = 42+32+90=164 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.61% from 164); Green value is 32 (12.89% from 255 or 19.51% from 164); Blue value is 90 (35.55% from 255 or 54.88% from 164); Max value from RGB is 90 - color contains mainly: blue. Hex color #2A205A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A205A is #D5DFA5. Grayscale: #292929. Windows color (decimal): -14016422 or 5906474. OLE color: 5906474.
HSL color Cylindrical-coordinate representation of color #2A205A: hue angle of 250.34º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2A205A is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 42 | 32 | 90 | - |
| CMYK | 0.53 | 0.64 | 0 | 0.65 |
| HSL | 250.34º | 0.48% | 0.24% | - |
| HSV(B) | 250.34º | 0.64% | 0.35% | - |
| XYZ | 3.32 | 2.26 | 9.93 | - |
| YUV | 41.6 | 155.31 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 32 | 90 | 0.53 | 0.64 | 0 | 0.65 | 250.34 | 0.48 | 0.24 |
| Hex | 2A | 20 | 5A | 35 | 40 | 0 | 41 | FA | 30 | 18 |
| Octal | 52 | 40 | 132 | 65 | 100 | 0 | 101 | 372 | 60 | 30 |
| Binary | 101010 | 100000 | 1011010 | 110101 | 1000000 | 0 | 1000001 | 11111010 | 110000 | 11000 |
Color Harmonies of #2A205A
Complementary color
Monochromatic Colors of #2A205A
Black with #2A205A
Text Example
Text Example
White with #2A205A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A205A; }
p { color: rgb(42,32,90); }
H1.HeaderClassName
{
color: #2A205A;
}
.AnyTagClassName
{
color: #2A205A;
}
</style>
background-color css
<style>
a { background-color: #2A205A; }
a { background-color: rgb(42,32,90); }
div.DivClassName
{
background-color: #2A205A;
}
.BgClassName
{
background-color: #2A205A;
}
</style>
border-color css
<style>
span { border-color: #2A205A; }
span { border-color: rgb(42,32,90); }
td.TdClassName
{
border-color: #2A205A;
}
.TagClassName
{
border-color: #2A205A;
}
</style>