Shades of Christalle #41186D
Tints of Christalle #41186D
RGB
CMYK
RGB Variations
Color information
#41186D (or 0x41186D) is known color: Christalle. HEX triplet: 41, 18 and 6D. RGB value is (65,24,109). Sum of RGB (Red+Green+Blue) = 65+24+109=198 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.83% from 198); Green value is 24 (9.77% from 255 or 12.12% from 198); Blue value is 109 (42.97% from 255 or 55.05% from 198); Max value from RGB is 109 - color contains mainly: blue. Hex color #41186D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41186D is #BEE792. Grayscale: #2D2D2D. Windows color (decimal): -12511123 or 7149633. OLE color: 7149633.
HSL color Cylindrical-coordinate representation of color #41186D: hue angle of 268.94º 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 #41186D is Cyan = 0.40, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 65 | 24 | 109 | - |
| CMYK | 0.40 | 0.78 | 0 | 0.57 |
| HSL | 268.94º | 0.64% | 0.26% | - |
| HSV(B) | 268.94º | 0.78% | 0.43% | - |
| XYZ | 5.27 | 2.88 | 14.75 | - |
| YUV | 45.95 | 163.58 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 24 | 109 | 0.40 | 0.78 | 0 | 0.57 | 268.94 | 0.64 | 0.26 |
| Hex | 41 | 18 | 6D | 28 | 4E | 0 | 39 | 10D | 40 | 1A |
| Octal | 101 | 30 | 155 | 50 | 116 | 0 | 71 | 415 | 100 | 32 |
| Binary | 1000001 | 11000 | 1101101 | 101000 | 1001110 | 0 | 111001 | 100001101 | 1000000 | 11010 |
Color Harmonies of #41186D
Complementary color
Monochromatic Colors of #41186D
Black with #41186D
Text Example
Text Example
White with #41186D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41186D; }
p { color: rgb(65,24,109); }
H1.HeaderClassName
{
color: #41186D;
}
.AnyTagClassName
{
color: #41186D;
}
</style>
background-color css
<style>
a { background-color: #41186D; }
a { background-color: rgb(65,24,109); }
div.DivClassName
{
background-color: #41186D;
}
.BgClassName
{
background-color: #41186D;
}
</style>
border-color css
<style>
span { border-color: #41186D; }
span { border-color: rgb(65,24,109); }
td.TdClassName
{
border-color: #41186D;
}
.TagClassName
{
border-color: #41186D;
}
</style>