Shades of Paua #2A274E
Tints of Paua #2A274E
RGB
CMYK
RGB Variations
Color information
#2A274E (or 0x2A274E) is known color: Paua. HEX triplet: 2A, 27 and 4E. RGB value is (42,39,78). Sum of RGB (Red+Green+Blue) = 42+39+78=159 (21% of max value = 765). Red value is 42 (16.80% from 255 or 26.42% from 159); Green value is 39 (15.62% from 255 or 24.53% from 159); Blue value is 78 (30.86% from 255 or 49.06% from 159); Max value from RGB is 78 - color contains mainly: blue. Hex color #2A274E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A274E is #D5D8B1. Grayscale: #2C2C2C. Windows color (decimal): -14014642 or 5121834. OLE color: 5121834.
HSL color Cylindrical-coordinate representation of color #2A274E: hue angle of 244.62º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2A274E is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 42 | 39 | 78 | - |
| CMYK | 0.46 | 0.50 | 0 | 0.69 |
| HSL | 244.62º | 0.33% | 0.23% | - |
| HSV(B) | 244.62º | 0.5% | 0.31% | - |
| XYZ | 3.06 | 2.49 | 7.53 | - |
| YUV | 44.34 | 146.99 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 39 | 78 | 0.46 | 0.50 | 0 | 0.69 | 244.62 | 0.33 | 0.23 |
| Hex | 2A | 27 | 4E | 2E | 32 | 0 | 45 | F5 | 21 | 17 |
| Octal | 52 | 47 | 116 | 56 | 62 | 0 | 105 | 365 | 41 | 27 |
| Binary | 101010 | 100111 | 1001110 | 101110 | 110010 | 0 | 1000101 | 11110101 | 100001 | 10111 |
Color Harmonies of #2A274E
Complementary color
Monochromatic Colors of #2A274E
Black with #2A274E
Text Example
Text Example
White with #2A274E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A274E; }
p { color: rgb(42,39,78); }
H1.HeaderClassName
{
color: #2A274E;
}
.AnyTagClassName
{
color: #2A274E;
}
</style>
background-color css
<style>
a { background-color: #2A274E; }
a { background-color: rgb(42,39,78); }
div.DivClassName
{
background-color: #2A274E;
}
.BgClassName
{
background-color: #2A274E;
}
</style>
border-color css
<style>
span { border-color: #2A274E; }
span { border-color: rgb(42,39,78); }
td.TdClassName
{
border-color: #2A274E;
}
.TagClassName
{
border-color: #2A274E;
}
</style>