Shades of Paua #2A274A
Tints of Paua #2A274A
RGB
CMYK
RGB Variations
Color information
#2A274A (or 0x2A274A) is known color: Paua. HEX triplet: 2A, 27 and 4A. RGB value is (42,39,74). Sum of RGB (Red+Green+Blue) = 42+39+74=155 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.10% from 155); Green value is 39 (15.62% from 255 or 25.16% from 155); Blue value is 74 (29.30% from 255 or 47.74% from 155); Max value from RGB is 74 - color contains mainly: blue. Hex color #2A274A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A274A is #D5D8B5. Grayscale: #2B2B2B. Windows color (decimal): -14014646 or 4859690. OLE color: 4859690.
HSL color Cylindrical-coordinate representation of color #2A274A: hue angle of 245.14º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2A274A is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 42 | 39 | 74 | - |
| CMYK | 0.43 | 0.47 | 0 | 0.71 |
| HSL | 245.14º | 0.31% | 0.22% | - |
| HSV(B) | 245.14º | 0.47% | 0.29% | - |
| XYZ | 2.92 | 2.44 | 6.8 | - |
| YUV | 43.89 | 144.99 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 39 | 74 | 0.43 | 0.47 | 0 | 0.71 | 245.14 | 0.31 | 0.22 |
| Hex | 2A | 27 | 4A | 2B | 2F | 0 | 47 | F5 | 1F | 16 |
| Octal | 52 | 47 | 112 | 53 | 57 | 0 | 107 | 365 | 37 | 26 |
| Binary | 101010 | 100111 | 1001010 | 101011 | 101111 | 0 | 1000111 | 11110101 | 11111 | 10110 |
Color Harmonies of #2A274A
Complementary color
Monochromatic Colors of #2A274A
Black with #2A274A
Text Example
Text Example
White with #2A274A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A274A; }
p { color: rgb(42,39,74); }
H1.HeaderClassName
{
color: #2A274A;
}
.AnyTagClassName
{
color: #2A274A;
}
</style>
background-color css
<style>
a { background-color: #2A274A; }
a { background-color: rgb(42,39,74); }
div.DivClassName
{
background-color: #2A274A;
}
.BgClassName
{
background-color: #2A274A;
}
</style>
border-color css
<style>
span { border-color: #2A274A; }
span { border-color: rgb(42,39,74); }
td.TdClassName
{
border-color: #2A274A;
}
.TagClassName
{
border-color: #2A274A;
}
</style>