Shades of Christalle #412C5D
Tints of Christalle #412C5D
RGB
CMYK
RGB Variations
Color information
#412C5D (or 0x412C5D) is known color: Christalle. HEX triplet: 41, 2C and 5D. RGB value is (65,44,93). Sum of RGB (Red+Green+Blue) = 65+44+93=202 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.18% from 202); Green value is 44 (17.58% from 255 or 21.78% from 202); Blue value is 93 (36.72% from 255 or 46.04% from 202); Max value from RGB is 93 - color contains mainly: blue. Hex color #412C5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412C5D is #BED3A2. Grayscale: #373737. Windows color (decimal): -12506019 or 6106177. OLE color: 6106177.
HSL color Cylindrical-coordinate representation of color #412C5D: hue angle of 265.71º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #412C5D is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 65 | 44 | 93 | - |
| CMYK | 0.30 | 0.53 | 0 | 0.64 |
| HSL | 265.71º | 0.36% | 0.27% | - |
| HSV(B) | 265.71º | 0.53% | 0.36% | - |
| XYZ | 5.06 | 3.72 | 10.81 | - |
| YUV | 55.87 | 148.96 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 44 | 93 | 0.30 | 0.53 | 0 | 0.64 | 265.71 | 0.36 | 0.27 |
| Hex | 41 | 2C | 5D | 1E | 35 | 0 | 40 | 10A | 24 | 1B |
| Octal | 101 | 54 | 135 | 36 | 65 | 0 | 100 | 412 | 44 | 33 |
| Binary | 1000001 | 101100 | 1011101 | 11110 | 110101 | 0 | 1000000 | 100001010 | 100100 | 11011 |
Color Harmonies of #412C5D
Complementary color
Monochromatic Colors of #412C5D
Black with #412C5D
Text Example
Text Example
White with #412C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412C5D; }
p { color: rgb(65,44,93); }
H1.HeaderClassName
{
color: #412C5D;
}
.AnyTagClassName
{
color: #412C5D;
}
</style>
background-color css
<style>
a { background-color: #412C5D; }
a { background-color: rgb(65,44,93); }
div.DivClassName
{
background-color: #412C5D;
}
.BgClassName
{
background-color: #412C5D;
}
</style>
border-color css
<style>
span { border-color: #412C5D; }
span { border-color: rgb(65,44,93); }
td.TdClassName
{
border-color: #412C5D;
}
.TagClassName
{
border-color: #412C5D;
}
</style>