Shades of Christalle #41275D
Tints of Christalle #41275D
RGB
CMYK
RGB Variations
Color information
#41275D (or 0x41275D) is known color: Christalle. HEX triplet: 41, 27 and 5D. RGB value is (65,39,93). Sum of RGB (Red+Green+Blue) = 65+39+93=197 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.99% from 197); Green value is 39 (15.62% from 255 or 19.80% from 197); Blue value is 93 (36.72% from 255 or 47.21% from 197); Max value from RGB is 93 - color contains mainly: blue. Hex color #41275D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41275D is #BED8A2. Grayscale: #343434. Windows color (decimal): -12507299 or 6104897. OLE color: 6104897.
HSL color Cylindrical-coordinate representation of color #41275D: hue angle of 268.89º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #41275D is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 65 | 39 | 93 | - |
| CMYK | 0.30 | 0.58 | 0 | 0.64 |
| HSL | 268.89º | 0.41% | 0.26% | - |
| HSV(B) | 268.89º | 0.58% | 0.36% | - |
| XYZ | 4.88 | 3.37 | 10.75 | - |
| YUV | 52.93 | 150.61 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 39 | 93 | 0.30 | 0.58 | 0 | 0.64 | 268.89 | 0.41 | 0.26 |
| Hex | 41 | 27 | 5D | 1E | 3A | 0 | 40 | 10D | 29 | 1A |
| Octal | 101 | 47 | 135 | 36 | 72 | 0 | 100 | 415 | 51 | 32 |
| Binary | 1000001 | 100111 | 1011101 | 11110 | 111010 | 0 | 1000000 | 100001101 | 101001 | 11010 |
Color Harmonies of #41275D
Complementary color
Monochromatic Colors of #41275D
Black with #41275D
Text Example
Text Example
White with #41275D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41275D; }
p { color: rgb(65,39,93); }
H1.HeaderClassName
{
color: #41275D;
}
.AnyTagClassName
{
color: #41275D;
}
</style>
background-color css
<style>
a { background-color: #41275D; }
a { background-color: rgb(65,39,93); }
div.DivClassName
{
background-color: #41275D;
}
.BgClassName
{
background-color: #41275D;
}
</style>
border-color css
<style>
span { border-color: #41275D; }
span { border-color: rgb(65,39,93); }
td.TdClassName
{
border-color: #41275D;
}
.TagClassName
{
border-color: #41275D;
}
</style>