Shades of Paua #271A57
Tints of Paua #271A57
RGB
CMYK
RGB Variations
Color information
#271A57 (or 0x271A57) is known color: Paua. HEX triplet: 27, 1A and 57. RGB value is (39,26,87). Sum of RGB (Red+Green+Blue) = 39+26+87=152 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.66% from 152); Green value is 26 (10.55% from 255 or 17.11% from 152); Blue value is 87 (34.38% from 255 or 57.24% from 152); Max value from RGB is 87 - color contains mainly: blue. Hex color #271A57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #271A57 is #D8E5A8. Grayscale: #242424. Windows color (decimal): -14214569 or 5708327. OLE color: 5708327.
HSL color Cylindrical-coordinate representation of color #271A57: hue angle of 252.79º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #271A57 is Cyan = 0.55, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 39 | 26 | 87 | - |
| CMYK | 0.55 | 0.70 | 0 | 0.66 |
| HSL | 252.79º | 0.54% | 0.22% | - |
| HSV(B) | 252.79º | 0.7% | 0.34% | - |
| XYZ | 2.93 | 1.86 | 9.22 | - |
| YUV | 36.84 | 156.31 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 26 | 87 | 0.55 | 0.70 | 0 | 0.66 | 252.79 | 0.54 | 0.22 |
| Hex | 27 | 1A | 57 | 37 | 46 | 0 | 42 | FD | 36 | 16 |
| Octal | 47 | 32 | 127 | 67 | 106 | 0 | 102 | 375 | 66 | 26 |
| Binary | 100111 | 11010 | 1010111 | 110111 | 1000110 | 0 | 1000010 | 11111101 | 110110 | 10110 |
Color Harmonies of #271A57
Complementary color
Monochromatic Colors of #271A57
Black with #271A57
Text Example
Text Example
White with #271A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271A57; }
p { color: rgb(39,26,87); }
H1.HeaderClassName
{
color: #271A57;
}
.AnyTagClassName
{
color: #271A57;
}
</style>
background-color css
<style>
a { background-color: #271A57; }
a { background-color: rgb(39,26,87); }
div.DivClassName
{
background-color: #271A57;
}
.BgClassName
{
background-color: #271A57;
}
</style>
border-color css
<style>
span { border-color: #271A57; }
span { border-color: rgb(39,26,87); }
td.TdClassName
{
border-color: #271A57;
}
.TagClassName
{
border-color: #271A57;
}
</style>