Shades of Paua #281A54
Tints of Paua #281A54
RGB
CMYK
RGB Variations
Color information
#281A54 (or 0x281A54) is known color: Paua. HEX triplet: 28, 1A and 54. RGB value is (40,26,84). Sum of RGB (Red+Green+Blue) = 40+26+84=150 (19% of max value = 765). Red value is 40 (16.02% from 255 or 26.67% from 150); Green value is 26 (10.55% from 255 or 17.33% from 150); Blue value is 84 (33.20% from 255 or 56% from 150); Max value from RGB is 84 - color contains mainly: blue. Hex color #281A54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #281A54 is #D7E5AB. Grayscale: #242424. Windows color (decimal): -14149036 or 5511720. OLE color: 5511720.
HSL color Cylindrical-coordinate representation of color #281A54: hue angle of 254.48º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #281A54 is Cyan = 0.52, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 40 | 26 | 84 | - |
| CMYK | 0.52 | 0.69 | 0 | 0.67 |
| HSL | 254.48º | 0.53% | 0.22% | - |
| HSV(B) | 254.48º | 0.69% | 0.33% | - |
| XYZ | 2.84 | 1.83 | 8.59 | - |
| YUV | 36.8 | 154.64 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 26 | 84 | 0.52 | 0.69 | 0 | 0.67 | 254.48 | 0.53 | 0.22 |
| Hex | 28 | 1A | 54 | 34 | 45 | 0 | 43 | FE | 35 | 16 |
| Octal | 50 | 32 | 124 | 64 | 105 | 0 | 103 | 376 | 65 | 26 |
| Binary | 101000 | 11010 | 1010100 | 110100 | 1000101 | 0 | 1000011 | 11111110 | 110101 | 10110 |
Color Harmonies of #281A54
Complementary color
Monochromatic Colors of #281A54
Black with #281A54
Text Example
Text Example
White with #281A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281A54; }
p { color: rgb(40,26,84); }
H1.HeaderClassName
{
color: #281A54;
}
.AnyTagClassName
{
color: #281A54;
}
</style>
background-color css
<style>
a { background-color: #281A54; }
a { background-color: rgb(40,26,84); }
div.DivClassName
{
background-color: #281A54;
}
.BgClassName
{
background-color: #281A54;
}
</style>
border-color css
<style>
span { border-color: #281A54; }
span { border-color: rgb(40,26,84); }
td.TdClassName
{
border-color: #281A54;
}
.TagClassName
{
border-color: #281A54;
}
</style>