Shades of Paua #272355
Tints of Paua #272355
RGB
CMYK
RGB Variations
Color information
#272355 (or 0x272355) is known color: Paua. HEX triplet: 27, 23 and 55. RGB value is (39,35,85). Sum of RGB (Red+Green+Blue) = 39+35+85=159 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.53% from 159); Green value is 35 (14.06% from 255 or 22.01% from 159); Blue value is 85 (33.59% from 255 or 53.46% from 159); Max value from RGB is 85 - color contains mainly: blue. Hex color #272355 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272355 is #D8DCAA. Grayscale: #292929. Windows color (decimal): -14212267 or 5579559. OLE color: 5579559.
HSL color Cylindrical-coordinate representation of color #272355: hue angle of 244.8º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #272355 is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 39 | 35 | 85 | - |
| CMYK | 0.54 | 0.59 | 0 | 0.67 |
| HSL | 244.8º | 0.42% | 0.24% | - |
| HSV(B) | 244.8º | 0.59% | 0.33% | - |
| XYZ | 3.08 | 2.29 | 8.87 | - |
| YUV | 41.9 | 152.33 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 35 | 85 | 0.54 | 0.59 | 0 | 0.67 | 244.8 | 0.42 | 0.24 |
| Hex | 27 | 23 | 55 | 36 | 3B | 0 | 43 | F5 | 2A | 18 |
| Octal | 47 | 43 | 125 | 66 | 73 | 0 | 103 | 365 | 52 | 30 |
| Binary | 100111 | 100011 | 1010101 | 110110 | 111011 | 0 | 1000011 | 11110101 | 101010 | 11000 |
Color Harmonies of #272355
Complementary color
Monochromatic Colors of #272355
Black with #272355
Text Example
Text Example
White with #272355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272355; }
p { color: rgb(39,35,85); }
H1.HeaderClassName
{
color: #272355;
}
.AnyTagClassName
{
color: #272355;
}
</style>
background-color css
<style>
a { background-color: #272355; }
a { background-color: rgb(39,35,85); }
div.DivClassName
{
background-color: #272355;
}
.BgClassName
{
background-color: #272355;
}
</style>
border-color css
<style>
span { border-color: #272355; }
span { border-color: rgb(39,35,85); }
td.TdClassName
{
border-color: #272355;
}
.TagClassName
{
border-color: #272355;
}
</style>