Shades of Paua #2A274D
Tints of Paua #2A274D
RGB
CMYK
RGB Variations
Color information
#2A274D (or 0x2A274D) is known color: Paua. HEX triplet: 2A, 27 and 4D. RGB value is (42,39,77). Sum of RGB (Red+Green+Blue) = 42+39+77=158 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.58% from 158); Green value is 39 (15.62% from 255 or 24.68% from 158); Blue value is 77 (30.47% from 255 or 48.73% from 158); Max value from RGB is 77 - color contains mainly: blue. Hex color #2A274D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A274D is #D5D8B2. Grayscale: #2C2C2C. Windows color (decimal): -14014643 or 5056298. OLE color: 5056298.
HSL color Cylindrical-coordinate representation of color #2A274D: hue angle of 244.74º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2A274D is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 42 | 39 | 77 | - |
| CMYK | 0.45 | 0.49 | 0 | 0.70 |
| HSL | 244.74º | 0.33% | 0.23% | - |
| HSV(B) | 244.74º | 0.49% | 0.3% | - |
| XYZ | 3.02 | 2.48 | 7.34 | - |
| YUV | 44.23 | 146.49 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 39 | 77 | 0.45 | 0.49 | 0 | 0.70 | 244.74 | 0.33 | 0.23 |
| Hex | 2A | 27 | 4D | 2D | 31 | 0 | 46 | F5 | 21 | 17 |
| Octal | 52 | 47 | 115 | 55 | 61 | 0 | 106 | 365 | 41 | 27 |
| Binary | 101010 | 100111 | 1001101 | 101101 | 110001 | 0 | 1000110 | 11110101 | 100001 | 10111 |
Color Harmonies of #2A274D
Complementary color
Monochromatic Colors of #2A274D
Black with #2A274D
Text Example
Text Example
White with #2A274D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A274D; }
p { color: rgb(42,39,77); }
H1.HeaderClassName
{
color: #2A274D;
}
.AnyTagClassName
{
color: #2A274D;
}
</style>
background-color css
<style>
a { background-color: #2A274D; }
a { background-color: rgb(42,39,77); }
div.DivClassName
{
background-color: #2A274D;
}
.BgClassName
{
background-color: #2A274D;
}
</style>
border-color css
<style>
span { border-color: #2A274D; }
span { border-color: rgb(42,39,77); }
td.TdClassName
{
border-color: #2A274D;
}
.TagClassName
{
border-color: #2A274D;
}
</style>