Shades of Paua #27264E
Tints of Paua #27264E
RGB
CMYK
RGB Variations
Color information
#27264E (or 0x27264E) is known color: Paua. HEX triplet: 27, 26 and 4E. RGB value is (39,38,78). Sum of RGB (Red+Green+Blue) = 39+38+78=155 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.16% from 155); Green value is 38 (15.23% from 255 or 24.52% from 155); Blue value is 78 (30.86% from 255 or 50.32% from 155); Max value from RGB is 78 - color contains mainly: blue. Hex color #27264E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27264E is #D8D9B1. Grayscale: #2A2A2A. Windows color (decimal): -14211506 or 5121575. OLE color: 5121575.
HSL color Cylindrical-coordinate representation of color #27264E: hue angle of 241.5º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #27264E is Cyan = 0.50, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 39 | 38 | 78 | - |
| CMYK | 0.50 | 0.51 | 0 | 0.69 |
| HSL | 241.5º | 0.34% | 0.23% | - |
| HSV(B) | 241.5º | 0.51% | 0.31% | - |
| XYZ | 2.9 | 2.37 | 7.51 | - |
| YUV | 42.86 | 147.83 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 38 | 78 | 0.50 | 0.51 | 0 | 0.69 | 241.5 | 0.34 | 0.23 |
| Hex | 27 | 26 | 4E | 32 | 33 | 0 | 45 | F2 | 22 | 17 |
| Octal | 47 | 46 | 116 | 62 | 63 | 0 | 105 | 362 | 42 | 27 |
| Binary | 100111 | 100110 | 1001110 | 110010 | 110011 | 0 | 1000101 | 11110010 | 100010 | 10111 |
Color Harmonies of #27264E
Complementary color
Monochromatic Colors of #27264E
Black with #27264E
Text Example
Text Example
White with #27264E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27264E; }
p { color: rgb(39,38,78); }
H1.HeaderClassName
{
color: #27264E;
}
.AnyTagClassName
{
color: #27264E;
}
</style>
background-color css
<style>
a { background-color: #27264E; }
a { background-color: rgb(39,38,78); }
div.DivClassName
{
background-color: #27264E;
}
.BgClassName
{
background-color: #27264E;
}
</style>
border-color css
<style>
span { border-color: #27264E; }
span { border-color: rgb(39,38,78); }
td.TdClassName
{
border-color: #27264E;
}
.TagClassName
{
border-color: #27264E;
}
</style>