Shades of Christalle #410B5D
Tints of Christalle #410B5D
RGB
CMYK
RGB Variations
Color information
#410B5D (or 0x410B5D) is known color: Christalle. HEX triplet: 41, 0B and 5D. RGB value is (65,11,93). Sum of RGB (Red+Green+Blue) = 65+11+93=169 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.46% from 169); Green value is 11 (4.69% from 255 or 6.51% from 169); Blue value is 93 (36.72% from 255 or 55.03% from 169); Max value from RGB is 93 - color contains mainly: blue. Hex color #410B5D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410B5D is #BEF4A2. Grayscale: #242424. Windows color (decimal): -12514467 or 6097729. OLE color: 6097729.
HSL color Cylindrical-coordinate representation of color #410B5D: hue angle of 279.51º degrees, saturation: 0.79, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #410B5D is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 65 | 11 | 93 | - |
| CMYK | 0.30 | 0.88 | 0 | 0.64 |
| HSL | 279.51º | 0.79% | 0.2% | - |
| HSV(B) | 279.51º | 0.88% | 0.36% | - |
| XYZ | 4.28 | 2.15 | 10.55 | - |
| YUV | 36.49 | 159.89 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 11 | 93 | 0.30 | 0.88 | 0 | 0.64 | 279.51 | 0.79 | 0.2 |
| Hex | 41 | B | 5D | 1E | 58 | 0 | 40 | 118 | 4F | 14 |
| Octal | 101 | 13 | 135 | 36 | 130 | 0 | 100 | 430 | 117 | 24 |
| Binary | 1000001 | 1011 | 1011101 | 11110 | 1011000 | 0 | 1000000 | 100011000 | 1001111 | 10100 |
Color Harmonies of #410B5D
Complementary color
Monochromatic Colors of #410B5D
Black with #410B5D
Text Example
Text Example
White with #410B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410B5D; }
p { color: rgb(65,11,93); }
H1.HeaderClassName
{
color: #410B5D;
}
.AnyTagClassName
{
color: #410B5D;
}
</style>
background-color css
<style>
a { background-color: #410B5D; }
a { background-color: rgb(65,11,93); }
div.DivClassName
{
background-color: #410B5D;
}
.BgClassName
{
background-color: #410B5D;
}
</style>
border-color css
<style>
span { border-color: #410B5D; }
span { border-color: rgb(65,11,93); }
td.TdClassName
{
border-color: #410B5D;
}
.TagClassName
{
border-color: #410B5D;
}
</style>