Shades of Christalle #411C6D
Tints of Christalle #411C6D
RGB
CMYK
RGB Variations
Color information
#411C6D (or 0x411C6D) is known color: Christalle. HEX triplet: 41, 1C and 6D. RGB value is (65,28,109). Sum of RGB (Red+Green+Blue) = 65+28+109=202 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.18% from 202); Green value is 28 (11.33% from 255 or 13.86% from 202); Blue value is 109 (42.97% from 255 or 53.96% from 202); Max value from RGB is 109 - color contains mainly: blue. Hex color #411C6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #411C6D is #BEE392. Grayscale: #303030. Windows color (decimal): -12510099 or 7150657. OLE color: 7150657.
HSL color Cylindrical-coordinate representation of color #411C6D: hue angle of 267.41º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #411C6D is Cyan = 0.40, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 65 | 28 | 109 | - |
| CMYK | 0.40 | 0.74 | 0 | 0.57 |
| HSL | 267.41º | 0.59% | 0.27% | - |
| HSV(B) | 267.41º | 0.74% | 0.43% | - |
| XYZ | 5.36 | 3.06 | 14.78 | - |
| YUV | 48.3 | 162.26 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 28 | 109 | 0.40 | 0.74 | 0 | 0.57 | 267.41 | 0.59 | 0.27 |
| Hex | 41 | 1C | 6D | 28 | 4A | 0 | 39 | 10B | 3B | 1B |
| Octal | 101 | 34 | 155 | 50 | 112 | 0 | 71 | 413 | 73 | 33 |
| Binary | 1000001 | 11100 | 1101101 | 101000 | 1001010 | 0 | 111001 | 100001011 | 111011 | 11011 |
Color Harmonies of #411C6D
Complementary color
Monochromatic Colors of #411C6D
Black with #411C6D
Text Example
Text Example
White with #411C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411C6D; }
p { color: rgb(65,28,109); }
H1.HeaderClassName
{
color: #411C6D;
}
.AnyTagClassName
{
color: #411C6D;
}
</style>
background-color css
<style>
a { background-color: #411C6D; }
a { background-color: rgb(65,28,109); }
div.DivClassName
{
background-color: #411C6D;
}
.BgClassName
{
background-color: #411C6D;
}
</style>
border-color css
<style>
span { border-color: #411C6D; }
span { border-color: rgb(65,28,109); }
td.TdClassName
{
border-color: #411C6D;
}
.TagClassName
{
border-color: #411C6D;
}
</style>