Shades of Tolopea #201542
Tints of Tolopea #201542
RGB
CMYK
RGB Variations
Color information
#201542 (or 0x201542) is known color: Tolopea. HEX triplet: 20, 15 and 42. RGB value is (32,21,66). Sum of RGB (Red+Green+Blue) = 32+21+66=119 (15% of max value = 765). Red value is 32 (12.89% from 255 or 26.89% from 119); Green value is 21 (8.59% from 255 or 17.65% from 119); Blue value is 66 (26.17% from 255 or 55.46% from 119); Max value from RGB is 66 - color contains mainly: blue. Hex color #201542 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201542 is #DFEABD. Grayscale: #1D1D1D. Windows color (decimal): -14674622 or 4330784. OLE color: 4330784.
HSL color Cylindrical-coordinate representation of color #201542: hue angle of 254.67º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #201542 is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 32 | 21 | 66 | - |
| CMYK | 0.52 | 0.68 | 0 | 0.74 |
| HSL | 254.67º | 0.52% | 0.17% | - |
| HSV(B) | 254.67º | 0.68% | 0.26% | - |
| XYZ | 1.85 | 1.24 | 5.3 | - |
| YUV | 29.42 | 148.64 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 21 | 66 | 0.52 | 0.68 | 0 | 0.74 | 254.67 | 0.52 | 0.17 |
| Hex | 20 | 15 | 42 | 34 | 44 | 0 | 4A | FF | 34 | 11 |
| Octal | 40 | 25 | 102 | 64 | 104 | 0 | 112 | 377 | 64 | 21 |
| Binary | 100000 | 10101 | 1000010 | 110100 | 1000100 | 0 | 1001010 | 11111111 | 110100 | 10001 |
Color Harmonies of #201542
Complementary color
Monochromatic Colors of #201542
Black with #201542
Text Example
Text Example
White with #201542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201542; }
p { color: rgb(32,21,66); }
H1.HeaderClassName
{
color: #201542;
}
.AnyTagClassName
{
color: #201542;
}
</style>
background-color css
<style>
a { background-color: #201542; }
a { background-color: rgb(32,21,66); }
div.DivClassName
{
background-color: #201542;
}
.BgClassName
{
background-color: #201542;
}
</style>
border-color css
<style>
span { border-color: #201542; }
span { border-color: rgb(32,21,66); }
td.TdClassName
{
border-color: #201542;
}
.TagClassName
{
border-color: #201542;
}
</style>