Shades of Paua #271D5B
Tints of Paua #271D5B
RGB
CMYK
RGB Variations
Color information
#271D5B (or 0x271D5B) is known color: Paua. HEX triplet: 27, 1D and 5B. RGB value is (39,29,91). Sum of RGB (Red+Green+Blue) = 39+29+91=159 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.53% from 159); Green value is 29 (11.72% from 255 or 18.24% from 159); Blue value is 91 (35.94% from 255 or 57.23% from 159); Max value from RGB is 91 - color contains mainly: blue. Hex color #271D5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #271D5B is #D8E2A4. Grayscale: #262626. Windows color (decimal): -14213797 or 5971239. OLE color: 5971239.
HSL color Cylindrical-coordinate representation of color #271D5B: hue angle of 249.68º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #271D5B is Cyan = 0.57, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 39 | 29 | 91 | - |
| CMYK | 0.57 | 0.68 | 0 | 0.64 |
| HSL | 249.68º | 0.52% | 0.24% | - |
| HSV(B) | 249.68º | 0.68% | 0.36% | - |
| XYZ | 3.16 | 2.07 | 10.13 | - |
| YUV | 39.06 | 157.31 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 29 | 91 | 0.57 | 0.68 | 0 | 0.64 | 249.68 | 0.52 | 0.24 |
| Hex | 27 | 1D | 5B | 39 | 44 | 0 | 40 | FA | 34 | 18 |
| Octal | 47 | 35 | 133 | 71 | 104 | 0 | 100 | 372 | 64 | 30 |
| Binary | 100111 | 11101 | 1011011 | 111001 | 1000100 | 0 | 1000000 | 11111010 | 110100 | 11000 |
Color Harmonies of #271D5B
Complementary color
Monochromatic Colors of #271D5B
Black with #271D5B
Text Example
Text Example
White with #271D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271D5B; }
p { color: rgb(39,29,91); }
H1.HeaderClassName
{
color: #271D5B;
}
.AnyTagClassName
{
color: #271D5B;
}
</style>
background-color css
<style>
a { background-color: #271D5B; }
a { background-color: rgb(39,29,91); }
div.DivClassName
{
background-color: #271D5B;
}
.BgClassName
{
background-color: #271D5B;
}
</style>
border-color css
<style>
span { border-color: #271D5B; }
span { border-color: rgb(39,29,91); }
td.TdClassName
{
border-color: #271D5B;
}
.TagClassName
{
border-color: #271D5B;
}
</style>