Shades of Paua #272559
Tints of Paua #272559
RGB
CMYK
RGB Variations
Color information
#272559 (or 0x272559) is known color: Paua. HEX triplet: 27, 25 and 59. RGB value is (39,37,89). Sum of RGB (Red+Green+Blue) = 39+37+89=165 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.64% from 165); Green value is 37 (14.84% from 255 or 22.42% from 165); Blue value is 89 (35.16% from 255 or 53.94% from 165); Max value from RGB is 89 - color contains mainly: blue. Hex color #272559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272559 is #D8DAA6. Grayscale: #2B2B2B. Windows color (decimal): -14211751 or 5842215. OLE color: 5842215.
HSL color Cylindrical-coordinate representation of color #272559: hue angle of 242.31º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #272559 is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 39 | 37 | 89 | - |
| CMYK | 0.56 | 0.58 | 0 | 0.65 |
| HSL | 242.31º | 0.41% | 0.25% | - |
| HSV(B) | 242.31º | 0.58% | 0.35% | - |
| XYZ | 3.3 | 2.48 | 9.76 | - |
| YUV | 43.53 | 153.66 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 37 | 89 | 0.56 | 0.58 | 0 | 0.65 | 242.31 | 0.41 | 0.25 |
| Hex | 27 | 25 | 59 | 38 | 3A | 0 | 41 | F2 | 29 | 19 |
| Octal | 47 | 45 | 131 | 70 | 72 | 0 | 101 | 362 | 51 | 31 |
| Binary | 100111 | 100101 | 1011001 | 111000 | 111010 | 0 | 1000001 | 11110010 | 101001 | 11001 |
Color Harmonies of #272559
Complementary color
Monochromatic Colors of #272559
Black with #272559
Text Example
Text Example
White with #272559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272559; }
p { color: rgb(39,37,89); }
H1.HeaderClassName
{
color: #272559;
}
.AnyTagClassName
{
color: #272559;
}
</style>
background-color css
<style>
a { background-color: #272559; }
a { background-color: rgb(39,37,89); }
div.DivClassName
{
background-color: #272559;
}
.BgClassName
{
background-color: #272559;
}
</style>
border-color css
<style>
span { border-color: #272559; }
span { border-color: rgb(39,37,89); }
td.TdClassName
{
border-color: #272559;
}
.TagClassName
{
border-color: #272559;
}
</style>