Shades of Paua #272150
Tints of Paua #272150
RGB
CMYK
RGB Variations
Color information
#272150 (or 0x272150) is known color: Paua. HEX triplet: 27, 21 and 50. RGB value is (39,33,80). Sum of RGB (Red+Green+Blue) = 39+33+80=152 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.66% from 152); Green value is 33 (13.28% from 255 or 21.71% from 152); Blue value is 80 (31.64% from 255 or 52.63% from 152); Max value from RGB is 80 - color contains mainly: blue. Hex color #272150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272150 is #D8DEAF. Grayscale: #272727. Windows color (decimal): -14212784 or 5251367. OLE color: 5251367.
HSL color Cylindrical-coordinate representation of color #272150: hue angle of 247.66º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #272150 is Cyan = 0.51, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 39 | 33 | 80 | - |
| CMYK | 0.51 | 0.59 | 0 | 0.69 |
| HSL | 247.66º | 0.42% | 0.22% | - |
| HSV(B) | 247.66º | 0.59% | 0.31% | - |
| XYZ | 2.83 | 2.1 | 7.85 | - |
| YUV | 40.15 | 150.49 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 33 | 80 | 0.51 | 0.59 | 0 | 0.69 | 247.66 | 0.42 | 0.22 |
| Hex | 27 | 21 | 50 | 33 | 3B | 0 | 45 | F8 | 2A | 16 |
| Octal | 47 | 41 | 120 | 63 | 73 | 0 | 105 | 370 | 52 | 26 |
| Binary | 100111 | 100001 | 1010000 | 110011 | 111011 | 0 | 1000101 | 11111000 | 101010 | 10110 |
Color Harmonies of #272150
Complementary color
Monochromatic Colors of #272150
Black with #272150
Text Example
Text Example
White with #272150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272150; }
p { color: rgb(39,33,80); }
H1.HeaderClassName
{
color: #272150;
}
.AnyTagClassName
{
color: #272150;
}
</style>
background-color css
<style>
a { background-color: #272150; }
a { background-color: rgb(39,33,80); }
div.DivClassName
{
background-color: #272150;
}
.BgClassName
{
background-color: #272150;
}
</style>
border-color css
<style>
span { border-color: #272150; }
span { border-color: rgb(39,33,80); }
td.TdClassName
{
border-color: #272150;
}
.TagClassName
{
border-color: #272150;
}
</style>