Shades of Paua #281A57
Tints of Paua #281A57
RGB
CMYK
RGB Variations
Color information
#281A57 (or 0x281A57) is known color: Paua. HEX triplet: 28, 1A and 57. RGB value is (40,26,87). Sum of RGB (Red+Green+Blue) = 40+26+87=153 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.14% from 153); Green value is 26 (10.55% from 255 or 16.99% from 153); Blue value is 87 (34.38% from 255 or 56.86% from 153); Max value from RGB is 87 - color contains mainly: blue. Hex color #281A57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #281A57 is #D7E5A8. Grayscale: #242424. Windows color (decimal): -14149033 or 5708328. OLE color: 5708328.
HSL color Cylindrical-coordinate representation of color #281A57: hue angle of 253.77º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #281A57 is Cyan = 0.54, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 40 | 26 | 87 | - |
| CMYK | 0.54 | 0.70 | 0 | 0.66 |
| HSL | 253.77º | 0.54% | 0.22% | - |
| HSV(B) | 253.77º | 0.7% | 0.34% | - |
| XYZ | 2.96 | 1.88 | 9.22 | - |
| YUV | 37.14 | 156.14 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 26 | 87 | 0.54 | 0.70 | 0 | 0.66 | 253.77 | 0.54 | 0.22 |
| Hex | 28 | 1A | 57 | 36 | 46 | 0 | 42 | FE | 36 | 16 |
| Octal | 50 | 32 | 127 | 66 | 106 | 0 | 102 | 376 | 66 | 26 |
| Binary | 101000 | 11010 | 1010111 | 110110 | 1000110 | 0 | 1000010 | 11111110 | 110110 | 10110 |
Color Harmonies of #281A57
Complementary color
Monochromatic Colors of #281A57
Black with #281A57
Text Example
Text Example
White with #281A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281A57; }
p { color: rgb(40,26,87); }
H1.HeaderClassName
{
color: #281A57;
}
.AnyTagClassName
{
color: #281A57;
}
</style>
background-color css
<style>
a { background-color: #281A57; }
a { background-color: rgb(40,26,87); }
div.DivClassName
{
background-color: #281A57;
}
.BgClassName
{
background-color: #281A57;
}
</style>
border-color css
<style>
span { border-color: #281A57; }
span { border-color: rgb(40,26,87); }
td.TdClassName
{
border-color: #281A57;
}
.TagClassName
{
border-color: #281A57;
}
</style>