Shades of Christalle #41145D
Tints of Christalle #41145D
RGB
CMYK
RGB Variations
Color information
#41145D (or 0x41145D) is known color: Christalle. HEX triplet: 41, 14 and 5D. RGB value is (65,20,93). Sum of RGB (Red+Green+Blue) = 65+20+93=178 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.52% from 178); Green value is 20 (8.20% from 255 or 11.24% from 178); Blue value is 93 (36.72% from 255 or 52.25% from 178); Max value from RGB is 93 - color contains mainly: blue. Hex color #41145D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41145D is #BEEBA2. Grayscale: #292929. Windows color (decimal): -12512163 or 6100033. OLE color: 6100033.
HSL color Cylindrical-coordinate representation of color #41145D: hue angle of 276.99º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #41145D is Cyan = 0.30, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 65 | 20 | 93 | - |
| CMYK | 0.30 | 0.78 | 0 | 0.64 |
| HSL | 276.99º | 0.65% | 0.22% | - |
| HSV(B) | 276.99º | 0.78% | 0.36% | - |
| XYZ | 4.41 | 2.41 | 10.59 | - |
| YUV | 41.78 | 156.91 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 20 | 93 | 0.30 | 0.78 | 0 | 0.64 | 276.99 | 0.65 | 0.22 |
| Hex | 41 | 14 | 5D | 1E | 4E | 0 | 40 | 115 | 41 | 16 |
| Octal | 101 | 24 | 135 | 36 | 116 | 0 | 100 | 425 | 101 | 26 |
| Binary | 1000001 | 10100 | 1011101 | 11110 | 1001110 | 0 | 1000000 | 100010101 | 1000001 | 10110 |
Color Harmonies of #41145D
Complementary color
Monochromatic Colors of #41145D
Black with #41145D
Text Example
Text Example
White with #41145D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41145D; }
p { color: rgb(65,20,93); }
H1.HeaderClassName
{
color: #41145D;
}
.AnyTagClassName
{
color: #41145D;
}
</style>
background-color css
<style>
a { background-color: #41145D; }
a { background-color: rgb(65,20,93); }
div.DivClassName
{
background-color: #41145D;
}
.BgClassName
{
background-color: #41145D;
}
</style>
border-color css
<style>
span { border-color: #41145D; }
span { border-color: rgb(65,20,93); }
td.TdClassName
{
border-color: #41145D;
}
.TagClassName
{
border-color: #41145D;
}
</style>