Shades of Paua #28274F
Tints of Paua #28274F
RGB
CMYK
RGB Variations
Color information
#28274F (or 0x28274F) is known color: Paua. HEX triplet: 28, 27 and 4F. RGB value is (40,39,79). Sum of RGB (Red+Green+Blue) = 40+39+79=158 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.32% from 158); Green value is 39 (15.62% from 255 or 24.68% from 158); Blue value is 79 (31.25% from 255 or 50% from 158); Max value from RGB is 79 - color contains mainly: blue. Hex color #28274F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28274F is #D7D8B0. Grayscale: #2B2B2B. Windows color (decimal): -14145713 or 5187368. OLE color: 5187368.
HSL color Cylindrical-coordinate representation of color #28274F: hue angle of 241.5º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #28274F is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 40 | 39 | 79 | - |
| CMYK | 0.49 | 0.51 | 0 | 0.69 |
| HSL | 241.5º | 0.34% | 0.23% | - |
| HSV(B) | 241.5º | 0.51% | 0.31% | - |
| XYZ | 3.01 | 2.47 | 7.71 | - |
| YUV | 43.86 | 147.83 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 39 | 79 | 0.49 | 0.51 | 0 | 0.69 | 241.5 | 0.34 | 0.23 |
| Hex | 28 | 27 | 4F | 31 | 33 | 0 | 45 | F2 | 22 | 17 |
| Octal | 50 | 47 | 117 | 61 | 63 | 0 | 105 | 362 | 42 | 27 |
| Binary | 101000 | 100111 | 1001111 | 110001 | 110011 | 0 | 1000101 | 11110010 | 100010 | 10111 |
Color Harmonies of #28274F
Complementary color
Monochromatic Colors of #28274F
Black with #28274F
Text Example
Text Example
White with #28274F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28274F; }
p { color: rgb(40,39,79); }
H1.HeaderClassName
{
color: #28274F;
}
.AnyTagClassName
{
color: #28274F;
}
</style>
background-color css
<style>
a { background-color: #28274F; }
a { background-color: rgb(40,39,79); }
div.DivClassName
{
background-color: #28274F;
}
.BgClassName
{
background-color: #28274F;
}
</style>
border-color css
<style>
span { border-color: #28274F; }
span { border-color: rgb(40,39,79); }
td.TdClassName
{
border-color: #28274F;
}
.TagClassName
{
border-color: #28274F;
}
</style>