Shades of Paua #2F2652
Tints of Paua #2F2652
RGB
CMYK
RGB Variations
Color information
#2F2652 (or 0x2F2652) is known color: Paua. HEX triplet: 2F, 26 and 52. RGB value is (47,38,82). Sum of RGB (Red+Green+Blue) = 47+38+82=167 (22% of max value = 765). Red value is 47 (18.75% from 255 or 28.14% from 167); Green value is 38 (15.23% from 255 or 22.75% from 167); Blue value is 82 (32.42% from 255 or 49.10% from 167); Max value from RGB is 82 - color contains mainly: blue. Hex color #2F2652 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2652 is #D0D9AD. Grayscale: #2D2D2D. Windows color (decimal): -13687214 or 5383727. OLE color: 5383727.
HSL color Cylindrical-coordinate representation of color #2F2652: hue angle of 252.27º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2F2652 is Cyan = 0.43, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 47 | 38 | 82 | - |
| CMYK | 0.43 | 0.54 | 0 | 0.68 |
| HSL | 252.27º | 0.37% | 0.24% | - |
| HSV(B) | 252.27º | 0.54% | 0.32% | - |
| XYZ | 3.39 | 2.6 | 8.31 | - |
| YUV | 45.71 | 148.48 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 38 | 82 | 0.43 | 0.54 | 0 | 0.68 | 252.27 | 0.37 | 0.24 |
| Hex | 2F | 26 | 52 | 2B | 36 | 0 | 44 | FC | 25 | 18 |
| Octal | 57 | 46 | 122 | 53 | 66 | 0 | 104 | 374 | 45 | 30 |
| Binary | 101111 | 100110 | 1010010 | 101011 | 110110 | 0 | 1000100 | 11111100 | 100101 | 11000 |
Color Harmonies of #2F2652
Complementary color
Monochromatic Colors of #2F2652
Black with #2F2652
Text Example
Text Example
White with #2F2652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2652; }
p { color: rgb(47,38,82); }
H1.HeaderClassName
{
color: #2F2652;
}
.AnyTagClassName
{
color: #2F2652;
}
</style>
background-color css
<style>
a { background-color: #2F2652; }
a { background-color: rgb(47,38,82); }
div.DivClassName
{
background-color: #2F2652;
}
.BgClassName
{
background-color: #2F2652;
}
</style>
border-color css
<style>
span { border-color: #2F2652; }
span { border-color: rgb(47,38,82); }
td.TdClassName
{
border-color: #2F2652;
}
.TagClassName
{
border-color: #2F2652;
}
</style>