Shades of Paua #27275B
Tints of Paua #27275B
RGB
CMYK
RGB Variations
Color information
#27275B (or 0x27275B) is known color: Paua. HEX triplet: 27, 27 and 5B. RGB value is (39,39,91). Sum of RGB (Red+Green+Blue) = 39+39+91=169 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.08% from 169); Green value is 39 (15.62% from 255 or 23.08% from 169); Blue value is 91 (35.94% from 255 or 53.85% from 169); Max value from RGB is 91 - color contains mainly: blue. Hex color #27275B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27275B is #D8D8A4. Grayscale: #2C2C2C. Windows color (decimal): -14211237 or 5973799. OLE color: 5973799.
HSL color Cylindrical-coordinate representation of color #27275B: hue angle of 240º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #27275B is Cyan = 0.57, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 39 | 39 | 91 | - |
| CMYK | 0.57 | 0.57 | 0 | 0.64 |
| HSL | 240º | 0.4% | 0.25% | - |
| HSV(B) | 240º | 0.57% | 0.36% | - |
| XYZ | 3.45 | 2.64 | 10.22 | - |
| YUV | 44.93 | 154 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 39 | 91 | 0.57 | 0.57 | 0 | 0.64 | 240 | 0.4 | 0.25 |
| Hex | 27 | 27 | 5B | 39 | 39 | 0 | 40 | F0 | 28 | 19 |
| Octal | 47 | 47 | 133 | 71 | 71 | 0 | 100 | 360 | 50 | 31 |
| Binary | 100111 | 100111 | 1011011 | 111001 | 111001 | 0 | 1000000 | 11110000 | 101000 | 11001 |
Color Harmonies of #27275B
Complementary color
Monochromatic Colors of #27275B
Black with #27275B
Text Example
Text Example
White with #27275B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27275B; }
p { color: rgb(39,39,91); }
H1.HeaderClassName
{
color: #27275B;
}
.AnyTagClassName
{
color: #27275B;
}
</style>
background-color css
<style>
a { background-color: #27275B; }
a { background-color: rgb(39,39,91); }
div.DivClassName
{
background-color: #27275B;
}
.BgClassName
{
background-color: #27275B;
}
</style>
border-color css
<style>
span { border-color: #27275B; }
span { border-color: rgb(39,39,91); }
td.TdClassName
{
border-color: #27275B;
}
.TagClassName
{
border-color: #27275B;
}
</style>