Shades of Paua #27165A
Tints of Paua #27165A
RGB
CMYK
RGB Variations
Color information
#27165A (or 0x27165A) is known color: Paua. HEX triplet: 27, 16 and 5A. RGB value is (39,22,90). Sum of RGB (Red+Green+Blue) = 39+22+90=151 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.83% from 151); Green value is 22 (8.98% from 255 or 14.57% from 151); Blue value is 90 (35.55% from 255 or 59.60% from 151); Max value from RGB is 90 - color contains mainly: blue. Hex color #27165A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27165A is #D8E9A5. Grayscale: #222222. Windows color (decimal): -14215590 or 5903911. OLE color: 5903911.
HSL color Cylindrical-coordinate representation of color #27165A: hue angle of 255º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #27165A is Cyan = 0.57, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 39 | 22 | 90 | - |
| CMYK | 0.57 | 0.76 | 0 | 0.65 |
| HSL | 255º | 0.61% | 0.22% | - |
| HSV(B) | 255º | 0.76% | 0.35% | - |
| XYZ | 2.97 | 1.74 | 9.85 | - |
| YUV | 34.84 | 159.13 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 22 | 90 | 0.57 | 0.76 | 0 | 0.65 | 255 | 0.61 | 0.22 |
| Hex | 27 | 16 | 5A | 39 | 4C | 0 | 41 | FF | 3D | 16 |
| Octal | 47 | 26 | 132 | 71 | 114 | 0 | 101 | 377 | 75 | 26 |
| Binary | 100111 | 10110 | 1011010 | 111001 | 1001100 | 0 | 1000001 | 11111111 | 111101 | 10110 |
Color Harmonies of #27165A
Complementary color
Monochromatic Colors of #27165A
Black with #27165A
Text Example
Text Example
White with #27165A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27165A; }
p { color: rgb(39,22,90); }
H1.HeaderClassName
{
color: #27165A;
}
.AnyTagClassName
{
color: #27165A;
}
</style>
background-color css
<style>
a { background-color: #27165A; }
a { background-color: rgb(39,22,90); }
div.DivClassName
{
background-color: #27165A;
}
.BgClassName
{
background-color: #27165A;
}
</style>
border-color css
<style>
span { border-color: #27165A; }
span { border-color: rgb(39,22,90); }
td.TdClassName
{
border-color: #27165A;
}
.TagClassName
{
border-color: #27165A;
}
</style>