Shades of Paua #27214C
Tints of Paua #27214C
RGB
CMYK
RGB Variations
Color information
#27214C (or 0x27214C) is known color: Paua. HEX triplet: 27, 21 and 4C. RGB value is (39,33,76). Sum of RGB (Red+Green+Blue) = 39+33+76=148 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.35% from 148); Green value is 33 (13.28% from 255 or 22.30% from 148); Blue value is 76 (30.08% from 255 or 51.35% from 148); Max value from RGB is 76 - color contains mainly: blue. Hex color #27214C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27214C is #D8DEB3. Grayscale: #272727. Windows color (decimal): -14212788 or 4989223. OLE color: 4989223.
HSL color Cylindrical-coordinate representation of color #27214C: hue angle of 248.37º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #27214C is Cyan = 0.49, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 39 | 33 | 76 | - |
| CMYK | 0.49 | 0.57 | 0 | 0.70 |
| HSL | 248.37º | 0.39% | 0.21% | - |
| HSV(B) | 248.37º | 0.57% | 0.3% | - |
| XYZ | 2.69 | 2.04 | 7.09 | - |
| YUV | 39.7 | 148.49 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 33 | 76 | 0.49 | 0.57 | 0 | 0.70 | 248.37 | 0.39 | 0.21 |
| Hex | 27 | 21 | 4C | 31 | 39 | 0 | 46 | F8 | 27 | 15 |
| Octal | 47 | 41 | 114 | 61 | 71 | 0 | 106 | 370 | 47 | 25 |
| Binary | 100111 | 100001 | 1001100 | 110001 | 111001 | 0 | 1000110 | 11111000 | 100111 | 10101 |
Color Harmonies of #27214C
Complementary color
Monochromatic Colors of #27214C
Black with #27214C
Text Example
Text Example
White with #27214C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27214C; }
p { color: rgb(39,33,76); }
H1.HeaderClassName
{
color: #27214C;
}
.AnyTagClassName
{
color: #27214C;
}
</style>
background-color css
<style>
a { background-color: #27214C; }
a { background-color: rgb(39,33,76); }
div.DivClassName
{
background-color: #27214C;
}
.BgClassName
{
background-color: #27214C;
}
</style>
border-color css
<style>
span { border-color: #27214C; }
span { border-color: rgb(39,33,76); }
td.TdClassName
{
border-color: #27214C;
}
.TagClassName
{
border-color: #27214C;
}
</style>