Shades of Paua #271D53
Tints of Paua #271D53
RGB
CMYK
RGB Variations
Color information
#271D53 (or 0x271D53) is known color: Paua. HEX triplet: 27, 1D and 53. RGB value is (39,29,83). Sum of RGB (Red+Green+Blue) = 39+29+83=151 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.83% from 151); Green value is 29 (11.72% from 255 or 19.21% from 151); Blue value is 83 (32.81% from 255 or 54.97% from 151); Max value from RGB is 83 - color contains mainly: blue. Hex color #271D53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #271D53 is #D8E2AC. Grayscale: #252525. Windows color (decimal): -14213805 or 5446951. OLE color: 5446951.
HSL color Cylindrical-coordinate representation of color #271D53: hue angle of 251.11º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #271D53 is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 39 | 29 | 83 | - |
| CMYK | 0.53 | 0.65 | 0 | 0.67 |
| HSL | 251.11º | 0.48% | 0.22% | - |
| HSV(B) | 251.11º | 0.65% | 0.33% | - |
| XYZ | 2.84 | 1.93 | 8.41 | - |
| YUV | 38.15 | 153.31 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 29 | 83 | 0.53 | 0.65 | 0 | 0.67 | 251.11 | 0.48 | 0.22 |
| Hex | 27 | 1D | 53 | 35 | 41 | 0 | 43 | FB | 30 | 16 |
| Octal | 47 | 35 | 123 | 65 | 101 | 0 | 103 | 373 | 60 | 26 |
| Binary | 100111 | 11101 | 1010011 | 110101 | 1000001 | 0 | 1000011 | 11111011 | 110000 | 10110 |
Color Harmonies of #271D53
Complementary color
Monochromatic Colors of #271D53
Black with #271D53
Text Example
Text Example
White with #271D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271D53; }
p { color: rgb(39,29,83); }
H1.HeaderClassName
{
color: #271D53;
}
.AnyTagClassName
{
color: #271D53;
}
</style>
background-color css
<style>
a { background-color: #271D53; }
a { background-color: rgb(39,29,83); }
div.DivClassName
{
background-color: #271D53;
}
.BgClassName
{
background-color: #271D53;
}
</style>
border-color css
<style>
span { border-color: #271D53; }
span { border-color: rgb(39,29,83); }
td.TdClassName
{
border-color: #271D53;
}
.TagClassName
{
border-color: #271D53;
}
</style>