Shades of Paua #27275F
Tints of Paua #27275F
RGB
CMYK
RGB Variations
Color information
#27275F (or 0x27275F) is known color: Paua. HEX triplet: 27, 27 and 5F. RGB value is (39,39,95). Sum of RGB (Red+Green+Blue) = 39+39+95=173 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.54% from 173); Green value is 39 (15.62% from 255 or 22.54% from 173); Blue value is 95 (37.5% from 255 or 54.91% from 173); Max value from RGB is 95 - color contains mainly: blue. Hex color #27275F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27275F is #D8D8A0. Grayscale: #2D2D2D. Windows color (decimal): -14211233 or 6235943. OLE color: 6235943.
HSL color Cylindrical-coordinate representation of color #27275F: hue angle of 240º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #27275F is Cyan = 0.59, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 39 | 39 | 95 | - |
| CMYK | 0.59 | 0.59 | 0 | 0.63 |
| HSL | 240º | 0.42% | 0.26% | - |
| HSV(B) | 240º | 0.59% | 0.37% | - |
| XYZ | 3.63 | 2.71 | 11.16 | - |
| YUV | 45.38 | 156 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 39 | 95 | 0.59 | 0.59 | 0 | 0.63 | 240 | 0.42 | 0.26 |
| Hex | 27 | 27 | 5F | 3B | 3B | 0 | 3F | F0 | 2A | 1A |
| Octal | 47 | 47 | 137 | 73 | 73 | 0 | 77 | 360 | 52 | 32 |
| Binary | 100111 | 100111 | 1011111 | 111011 | 111011 | 0 | 111111 | 11110000 | 101010 | 11010 |
Color Harmonies of #27275F
Complementary color
Monochromatic Colors of #27275F
Black with #27275F
Text Example
Text Example
White with #27275F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27275F; }
p { color: rgb(39,39,95); }
H1.HeaderClassName
{
color: #27275F;
}
.AnyTagClassName
{
color: #27275F;
}
</style>
background-color css
<style>
a { background-color: #27275F; }
a { background-color: rgb(39,39,95); }
div.DivClassName
{
background-color: #27275F;
}
.BgClassName
{
background-color: #27275F;
}
</style>
border-color css
<style>
span { border-color: #27275F; }
span { border-color: rgb(39,39,95); }
td.TdClassName
{
border-color: #27275F;
}
.TagClassName
{
border-color: #27275F;
}
</style>