Shades of Paua #272549
Tints of Paua #272549
RGB
CMYK
RGB Variations
Color information
#272549 (or 0x272549) is known color: Paua. HEX triplet: 27, 25 and 49. RGB value is (39,37,73). Sum of RGB (Red+Green+Blue) = 39+37+73=149 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.17% from 149); Green value is 37 (14.84% from 255 or 24.83% from 149); Blue value is 73 (28.91% from 255 or 48.99% from 149); Max value from RGB is 73 - color contains mainly: blue. Hex color #272549 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272549 is #D8DAB6. Grayscale: #292929. Windows color (decimal): -14211767 or 4793639. OLE color: 4793639.
HSL color Cylindrical-coordinate representation of color #272549: hue angle of 243.33º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #272549 is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 39 | 37 | 73 | - |
| CMYK | 0.47 | 0.49 | 0 | 0.71 |
| HSL | 243.33º | 0.33% | 0.22% | - |
| HSV(B) | 243.33º | 0.49% | 0.29% | - |
| XYZ | 2.7 | 2.24 | 6.59 | - |
| YUV | 41.7 | 145.66 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 37 | 73 | 0.47 | 0.49 | 0 | 0.71 | 243.33 | 0.33 | 0.22 |
| Hex | 27 | 25 | 49 | 2F | 31 | 0 | 47 | F3 | 21 | 16 |
| Octal | 47 | 45 | 111 | 57 | 61 | 0 | 107 | 363 | 41 | 26 |
| Binary | 100111 | 100101 | 1001001 | 101111 | 110001 | 0 | 1000111 | 11110011 | 100001 | 10110 |
Color Harmonies of #272549
Complementary color
Monochromatic Colors of #272549
Black with #272549
Text Example
Text Example
White with #272549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272549; }
p { color: rgb(39,37,73); }
H1.HeaderClassName
{
color: #272549;
}
.AnyTagClassName
{
color: #272549;
}
</style>
background-color css
<style>
a { background-color: #272549; }
a { background-color: rgb(39,37,73); }
div.DivClassName
{
background-color: #272549;
}
.BgClassName
{
background-color: #272549;
}
</style>
border-color css
<style>
span { border-color: #272549; }
span { border-color: rgb(39,37,73); }
td.TdClassName
{
border-color: #272549;
}
.TagClassName
{
border-color: #272549;
}
</style>