Shades of Tolopea #231940
Tints of Tolopea #231940
RGB
CMYK
RGB Variations
Color information
#231940 (or 0x231940) is known color: Tolopea. HEX triplet: 23, 19 and 40. RGB value is (35,25,64). Sum of RGB (Red+Green+Blue) = 35+25+64=124 (16% of max value = 765). Red value is 35 (14.06% from 255 or 28.23% from 124); Green value is 25 (10.16% from 255 or 20.16% from 124); Blue value is 64 (25.39% from 255 or 51.61% from 124); Max value from RGB is 64 - color contains mainly: blue. Hex color #231940 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231940 is #DCE6BF. Grayscale: #202020. Windows color (decimal): -14476992 or 4200739. OLE color: 4200739.
HSL color Cylindrical-coordinate representation of color #231940: hue angle of 255.38º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #231940 is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 35 | 25 | 64 | - |
| CMYK | 0.45 | 0.61 | 0 | 0.75 |
| HSL | 255.38º | 0.44% | 0.17% | - |
| HSV(B) | 255.38º | 0.61% | 0.25% | - |
| XYZ | 1.97 | 1.42 | 5.02 | - |
| YUV | 32.44 | 145.81 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 25 | 64 | 0.45 | 0.61 | 0 | 0.75 | 255.38 | 0.44 | 0.17 |
| Hex | 23 | 19 | 40 | 2D | 3D | 0 | 4B | FF | 2C | 11 |
| Octal | 43 | 31 | 100 | 55 | 75 | 0 | 113 | 377 | 54 | 21 |
| Binary | 100011 | 11001 | 1000000 | 101101 | 111101 | 0 | 1001011 | 11111111 | 101100 | 10001 |
Color Harmonies of #231940
Complementary color
Monochromatic Colors of #231940
Black with #231940
Text Example
Text Example
White with #231940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231940; }
p { color: rgb(35,25,64); }
H1.HeaderClassName
{
color: #231940;
}
.AnyTagClassName
{
color: #231940;
}
</style>
background-color css
<style>
a { background-color: #231940; }
a { background-color: rgb(35,25,64); }
div.DivClassName
{
background-color: #231940;
}
.BgClassName
{
background-color: #231940;
}
</style>
border-color css
<style>
span { border-color: #231940; }
span { border-color: rgb(35,25,64); }
td.TdClassName
{
border-color: #231940;
}
.TagClassName
{
border-color: #231940;
}
</style>