Shades of Paua #271E4D
Tints of Paua #271E4D
RGB
CMYK
RGB Variations
Color information
#271E4D (or 0x271E4D) is known color: Paua. HEX triplet: 27, 1E and 4D. RGB value is (39,30,77). Sum of RGB (Red+Green+Blue) = 39+30+77=146 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.71% from 146); Green value is 30 (12.11% from 255 or 20.55% from 146); Blue value is 77 (30.47% from 255 or 52.74% from 146); Max value from RGB is 77 - color contains mainly: blue. Hex color #271E4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #271E4D is #D8E1B2. Grayscale: #252525. Windows color (decimal): -14213555 or 5053991. OLE color: 5053991.
HSL color Cylindrical-coordinate representation of color #271E4D: hue angle of 251.49º degrees, saturation: 0.44, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #271E4D is Cyan = 0.49, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 39 | 30 | 77 | - |
| CMYK | 0.49 | 0.61 | 0 | 0.70 |
| HSL | 251.49º | 0.44% | 0.21% | - |
| HSV(B) | 251.49º | 0.61% | 0.3% | - |
| XYZ | 2.64 | 1.9 | 7.25 | - |
| YUV | 38.05 | 149.98 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 30 | 77 | 0.49 | 0.61 | 0 | 0.70 | 251.49 | 0.44 | 0.21 |
| Hex | 27 | 1E | 4D | 31 | 3D | 0 | 46 | FB | 2C | 15 |
| Octal | 47 | 36 | 115 | 61 | 75 | 0 | 106 | 373 | 54 | 25 |
| Binary | 100111 | 11110 | 1001101 | 110001 | 111101 | 0 | 1000110 | 11111011 | 101100 | 10101 |
Color Harmonies of #271E4D
Complementary color
Monochromatic Colors of #271E4D
Black with #271E4D
Text Example
Text Example
White with #271E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271E4D; }
p { color: rgb(39,30,77); }
H1.HeaderClassName
{
color: #271E4D;
}
.AnyTagClassName
{
color: #271E4D;
}
</style>
background-color css
<style>
a { background-color: #271E4D; }
a { background-color: rgb(39,30,77); }
div.DivClassName
{
background-color: #271E4D;
}
.BgClassName
{
background-color: #271E4D;
}
</style>
border-color css
<style>
span { border-color: #271E4D; }
span { border-color: rgb(39,30,77); }
td.TdClassName
{
border-color: #271E4D;
}
.TagClassName
{
border-color: #271E4D;
}
</style>