Shades of Paua #27205A
Tints of Paua #27205A
RGB
CMYK
RGB Variations
Color information
#27205A (or 0x27205A) is known color: Paua. HEX triplet: 27, 20 and 5A. RGB value is (39,32,90). Sum of RGB (Red+Green+Blue) = 39+32+90=161 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.22% from 161); Green value is 32 (12.89% from 255 or 19.88% from 161); Blue value is 90 (35.55% from 255 or 55.90% from 161); Max value from RGB is 90 - color contains mainly: blue. Hex color #27205A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27205A is #D8DFA5. Grayscale: #282828. Windows color (decimal): -14213030 or 5906471. OLE color: 5906471.
HSL color Cylindrical-coordinate representation of color #27205A: hue angle of 247.24º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #27205A is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 39 | 32 | 90 | - |
| CMYK | 0.57 | 0.64 | 0 | 0.65 |
| HSL | 247.24º | 0.48% | 0.24% | - |
| HSV(B) | 247.24º | 0.64% | 0.35% | - |
| XYZ | 3.2 | 2.2 | 9.93 | - |
| YUV | 40.71 | 155.82 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 32 | 90 | 0.57 | 0.64 | 0 | 0.65 | 247.24 | 0.48 | 0.24 |
| Hex | 27 | 20 | 5A | 39 | 40 | 0 | 41 | F7 | 30 | 18 |
| Octal | 47 | 40 | 132 | 71 | 100 | 0 | 101 | 367 | 60 | 30 |
| Binary | 100111 | 100000 | 1011010 | 111001 | 1000000 | 0 | 1000001 | 11110111 | 110000 | 11000 |
Color Harmonies of #27205A
Complementary color
Monochromatic Colors of #27205A
Black with #27205A
Text Example
Text Example
White with #27205A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27205A; }
p { color: rgb(39,32,90); }
H1.HeaderClassName
{
color: #27205A;
}
.AnyTagClassName
{
color: #27205A;
}
</style>
background-color css
<style>
a { background-color: #27205A; }
a { background-color: rgb(39,32,90); }
div.DivClassName
{
background-color: #27205A;
}
.BgClassName
{
background-color: #27205A;
}
</style>
border-color css
<style>
span { border-color: #27205A; }
span { border-color: rgb(39,32,90); }
td.TdClassName
{
border-color: #27205A;
}
.TagClassName
{
border-color: #27205A;
}
</style>