Shades of Paua #271D57
Tints of Paua #271D57
RGB
CMYK
RGB Variations
Color information
#271D57 (or 0x271D57) is known color: Paua. HEX triplet: 27, 1D and 57. RGB value is (39,29,87). Sum of RGB (Red+Green+Blue) = 39+29+87=155 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.16% from 155); Green value is 29 (11.72% from 255 or 18.71% from 155); Blue value is 87 (34.38% from 255 or 56.13% from 155); Max value from RGB is 87 - color contains mainly: blue. Hex color #271D57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #271D57 is #D8E2A8. Grayscale: #262626. Windows color (decimal): -14213801 or 5709095. OLE color: 5709095.
HSL color Cylindrical-coordinate representation of color #271D57: hue angle of 250.34º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #271D57 is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 39 | 29 | 87 | - |
| CMYK | 0.55 | 0.67 | 0 | 0.66 |
| HSL | 250.34º | 0.5% | 0.23% | - |
| HSV(B) | 250.34º | 0.67% | 0.34% | - |
| XYZ | 3 | 2 | 9.24 | - |
| YUV | 38.6 | 155.31 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 29 | 87 | 0.55 | 0.67 | 0 | 0.66 | 250.34 | 0.5 | 0.23 |
| Hex | 27 | 1D | 57 | 37 | 43 | 0 | 42 | FA | 32 | 17 |
| Octal | 47 | 35 | 127 | 67 | 103 | 0 | 102 | 372 | 62 | 27 |
| Binary | 100111 | 11101 | 1010111 | 110111 | 1000011 | 0 | 1000010 | 11111010 | 110010 | 10111 |
Color Harmonies of #271D57
Complementary color
Monochromatic Colors of #271D57
Black with #271D57
Text Example
Text Example
White with #271D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271D57; }
p { color: rgb(39,29,87); }
H1.HeaderClassName
{
color: #271D57;
}
.AnyTagClassName
{
color: #271D57;
}
</style>
background-color css
<style>
a { background-color: #271D57; }
a { background-color: rgb(39,29,87); }
div.DivClassName
{
background-color: #271D57;
}
.BgClassName
{
background-color: #271D57;
}
</style>
border-color css
<style>
span { border-color: #271D57; }
span { border-color: rgb(39,29,87); }
td.TdClassName
{
border-color: #271D57;
}
.TagClassName
{
border-color: #271D57;
}
</style>