Shades of Paua #272155
Tints of Paua #272155
RGB
CMYK
RGB Variations
Color information
#272155 (or 0x272155) is known color: Paua. HEX triplet: 27, 21 and 55. RGB value is (39,33,85). Sum of RGB (Red+Green+Blue) = 39+33+85=157 (20% of max value = 765). Red value is 39 (15.62% from 255 or 24.84% from 157); Green value is 33 (13.28% from 255 or 21.02% from 157); Blue value is 85 (33.59% from 255 or 54.14% from 157); Max value from RGB is 85 - color contains mainly: blue. Hex color #272155 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272155 is #D8DEAA. Grayscale: #282828. Windows color (decimal): -14212779 or 5579047. OLE color: 5579047.
HSL color Cylindrical-coordinate representation of color #272155: hue angle of 246.92º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #272155 is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 39 | 33 | 85 | - |
| CMYK | 0.54 | 0.61 | 0 | 0.67 |
| HSL | 246.92º | 0.44% | 0.23% | - |
| HSV(B) | 246.92º | 0.61% | 0.33% | - |
| XYZ | 3.02 | 2.17 | 8.85 | - |
| YUV | 40.72 | 152.99 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 33 | 85 | 0.54 | 0.61 | 0 | 0.67 | 246.92 | 0.44 | 0.23 |
| Hex | 27 | 21 | 55 | 36 | 3D | 0 | 43 | F7 | 2C | 17 |
| Octal | 47 | 41 | 125 | 66 | 75 | 0 | 103 | 367 | 54 | 27 |
| Binary | 100111 | 100001 | 1010101 | 110110 | 111101 | 0 | 1000011 | 11110111 | 101100 | 10111 |
Color Harmonies of #272155
Complementary color
Monochromatic Colors of #272155
Black with #272155
Text Example
Text Example
White with #272155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272155; }
p { color: rgb(39,33,85); }
H1.HeaderClassName
{
color: #272155;
}
.AnyTagClassName
{
color: #272155;
}
</style>
background-color css
<style>
a { background-color: #272155; }
a { background-color: rgb(39,33,85); }
div.DivClassName
{
background-color: #272155;
}
.BgClassName
{
background-color: #272155;
}
</style>
border-color css
<style>
span { border-color: #272155; }
span { border-color: rgb(39,33,85); }
td.TdClassName
{
border-color: #272155;
}
.TagClassName
{
border-color: #272155;
}
</style>