Shades of Paua #27264C
Tints of Paua #27264C
RGB
CMYK
RGB Variations
Color information
#27264C (or 0x27264C) is known color: Paua. HEX triplet: 27, 26 and 4C. RGB value is (39,38,76). Sum of RGB (Red+Green+Blue) = 39+38+76=153 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.49% from 153); Green value is 38 (15.23% from 255 or 24.84% from 153); Blue value is 76 (30.08% from 255 or 49.67% from 153); Max value from RGB is 76 - color contains mainly: blue. Hex color #27264C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27264C is #D8D9B3. Grayscale: #2A2A2A. Windows color (decimal): -14211508 or 4990503. OLE color: 4990503.
HSL color Cylindrical-coordinate representation of color #27264C: hue angle of 241.58º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #27264C is Cyan = 0.49, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 39 | 38 | 76 | - |
| CMYK | 0.49 | 0.5 | 0 | 0.70 |
| HSL | 241.58º | 0.33% | 0.22% | - |
| HSV(B) | 241.58º | 0.5% | 0.3% | - |
| XYZ | 2.83 | 2.34 | 7.14 | - |
| YUV | 42.63 | 146.83 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 38 | 76 | 0.49 | 0.5 | 0 | 0.70 | 241.58 | 0.33 | 0.22 |
| Hex | 27 | 26 | 4C | 31 | 32 | 0 | 46 | F2 | 21 | 16 |
| Octal | 47 | 46 | 114 | 61 | 62 | 0 | 106 | 362 | 41 | 26 |
| Binary | 100111 | 100110 | 1001100 | 110001 | 110010 | 0 | 1000110 | 11110010 | 100001 | 10110 |
Color Harmonies of #27264C
Complementary color
Monochromatic Colors of #27264C
Black with #27264C
Text Example
Text Example
White with #27264C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27264C; }
p { color: rgb(39,38,76); }
H1.HeaderClassName
{
color: #27264C;
}
.AnyTagClassName
{
color: #27264C;
}
</style>
background-color css
<style>
a { background-color: #27264C; }
a { background-color: rgb(39,38,76); }
div.DivClassName
{
background-color: #27264C;
}
.BgClassName
{
background-color: #27264C;
}
</style>
border-color css
<style>
span { border-color: #27264C; }
span { border-color: rgb(39,38,76); }
td.TdClassName
{
border-color: #27264C;
}
.TagClassName
{
border-color: #27264C;
}
</style>