Shades of Paua #282159
Tints of Paua #282159
RGB
CMYK
RGB Variations
Color information
#282159 (or 0x282159) is known color: Paua. HEX triplet: 28, 21 and 59. RGB value is (40,33,89). Sum of RGB (Red+Green+Blue) = 40+33+89=162 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.69% from 162); Green value is 33 (13.28% from 255 or 20.37% from 162); Blue value is 89 (35.16% from 255 or 54.94% from 162); Max value from RGB is 89 - color contains mainly: blue. Hex color #282159 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282159 is #D7DEA6. Grayscale: #292929. Windows color (decimal): -14147239 or 5841192. OLE color: 5841192.
HSL color Cylindrical-coordinate representation of color #282159: hue angle of 247.5º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #282159 is Cyan = 0.55, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 40 | 33 | 89 | - |
| CMYK | 0.55 | 0.63 | 0 | 0.65 |
| HSL | 247.5º | 0.46% | 0.24% | - |
| HSV(B) | 247.5º | 0.63% | 0.35% | - |
| XYZ | 3.22 | 2.26 | 9.72 | - |
| YUV | 41.48 | 154.82 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 33 | 89 | 0.55 | 0.63 | 0 | 0.65 | 247.5 | 0.46 | 0.24 |
| Hex | 28 | 21 | 59 | 37 | 3F | 0 | 41 | F8 | 2E | 18 |
| Octal | 50 | 41 | 131 | 67 | 77 | 0 | 101 | 370 | 56 | 30 |
| Binary | 101000 | 100001 | 1011001 | 110111 | 111111 | 0 | 1000001 | 11111000 | 101110 | 11000 |
Color Harmonies of #282159
Complementary color
Monochromatic Colors of #282159
Black with #282159
Text Example
Text Example
White with #282159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282159; }
p { color: rgb(40,33,89); }
H1.HeaderClassName
{
color: #282159;
}
.AnyTagClassName
{
color: #282159;
}
</style>
background-color css
<style>
a { background-color: #282159; }
a { background-color: rgb(40,33,89); }
div.DivClassName
{
background-color: #282159;
}
.BgClassName
{
background-color: #282159;
}
</style>
border-color css
<style>
span { border-color: #282159; }
span { border-color: rgb(40,33,89); }
td.TdClassName
{
border-color: #282159;
}
.TagClassName
{
border-color: #282159;
}
</style>