Shades of Christalle #41186E
Tints of Christalle #41186E
RGB
CMYK
RGB Variations
Color information
#41186E (or 0x41186E) is known color: Christalle. HEX triplet: 41, 18 and 6E. RGB value is (65,24,110). Sum of RGB (Red+Green+Blue) = 65+24+110=199 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.66% from 199); Green value is 24 (9.77% from 255 or 12.06% from 199); Blue value is 110 (43.36% from 255 or 55.28% from 199); Max value from RGB is 110 - color contains mainly: blue. Hex color #41186E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41186E is #BEE791. Grayscale: #2D2D2D. Windows color (decimal): -12511122 or 7215169. OLE color: 7215169.
HSL color Cylindrical-coordinate representation of color #41186E: hue angle of 268.6º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #41186E is Cyan = 0.41, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 65 | 24 | 110 | - |
| CMYK | 0.41 | 0.78 | 0 | 0.57 |
| HSL | 268.6º | 0.64% | 0.26% | - |
| HSV(B) | 268.6º | 0.78% | 0.43% | - |
| XYZ | 5.32 | 2.9 | 15.03 | - |
| YUV | 46.06 | 164.08 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 24 | 110 | 0.41 | 0.78 | 0 | 0.57 | 268.6 | 0.64 | 0.26 |
| Hex | 41 | 18 | 6E | 29 | 4E | 0 | 39 | 10D | 40 | 1A |
| Octal | 101 | 30 | 156 | 51 | 116 | 0 | 71 | 415 | 100 | 32 |
| Binary | 1000001 | 11000 | 1101110 | 101001 | 1001110 | 0 | 111001 | 100001101 | 1000000 | 11010 |
Color Harmonies of #41186E
Complementary color
Monochromatic Colors of #41186E
Black with #41186E
Text Example
Text Example
White with #41186E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41186E; }
p { color: rgb(65,24,110); }
H1.HeaderClassName
{
color: #41186E;
}
.AnyTagClassName
{
color: #41186E;
}
</style>
background-color css
<style>
a { background-color: #41186E; }
a { background-color: rgb(65,24,110); }
div.DivClassName
{
background-color: #41186E;
}
.BgClassName
{
background-color: #41186E;
}
</style>
border-color css
<style>
span { border-color: #41186E; }
span { border-color: rgb(65,24,110); }
td.TdClassName
{
border-color: #41186E;
}
.TagClassName
{
border-color: #41186E;
}
</style>