Shades of Paua #272455
Tints of Paua #272455
RGB
CMYK
RGB Variations
Color information
#272455 (or 0x272455) is known color: Paua. HEX triplet: 27, 24 and 55. RGB value is (39,36,85). Sum of RGB (Red+Green+Blue) = 39+36+85=160 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.38% from 160); Green value is 36 (14.45% from 255 or 22.5% from 160); Blue value is 85 (33.59% from 255 or 53.12% from 160); Max value from RGB is 85 - color contains mainly: blue. Hex color #272455 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272455 is #D8DBAA. Grayscale: #2A2A2A. Windows color (decimal): -14212011 or 5579815. OLE color: 5579815.
HSL color Cylindrical-coordinate representation of color #272455: hue angle of 243.67º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #272455 is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 39 | 36 | 85 | - |
| CMYK | 0.54 | 0.58 | 0 | 0.67 |
| HSL | 243.67º | 0.4% | 0.24% | - |
| HSV(B) | 243.67º | 0.58% | 0.33% | - |
| XYZ | 3.11 | 2.35 | 8.88 | - |
| YUV | 42.48 | 151.99 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 36 | 85 | 0.54 | 0.58 | 0 | 0.67 | 243.67 | 0.4 | 0.24 |
| Hex | 27 | 24 | 55 | 36 | 3A | 0 | 43 | F4 | 28 | 18 |
| Octal | 47 | 44 | 125 | 66 | 72 | 0 | 103 | 364 | 50 | 30 |
| Binary | 100111 | 100100 | 1010101 | 110110 | 111010 | 0 | 1000011 | 11110100 | 101000 | 11000 |
Color Harmonies of #272455
Complementary color
Monochromatic Colors of #272455
Black with #272455
Text Example
Text Example
White with #272455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272455; }
p { color: rgb(39,36,85); }
H1.HeaderClassName
{
color: #272455;
}
.AnyTagClassName
{
color: #272455;
}
</style>
background-color css
<style>
a { background-color: #272455; }
a { background-color: rgb(39,36,85); }
div.DivClassName
{
background-color: #272455;
}
.BgClassName
{
background-color: #272455;
}
</style>
border-color css
<style>
span { border-color: #272455; }
span { border-color: rgb(39,36,85); }
td.TdClassName
{
border-color: #272455;
}
.TagClassName
{
border-color: #272455;
}
</style>