Shades of Paua #2A1C57
Tints of Paua #2A1C57
RGB
CMYK
RGB Variations
Color information
#2A1C57 (or 0x2A1C57) is known color: Paua. HEX triplet: 2A, 1C and 57. RGB value is (42,28,87). Sum of RGB (Red+Green+Blue) = 42+28+87=157 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.75% from 157); Green value is 28 (11.33% from 255 or 17.83% from 157); Blue value is 87 (34.38% from 255 or 55.41% from 157); Max value from RGB is 87 - color contains mainly: blue. Hex color #2A1C57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A1C57 is #D5E3A8. Grayscale: #262626. Windows color (decimal): -14017449 or 5708842. OLE color: 5708842.
HSL color Cylindrical-coordinate representation of color #2A1C57: hue angle of 254.24º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2A1C57 is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 42 | 28 | 87 | - |
| CMYK | 0.52 | 0.68 | 0 | 0.66 |
| HSL | 254.24º | 0.51% | 0.23% | - |
| HSV(B) | 254.24º | 0.68% | 0.34% | - |
| XYZ | 3.09 | 2.01 | 9.24 | - |
| YUV | 38.91 | 155.14 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 28 | 87 | 0.52 | 0.68 | 0 | 0.66 | 254.24 | 0.51 | 0.23 |
| Hex | 2A | 1C | 57 | 34 | 44 | 0 | 42 | FE | 33 | 17 |
| Octal | 52 | 34 | 127 | 64 | 104 | 0 | 102 | 376 | 63 | 27 |
| Binary | 101010 | 11100 | 1010111 | 110100 | 1000100 | 0 | 1000010 | 11111110 | 110011 | 10111 |
Color Harmonies of #2A1C57
Complementary color
Monochromatic Colors of #2A1C57
Black with #2A1C57
Text Example
Text Example
White with #2A1C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1C57; }
p { color: rgb(42,28,87); }
H1.HeaderClassName
{
color: #2A1C57;
}
.AnyTagClassName
{
color: #2A1C57;
}
</style>
background-color css
<style>
a { background-color: #2A1C57; }
a { background-color: rgb(42,28,87); }
div.DivClassName
{
background-color: #2A1C57;
}
.BgClassName
{
background-color: #2A1C57;
}
</style>
border-color css
<style>
span { border-color: #2A1C57; }
span { border-color: rgb(42,28,87); }
td.TdClassName
{
border-color: #2A1C57;
}
.TagClassName
{
border-color: #2A1C57;
}
</style>