Shades of Tolopea #2D2540
Tints of Tolopea #2D2540
RGB
CMYK
RGB Variations
Color information
#2D2540 (or 0x2D2540) is known color: Tolopea. HEX triplet: 2D, 25 and 40. RGB value is (45,37,64). Sum of RGB (Red+Green+Blue) = 45+37+64=146 (19% of max value = 765). Red value is 45 (17.97% from 255 or 30.82% from 146); Green value is 37 (14.84% from 255 or 25.34% from 146); Blue value is 64 (25.39% from 255 or 43.84% from 146); Max value from RGB is 64 - color contains mainly: blue. Hex color #2D2540 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D2540 is #D2DABF. Grayscale: #2A2A2A. Windows color (decimal): -13818560 or 4203821. OLE color: 4203821.
HSL color Cylindrical-coordinate representation of color #2D2540: hue angle of 257.78º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2D2540 is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 45 | 37 | 64 | - |
| CMYK | 0.30 | 0.42 | 0 | 0.75 |
| HSL | 257.78º | 0.27% | 0.2% | - |
| HSV(B) | 257.78º | 0.42% | 0.25% | - |
| XYZ | 2.67 | 2.25 | 5.14 | - |
| YUV | 42.47 | 140.15 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 37 | 64 | 0.30 | 0.42 | 0 | 0.75 | 257.78 | 0.27 | 0.2 |
| Hex | 2D | 25 | 40 | 1E | 2A | 0 | 4B | 102 | 1B | 14 |
| Octal | 55 | 45 | 100 | 36 | 52 | 0 | 113 | 402 | 33 | 24 |
| Binary | 101101 | 100101 | 1000000 | 11110 | 101010 | 0 | 1001011 | 100000010 | 11011 | 10100 |
Color Harmonies of #2D2540
Complementary color
Monochromatic Colors of #2D2540
Black with #2D2540
Text Example
Text Example
White with #2D2540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2540; }
p { color: rgb(45,37,64); }
H1.HeaderClassName
{
color: #2D2540;
}
.AnyTagClassName
{
color: #2D2540;
}
</style>
background-color css
<style>
a { background-color: #2D2540; }
a { background-color: rgb(45,37,64); }
div.DivClassName
{
background-color: #2D2540;
}
.BgClassName
{
background-color: #2D2540;
}
</style>
border-color css
<style>
span { border-color: #2D2540; }
span { border-color: rgb(45,37,64); }
td.TdClassName
{
border-color: #2D2540;
}
.TagClassName
{
border-color: #2D2540;
}
</style>