Shades of Paua #2A1D56
Tints of Paua #2A1D56
RGB
CMYK
RGB Variations
Color information
#2A1D56 (or 0x2A1D56) is known color: Paua. HEX triplet: 2A, 1D and 56. RGB value is (42,29,86). Sum of RGB (Red+Green+Blue) = 42+29+86=157 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.75% from 157); Green value is 29 (11.72% from 255 or 18.47% from 157); Blue value is 86 (33.98% from 255 or 54.78% from 157); Max value from RGB is 86 - color contains mainly: blue. Hex color #2A1D56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A1D56 is #D5E2A9. Grayscale: #272727. Windows color (decimal): -14017194 or 5643562. OLE color: 5643562.
HSL color Cylindrical-coordinate representation of color #2A1D56: hue angle of 253.68º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2A1D56 is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 42 | 29 | 86 | - |
| CMYK | 0.51 | 0.66 | 0 | 0.66 |
| HSL | 253.68º | 0.5% | 0.23% | - |
| HSV(B) | 253.68º | 0.66% | 0.34% | - |
| XYZ | 3.07 | 2.04 | 9.04 | - |
| YUV | 39.39 | 154.31 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 29 | 86 | 0.51 | 0.66 | 0 | 0.66 | 253.68 | 0.5 | 0.23 |
| Hex | 2A | 1D | 56 | 33 | 42 | 0 | 42 | FE | 32 | 17 |
| Octal | 52 | 35 | 126 | 63 | 102 | 0 | 102 | 376 | 62 | 27 |
| Binary | 101010 | 11101 | 1010110 | 110011 | 1000010 | 0 | 1000010 | 11111110 | 110010 | 10111 |
Color Harmonies of #2A1D56
Complementary color
Monochromatic Colors of #2A1D56
Black with #2A1D56
Text Example
Text Example
White with #2A1D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1D56; }
p { color: rgb(42,29,86); }
H1.HeaderClassName
{
color: #2A1D56;
}
.AnyTagClassName
{
color: #2A1D56;
}
</style>
background-color css
<style>
a { background-color: #2A1D56; }
a { background-color: rgb(42,29,86); }
div.DivClassName
{
background-color: #2A1D56;
}
.BgClassName
{
background-color: #2A1D56;
}
</style>
border-color css
<style>
span { border-color: #2A1D56; }
span { border-color: rgb(42,29,86); }
td.TdClassName
{
border-color: #2A1D56;
}
.TagClassName
{
border-color: #2A1D56;
}
</style>