Shades of Paua #271D55
Tints of Paua #271D55
RGB
CMYK
RGB Variations
Color information
#271D55 (or 0x271D55) is known color: Paua. HEX triplet: 27, 1D and 55. RGB value is (39,29,85). Sum of RGB (Red+Green+Blue) = 39+29+85=153 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.49% from 153); Green value is 29 (11.72% from 255 or 18.95% from 153); Blue value is 85 (33.59% from 255 or 55.56% from 153); Max value from RGB is 85 - color contains mainly: blue. Hex color #271D55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #271D55 is #D8E2AA. Grayscale: #262626. Windows color (decimal): -14213803 or 5578023. OLE color: 5578023.
HSL color Cylindrical-coordinate representation of color #271D55: hue angle of 250.71º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #271D55 is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 39 | 29 | 85 | - |
| CMYK | 0.54 | 0.66 | 0 | 0.67 |
| HSL | 250.71º | 0.49% | 0.22% | - |
| HSV(B) | 250.71º | 0.66% | 0.33% | - |
| XYZ | 2.92 | 1.97 | 8.82 | - |
| YUV | 38.37 | 154.31 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 29 | 85 | 0.54 | 0.66 | 0 | 0.67 | 250.71 | 0.49 | 0.22 |
| Hex | 27 | 1D | 55 | 36 | 42 | 0 | 43 | FB | 31 | 16 |
| Octal | 47 | 35 | 125 | 66 | 102 | 0 | 103 | 373 | 61 | 26 |
| Binary | 100111 | 11101 | 1010101 | 110110 | 1000010 | 0 | 1000011 | 11111011 | 110001 | 10110 |
Color Harmonies of #271D55
Complementary color
Monochromatic Colors of #271D55
Black with #271D55
Text Example
Text Example
White with #271D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271D55; }
p { color: rgb(39,29,85); }
H1.HeaderClassName
{
color: #271D55;
}
.AnyTagClassName
{
color: #271D55;
}
</style>
background-color css
<style>
a { background-color: #271D55; }
a { background-color: rgb(39,29,85); }
div.DivClassName
{
background-color: #271D55;
}
.BgClassName
{
background-color: #271D55;
}
</style>
border-color css
<style>
span { border-color: #271D55; }
span { border-color: rgb(39,29,85); }
td.TdClassName
{
border-color: #271D55;
}
.TagClassName
{
border-color: #271D55;
}
</style>