Shades of Paua #2B2157
Tints of Paua #2B2157
RGB
CMYK
RGB Variations
Color information
#2B2157 (or 0x2B2157) is known color: Paua. HEX triplet: 2B, 21 and 57. RGB value is (43,33,87). Sum of RGB (Red+Green+Blue) = 43+33+87=163 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.38% from 163); Green value is 33 (13.28% from 255 or 20.25% from 163); Blue value is 87 (34.38% from 255 or 53.37% from 163); Max value from RGB is 87 - color contains mainly: blue. Hex color #2B2157 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2157 is #D4DEA8. Grayscale: #292929. Windows color (decimal): -13950633 or 5710123. OLE color: 5710123.
HSL color Cylindrical-coordinate representation of color #2B2157: hue angle of 251.11º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2B2157 is Cyan = 0.51, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 43 | 33 | 87 | - |
| CMYK | 0.51 | 0.62 | 0 | 0.66 |
| HSL | 251.11º | 0.45% | 0.24% | - |
| HSV(B) | 251.11º | 0.62% | 0.34% | - |
| XYZ | 3.26 | 2.29 | 9.29 | - |
| YUV | 42.15 | 153.31 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 33 | 87 | 0.51 | 0.62 | 0 | 0.66 | 251.11 | 0.45 | 0.24 |
| Hex | 2B | 21 | 57 | 33 | 3E | 0 | 42 | FB | 2D | 18 |
| Octal | 53 | 41 | 127 | 63 | 76 | 0 | 102 | 373 | 55 | 30 |
| Binary | 101011 | 100001 | 1010111 | 110011 | 111110 | 0 | 1000010 | 11111011 | 101101 | 11000 |
Color Harmonies of #2B2157
Complementary color
Monochromatic Colors of #2B2157
Black with #2B2157
Text Example
Text Example
White with #2B2157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2157; }
p { color: rgb(43,33,87); }
H1.HeaderClassName
{
color: #2B2157;
}
.AnyTagClassName
{
color: #2B2157;
}
</style>
background-color css
<style>
a { background-color: #2B2157; }
a { background-color: rgb(43,33,87); }
div.DivClassName
{
background-color: #2B2157;
}
.BgClassName
{
background-color: #2B2157;
}
</style>
border-color css
<style>
span { border-color: #2B2157; }
span { border-color: rgb(43,33,87); }
td.TdClassName
{
border-color: #2B2157;
}
.TagClassName
{
border-color: #2B2157;
}
</style>