Shades of Paua #27224F
Tints of Paua #27224F
RGB
CMYK
RGB Variations
Color information
#27224F (or 0x27224F) is known color: Paua. HEX triplet: 27, 22 and 4F. RGB value is (39,34,79). Sum of RGB (Red+Green+Blue) = 39+34+79=152 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.66% from 152); Green value is 34 (13.67% from 255 or 22.37% from 152); Blue value is 79 (31.25% from 255 or 51.97% from 152); Max value from RGB is 79 - color contains mainly: blue. Hex color #27224F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27224F is #D8DDB0. Grayscale: #282828. Windows color (decimal): -14212529 or 5186087. OLE color: 5186087.
HSL color Cylindrical-coordinate representation of color #27224F: hue angle of 246.67º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #27224F is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 39 | 34 | 79 | - |
| CMYK | 0.51 | 0.57 | 0 | 0.69 |
| HSL | 246.67º | 0.4% | 0.22% | - |
| HSV(B) | 246.67º | 0.57% | 0.31% | - |
| XYZ | 2.82 | 2.14 | 7.66 | - |
| YUV | 40.63 | 149.66 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 34 | 79 | 0.51 | 0.57 | 0 | 0.69 | 246.67 | 0.4 | 0.22 |
| Hex | 27 | 22 | 4F | 33 | 39 | 0 | 45 | F7 | 28 | 16 |
| Octal | 47 | 42 | 117 | 63 | 71 | 0 | 105 | 367 | 50 | 26 |
| Binary | 100111 | 100010 | 1001111 | 110011 | 111001 | 0 | 1000101 | 11110111 | 101000 | 10110 |
Color Harmonies of #27224F
Complementary color
Monochromatic Colors of #27224F
Black with #27224F
Text Example
Text Example
White with #27224F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27224F; }
p { color: rgb(39,34,79); }
H1.HeaderClassName
{
color: #27224F;
}
.AnyTagClassName
{
color: #27224F;
}
</style>
background-color css
<style>
a { background-color: #27224F; }
a { background-color: rgb(39,34,79); }
div.DivClassName
{
background-color: #27224F;
}
.BgClassName
{
background-color: #27224F;
}
</style>
border-color css
<style>
span { border-color: #27224F; }
span { border-color: rgb(39,34,79); }
td.TdClassName
{
border-color: #27224F;
}
.TagClassName
{
border-color: #27224F;
}
</style>