Shades of Christalle #412160
Tints of Christalle #412160
RGB
CMYK
RGB Variations
Color information
#412160 (or 0x412160) is known color: Christalle. HEX triplet: 41, 21 and 60. RGB value is (65,33,96). Sum of RGB (Red+Green+Blue) = 65+33+96=194 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.51% from 194); Green value is 33 (13.28% from 255 or 17.01% from 194); Blue value is 96 (37.89% from 255 or 49.48% from 194); Max value from RGB is 96 - color contains mainly: blue. Hex color #412160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412160 is #BEDE9F. Grayscale: #313131. Windows color (decimal): -12508832 or 6299969. OLE color: 6299969.
HSL color Cylindrical-coordinate representation of color #412160: hue angle of 270.48º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #412160 is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 65 | 33 | 96 | - |
| CMYK | 0.32 | 0.66 | 0 | 0.62 |
| HSL | 270.48º | 0.49% | 0.25% | - |
| HSV(B) | 270.48º | 0.66% | 0.38% | - |
| XYZ | 4.84 | 3.06 | 11.4 | - |
| YUV | 49.75 | 154.1 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 33 | 96 | 0.32 | 0.66 | 0 | 0.62 | 270.48 | 0.49 | 0.25 |
| Hex | 41 | 21 | 60 | 20 | 42 | 0 | 3E | 10E | 31 | 19 |
| Octal | 101 | 41 | 140 | 40 | 102 | 0 | 76 | 416 | 61 | 31 |
| Binary | 1000001 | 100001 | 1100000 | 100000 | 1000010 | 0 | 111110 | 100001110 | 110001 | 11001 |
Color Harmonies of #412160
Complementary color
Monochromatic Colors of #412160
Black with #412160
Text Example
Text Example
White with #412160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412160; }
p { color: rgb(65,33,96); }
H1.HeaderClassName
{
color: #412160;
}
.AnyTagClassName
{
color: #412160;
}
</style>
background-color css
<style>
a { background-color: #412160; }
a { background-color: rgb(65,33,96); }
div.DivClassName
{
background-color: #412160;
}
.BgClassName
{
background-color: #412160;
}
</style>
border-color css
<style>
span { border-color: #412160; }
span { border-color: rgb(65,33,96); }
td.TdClassName
{
border-color: #412160;
}
.TagClassName
{
border-color: #412160;
}
</style>