Shades of Christalle #412366
Tints of Christalle #412366
RGB
CMYK
RGB Variations
Color information
#412366 (or 0x412366) is known color: Christalle. HEX triplet: 41, 23 and 66. RGB value is (65,35,102). Sum of RGB (Red+Green+Blue) = 65+35+102=202 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.18% from 202); Green value is 35 (14.06% from 255 or 17.33% from 202); Blue value is 102 (40.23% from 255 or 50.50% from 202); Max value from RGB is 102 - color contains mainly: blue. Hex color #412366 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412366 is #BEDC99. Grayscale: #333333. Windows color (decimal): -12508314 or 6693697. OLE color: 6693697.
HSL color Cylindrical-coordinate representation of color #412366: hue angle of 266.87º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #412366 is Cyan = 0.36, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 65 | 35 | 102 | - |
| CMYK | 0.36 | 0.66 | 0 | 0.6 |
| HSL | 266.87º | 0.49% | 0.27% | - |
| HSV(B) | 266.87º | 0.66% | 0.4% | - |
| XYZ | 5.18 | 3.29 | 12.93 | - |
| YUV | 51.61 | 156.44 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 35 | 102 | 0.36 | 0.66 | 0 | 0.6 | 266.87 | 0.49 | 0.27 |
| Hex | 41 | 23 | 66 | 24 | 42 | 0 | 3C | 10B | 31 | 1B |
| Octal | 101 | 43 | 146 | 44 | 102 | 0 | 74 | 413 | 61 | 33 |
| Binary | 1000001 | 100011 | 1100110 | 100100 | 1000010 | 0 | 111100 | 100001011 | 110001 | 11011 |
Color Harmonies of #412366
Complementary color
Monochromatic Colors of #412366
Black with #412366
Text Example
Text Example
White with #412366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412366; }
p { color: rgb(65,35,102); }
H1.HeaderClassName
{
color: #412366;
}
.AnyTagClassName
{
color: #412366;
}
</style>
background-color css
<style>
a { background-color: #412366; }
a { background-color: rgb(65,35,102); }
div.DivClassName
{
background-color: #412366;
}
.BgClassName
{
background-color: #412366;
}
</style>
border-color css
<style>
span { border-color: #412366; }
span { border-color: rgb(65,35,102); }
td.TdClassName
{
border-color: #412366;
}
.TagClassName
{
border-color: #412366;
}
</style>