Shades of Christalle #411A60
Tints of Christalle #411A60
RGB
CMYK
RGB Variations
Color information
#411A60 (or 0x411A60) is known color: Christalle. HEX triplet: 41, 1A and 60. RGB value is (65,26,96). Sum of RGB (Red+Green+Blue) = 65+26+96=187 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.76% from 187); Green value is 26 (10.55% from 255 or 13.90% from 187); Blue value is 96 (37.89% from 255 or 51.34% from 187); Max value from RGB is 96 - color contains mainly: blue. Hex color #411A60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #411A60 is #BEE59F. Grayscale: #2D2D2D. Windows color (decimal): -12510624 or 6298177. OLE color: 6298177.
HSL color Cylindrical-coordinate representation of color #411A60: hue angle of 273.43º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #411A60 is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 65 | 26 | 96 | - |
| CMYK | 0.32 | 0.73 | 0 | 0.62 |
| HSL | 273.43º | 0.57% | 0.24% | - |
| HSV(B) | 273.43º | 0.73% | 0.38% | - |
| XYZ | 4.66 | 2.71 | 11.34 | - |
| YUV | 45.64 | 156.42 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 26 | 96 | 0.32 | 0.73 | 0 | 0.62 | 273.43 | 0.57 | 0.24 |
| Hex | 41 | 1A | 60 | 20 | 49 | 0 | 3E | 111 | 39 | 18 |
| Octal | 101 | 32 | 140 | 40 | 111 | 0 | 76 | 421 | 71 | 30 |
| Binary | 1000001 | 11010 | 1100000 | 100000 | 1001001 | 0 | 111110 | 100010001 | 111001 | 11000 |
Color Harmonies of #411A60
Complementary color
Monochromatic Colors of #411A60
Black with #411A60
Text Example
Text Example
White with #411A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411A60; }
p { color: rgb(65,26,96); }
H1.HeaderClassName
{
color: #411A60;
}
.AnyTagClassName
{
color: #411A60;
}
</style>
background-color css
<style>
a { background-color: #411A60; }
a { background-color: rgb(65,26,96); }
div.DivClassName
{
background-color: #411A60;
}
.BgClassName
{
background-color: #411A60;
}
</style>
border-color css
<style>
span { border-color: #411A60; }
span { border-color: rgb(65,26,96); }
td.TdClassName
{
border-color: #411A60;
}
.TagClassName
{
border-color: #411A60;
}
</style>