Shades of Paua #272256
Tints of Paua #272256
RGB
CMYK
RGB Variations
Color information
#272256 (or 0x272256) is known color: Paua. HEX triplet: 27, 22 and 56. RGB value is (39,34,86). Sum of RGB (Red+Green+Blue) = 39+34+86=159 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.53% from 159); Green value is 34 (13.67% from 255 or 21.38% from 159); Blue value is 86 (33.98% from 255 or 54.09% from 159); Max value from RGB is 86 - color contains mainly: blue. Hex color #272256 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272256 is #D8DDA9. Grayscale: #292929. Windows color (decimal): -14212522 or 5644839. OLE color: 5644839.
HSL color Cylindrical-coordinate representation of color #272256: hue angle of 245.77º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #272256 is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 39 | 34 | 86 | - |
| CMYK | 0.55 | 0.60 | 0 | 0.66 |
| HSL | 245.77º | 0.43% | 0.24% | - |
| HSV(B) | 245.77º | 0.6% | 0.34% | - |
| XYZ | 3.09 | 2.25 | 9.08 | - |
| YUV | 41.42 | 153.16 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 34 | 86 | 0.55 | 0.60 | 0 | 0.66 | 245.77 | 0.43 | 0.24 |
| Hex | 27 | 22 | 56 | 37 | 3C | 0 | 42 | F6 | 2B | 18 |
| Octal | 47 | 42 | 126 | 67 | 74 | 0 | 102 | 366 | 53 | 30 |
| Binary | 100111 | 100010 | 1010110 | 110111 | 111100 | 0 | 1000010 | 11110110 | 101011 | 11000 |
Color Harmonies of #272256
Complementary color
Monochromatic Colors of #272256
Black with #272256
Text Example
Text Example
White with #272256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272256; }
p { color: rgb(39,34,86); }
H1.HeaderClassName
{
color: #272256;
}
.AnyTagClassName
{
color: #272256;
}
</style>
background-color css
<style>
a { background-color: #272256; }
a { background-color: rgb(39,34,86); }
div.DivClassName
{
background-color: #272256;
}
.BgClassName
{
background-color: #272256;
}
</style>
border-color css
<style>
span { border-color: #272256; }
span { border-color: rgb(39,34,86); }
td.TdClassName
{
border-color: #272256;
}
.TagClassName
{
border-color: #272256;
}
</style>