Shades of Paua #282157
Tints of Paua #282157
RGB
CMYK
RGB Variations
Color information
#282157 (or 0x282157) is known color: Paua. HEX triplet: 28, 21 and 57. RGB value is (40,33,87). Sum of RGB (Red+Green+Blue) = 40+33+87=160 (21% of max value = 765). Red value is 40 (16.02% from 255 or 25% from 160); Green value is 33 (13.28% from 255 or 20.62% from 160); Blue value is 87 (34.38% from 255 or 54.38% from 160); Max value from RGB is 87 - color contains mainly: blue. Hex color #282157 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282157 is #D7DEA8. Grayscale: #292929. Windows color (decimal): -14147241 or 5710120. OLE color: 5710120.
HSL color Cylindrical-coordinate representation of color #282157: hue angle of 247.78º 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 #282157 is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 40 | 33 | 87 | - |
| CMYK | 0.54 | 0.62 | 0 | 0.66 |
| HSL | 247.78º | 0.45% | 0.24% | - |
| HSV(B) | 247.78º | 0.62% | 0.34% | - |
| XYZ | 3.14 | 2.23 | 9.28 | - |
| YUV | 41.25 | 153.82 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 33 | 87 | 0.54 | 0.62 | 0 | 0.66 | 247.78 | 0.45 | 0.24 |
| Hex | 28 | 21 | 57 | 36 | 3E | 0 | 42 | F8 | 2D | 18 |
| Octal | 50 | 41 | 127 | 66 | 76 | 0 | 102 | 370 | 55 | 30 |
| Binary | 101000 | 100001 | 1010111 | 110110 | 111110 | 0 | 1000010 | 11111000 | 101101 | 11000 |
Color Harmonies of #282157
Complementary color
Monochromatic Colors of #282157
Black with #282157
Text Example
Text Example
White with #282157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282157; }
p { color: rgb(40,33,87); }
H1.HeaderClassName
{
color: #282157;
}
.AnyTagClassName
{
color: #282157;
}
</style>
background-color css
<style>
a { background-color: #282157; }
a { background-color: rgb(40,33,87); }
div.DivClassName
{
background-color: #282157;
}
.BgClassName
{
background-color: #282157;
}
</style>
border-color css
<style>
span { border-color: #282157; }
span { border-color: rgb(40,33,87); }
td.TdClassName
{
border-color: #282157;
}
.TagClassName
{
border-color: #282157;
}
</style>