Shades of Christalle #412563
Tints of Christalle #412563
RGB
CMYK
RGB Variations
Color information
#412563 (or 0x412563) is known color: Christalle. HEX triplet: 41, 25 and 63. RGB value is (65,37,99). Sum of RGB (Red+Green+Blue) = 65+37+99=201 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.34% from 201); Green value is 37 (14.84% from 255 or 18.41% from 201); Blue value is 99 (39.06% from 255 or 49.25% from 201); Max value from RGB is 99 - color contains mainly: blue. Hex color #412563 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412563 is #BEDA9C. Grayscale: #343434. Windows color (decimal): -12507805 or 6497601. OLE color: 6497601.
HSL color Cylindrical-coordinate representation of color #412563: hue angle of 267.1º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #412563 is Cyan = 0.34, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 65 | 37 | 99 | - |
| CMYK | 0.34 | 0.63 | 0 | 0.61 |
| HSL | 267.1º | 0.46% | 0.27% | - |
| HSV(B) | 267.1º | 0.63% | 0.39% | - |
| XYZ | 5.09 | 3.35 | 12.18 | - |
| YUV | 52.44 | 154.28 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 37 | 99 | 0.34 | 0.63 | 0 | 0.61 | 267.1 | 0.46 | 0.27 |
| Hex | 41 | 25 | 63 | 22 | 3F | 0 | 3D | 10B | 2E | 1B |
| Octal | 101 | 45 | 143 | 42 | 77 | 0 | 75 | 413 | 56 | 33 |
| Binary | 1000001 | 100101 | 1100011 | 100010 | 111111 | 0 | 111101 | 100001011 | 101110 | 11011 |
Color Harmonies of #412563
Complementary color
Monochromatic Colors of #412563
Black with #412563
Text Example
Text Example
White with #412563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412563; }
p { color: rgb(65,37,99); }
H1.HeaderClassName
{
color: #412563;
}
.AnyTagClassName
{
color: #412563;
}
</style>
background-color css
<style>
a { background-color: #412563; }
a { background-color: rgb(65,37,99); }
div.DivClassName
{
background-color: #412563;
}
.BgClassName
{
background-color: #412563;
}
</style>
border-color css
<style>
span { border-color: #412563; }
span { border-color: rgb(65,37,99); }
td.TdClassName
{
border-color: #412563;
}
.TagClassName
{
border-color: #412563;
}
</style>