Shades of Tolopea #2A253A
Tints of Tolopea #2A253A
RGB
CMYK
RGB Variations
Color information
#2A253A (or 0x2A253A) is known color: Tolopea. HEX triplet: 2A, 25 and 3A. RGB value is (42,37,58). Sum of RGB (Red+Green+Blue) = 42+37+58=137 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30.66% from 137); Green value is 37 (14.84% from 255 or 27.01% from 137); Blue value is 58 (23.05% from 255 or 42.34% from 137); Max value from RGB is 58 - color contains mainly: blue. Hex color #2A253A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A253A is #D5DAC5. Grayscale: #282828. Windows color (decimal): -14015174 or 3810602. OLE color: 3810602.
HSL color Cylindrical-coordinate representation of color #2A253A: hue angle of 254.29º degrees, saturation: 0.22, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2A253A is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 42 | 37 | 58 | - |
| CMYK | 0.28 | 0.36 | 0 | 0.77 |
| HSL | 254.29º | 0.22% | 0.19% | - |
| HSV(B) | 254.29º | 0.36% | 0.23% | - |
| XYZ | 2.38 | 2.12 | 4.29 | - |
| YUV | 40.89 | 137.66 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 37 | 58 | 0.28 | 0.36 | 0 | 0.77 | 254.29 | 0.22 | 0.19 |
| Hex | 2A | 25 | 3A | 1C | 24 | 0 | 4D | FE | 16 | 13 |
| Octal | 52 | 45 | 72 | 34 | 44 | 0 | 115 | 376 | 26 | 23 |
| Binary | 101010 | 100101 | 111010 | 11100 | 100100 | 0 | 1001101 | 11111110 | 10110 | 10011 |
Color Harmonies of #2A253A
Complementary color
Monochromatic Colors of #2A253A
Black with #2A253A
Text Example
Text Example
White with #2A253A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A253A; }
p { color: rgb(42,37,58); }
H1.HeaderClassName
{
color: #2A253A;
}
.AnyTagClassName
{
color: #2A253A;
}
</style>
background-color css
<style>
a { background-color: #2A253A; }
a { background-color: rgb(42,37,58); }
div.DivClassName
{
background-color: #2A253A;
}
.BgClassName
{
background-color: #2A253A;
}
</style>
border-color css
<style>
span { border-color: #2A253A; }
span { border-color: rgb(42,37,58); }
td.TdClassName
{
border-color: #2A253A;
}
.TagClassName
{
border-color: #2A253A;
}
</style>