Shades of Tolopea #261C41
Tints of Tolopea #261C41
RGB
CMYK
RGB Variations
Color information
#261C41 (or 0x261C41) is known color: Tolopea. HEX triplet: 26, 1C and 41. RGB value is (38,28,65). Sum of RGB (Red+Green+Blue) = 38+28+65=131 (17% of max value = 765). Red value is 38 (15.23% from 255 or 29.01% from 131); Green value is 28 (11.33% from 255 or 21.37% from 131); Blue value is 65 (25.78% from 255 or 49.62% from 131); Max value from RGB is 65 - color contains mainly: blue. Hex color #261C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261C41 is #D9E3BE. Grayscale: #232323. Windows color (decimal): -14279615 or 4267046. OLE color: 4267046.
HSL color Cylindrical-coordinate representation of color #261C41: hue angle of 256.22º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #261C41 is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 38 | 28 | 65 | - |
| CMYK | 0.42 | 0.57 | 0 | 0.75 |
| HSL | 256.22º | 0.4% | 0.18% | - |
| HSV(B) | 256.22º | 0.57% | 0.25% | - |
| XYZ | 2.17 | 1.62 | 5.2 | - |
| YUV | 35.21 | 144.81 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 28 | 65 | 0.42 | 0.57 | 0 | 0.75 | 256.22 | 0.4 | 0.18 |
| Hex | 26 | 1C | 41 | 2A | 39 | 0 | 4B | 100 | 28 | 12 |
| Octal | 46 | 34 | 101 | 52 | 71 | 0 | 113 | 400 | 50 | 22 |
| Binary | 100110 | 11100 | 1000001 | 101010 | 111001 | 0 | 1001011 | 100000000 | 101000 | 10010 |
Color Harmonies of #261C41
Complementary color
Monochromatic Colors of #261C41
Black with #261C41
Text Example
Text Example
White with #261C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261C41; }
p { color: rgb(38,28,65); }
H1.HeaderClassName
{
color: #261C41;
}
.AnyTagClassName
{
color: #261C41;
}
</style>
background-color css
<style>
a { background-color: #261C41; }
a { background-color: rgb(38,28,65); }
div.DivClassName
{
background-color: #261C41;
}
.BgClassName
{
background-color: #261C41;
}
</style>
border-color css
<style>
span { border-color: #261C41; }
span { border-color: rgb(38,28,65); }
td.TdClassName
{
border-color: #261C41;
}
.TagClassName
{
border-color: #261C41;
}
</style>