Shades of Christalle #411A65
Tints of Christalle #411A65
RGB
CMYK
RGB Variations
Color information
#411A65 (or 0x411A65) is known color: Christalle. HEX triplet: 41, 1A and 65. RGB value is (65,26,101). Sum of RGB (Red+Green+Blue) = 65+26+101=192 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.85% from 192); Green value is 26 (10.55% from 255 or 13.54% from 192); Blue value is 101 (39.84% from 255 or 52.60% from 192); Max value from RGB is 101 - color contains mainly: blue. Hex color #411A65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #411A65 is #BEE59A. Grayscale: #2D2D2D. Windows color (decimal): -12510619 or 6625857. OLE color: 6625857.
HSL color Cylindrical-coordinate representation of color #411A65: hue angle of 271.2º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #411A65 is Cyan = 0.36, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 65 | 26 | 101 | - |
| CMYK | 0.36 | 0.74 | 0 | 0.60 |
| HSL | 271.2º | 0.59% | 0.25% | - |
| HSV(B) | 271.2º | 0.74% | 0.4% | - |
| XYZ | 4.9 | 2.8 | 12.59 | - |
| YUV | 46.21 | 158.92 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 26 | 101 | 0.36 | 0.74 | 0 | 0.60 | 271.2 | 0.59 | 0.25 |
| Hex | 41 | 1A | 65 | 24 | 4A | 0 | 3C | 10F | 3B | 19 |
| Octal | 101 | 32 | 145 | 44 | 112 | 0 | 74 | 417 | 73 | 31 |
| Binary | 1000001 | 11010 | 1100101 | 100100 | 1001010 | 0 | 111100 | 100001111 | 111011 | 11001 |
Color Harmonies of #411A65
Complementary color
Monochromatic Colors of #411A65
Black with #411A65
Text Example
Text Example
White with #411A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411A65; }
p { color: rgb(65,26,101); }
H1.HeaderClassName
{
color: #411A65;
}
.AnyTagClassName
{
color: #411A65;
}
</style>
background-color css
<style>
a { background-color: #411A65; }
a { background-color: rgb(65,26,101); }
div.DivClassName
{
background-color: #411A65;
}
.BgClassName
{
background-color: #411A65;
}
</style>
border-color css
<style>
span { border-color: #411A65; }
span { border-color: rgb(65,26,101); }
td.TdClassName
{
border-color: #411A65;
}
.TagClassName
{
border-color: #411A65;
}
</style>