Shades of Christalle #41186B
Tints of Christalle #41186B
RGB
CMYK
RGB Variations
Color information
#41186B (or 0x41186B) is known color: Christalle. HEX triplet: 41, 18 and 6B. RGB value is (65,24,107). Sum of RGB (Red+Green+Blue) = 65+24+107=196 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.16% from 196); Green value is 24 (9.77% from 255 or 12.24% from 196); Blue value is 107 (42.19% from 255 or 54.59% from 196); Max value from RGB is 107 - color contains mainly: blue. Hex color #41186B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41186B is #BEE794. Grayscale: #2D2D2D. Windows color (decimal): -12511125 or 7018561. OLE color: 7018561.
HSL color Cylindrical-coordinate representation of color #41186B: hue angle of 269.64º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #41186B is Cyan = 0.39, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 65 | 24 | 107 | - |
| CMYK | 0.39 | 0.78 | 0 | 0.58 |
| HSL | 269.64º | 0.63% | 0.26% | - |
| HSV(B) | 269.64º | 0.78% | 0.42% | - |
| XYZ | 5.16 | 2.84 | 14.19 | - |
| YUV | 45.72 | 162.58 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 24 | 107 | 0.39 | 0.78 | 0 | 0.58 | 269.64 | 0.63 | 0.26 |
| Hex | 41 | 18 | 6B | 27 | 4E | 0 | 3A | 10E | 3F | 1A |
| Octal | 101 | 30 | 153 | 47 | 116 | 0 | 72 | 416 | 77 | 32 |
| Binary | 1000001 | 11000 | 1101011 | 100111 | 1001110 | 0 | 111010 | 100001110 | 111111 | 11010 |
Color Harmonies of #41186B
Complementary color
Monochromatic Colors of #41186B
Black with #41186B
Text Example
Text Example
White with #41186B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41186B; }
p { color: rgb(65,24,107); }
H1.HeaderClassName
{
color: #41186B;
}
.AnyTagClassName
{
color: #41186B;
}
</style>
background-color css
<style>
a { background-color: #41186B; }
a { background-color: rgb(65,24,107); }
div.DivClassName
{
background-color: #41186B;
}
.BgClassName
{
background-color: #41186B;
}
</style>
border-color css
<style>
span { border-color: #41186B; }
span { border-color: rgb(65,24,107); }
td.TdClassName
{
border-color: #41186B;
}
.TagClassName
{
border-color: #41186B;
}
</style>