Shades of Tolopea #2F2947
Tints of Tolopea #2F2947
RGB
CMYK
RGB Variations
Color information
#2F2947 (or 0x2F2947) is known color: Tolopea. HEX triplet: 2F, 29 and 47. RGB value is (47,41,71). Sum of RGB (Red+Green+Blue) = 47+41+71=159 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.56% from 159); Green value is 41 (16.41% from 255 or 25.79% from 159); Blue value is 71 (28.12% from 255 or 44.65% from 159); Max value from RGB is 71 - color contains mainly: blue. Hex color #2F2947 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2947 is #D0D6B8. Grayscale: #2E2E2E. Windows color (decimal): -13686457 or 4663599. OLE color: 4663599.
HSL color Cylindrical-coordinate representation of color #2F2947: hue angle of 252º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2F2947 is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 47 | 41 | 71 | - |
| CMYK | 0.34 | 0.42 | 0 | 0.72 |
| HSL | 252º | 0.27% | 0.22% | - |
| HSV(B) | 252º | 0.42% | 0.28% | - |
| XYZ | 3.1 | 2.65 | 6.31 | - |
| YUV | 46.21 | 141.99 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 41 | 71 | 0.34 | 0.42 | 0 | 0.72 | 252 | 0.27 | 0.22 |
| Hex | 2F | 29 | 47 | 22 | 2A | 0 | 48 | FC | 1B | 16 |
| Octal | 57 | 51 | 107 | 42 | 52 | 0 | 110 | 374 | 33 | 26 |
| Binary | 101111 | 101001 | 1000111 | 100010 | 101010 | 0 | 1001000 | 11111100 | 11011 | 10110 |
Color Harmonies of #2F2947
Complementary color
Monochromatic Colors of #2F2947
Black with #2F2947
Text Example
Text Example
White with #2F2947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2947; }
p { color: rgb(47,41,71); }
H1.HeaderClassName
{
color: #2F2947;
}
.AnyTagClassName
{
color: #2F2947;
}
</style>
background-color css
<style>
a { background-color: #2F2947; }
a { background-color: rgb(47,41,71); }
div.DivClassName
{
background-color: #2F2947;
}
.BgClassName
{
background-color: #2F2947;
}
</style>
border-color css
<style>
span { border-color: #2F2947; }
span { border-color: rgb(47,41,71); }
td.TdClassName
{
border-color: #2F2947;
}
.TagClassName
{
border-color: #2F2947;
}
</style>