Shades of Christalle #41275C
Tints of Christalle #41275C
RGB
CMYK
RGB Variations
Color information
#41275C (or 0x41275C) is known color: Christalle. HEX triplet: 41, 27 and 5C. RGB value is (65,39,92). Sum of RGB (Red+Green+Blue) = 65+39+92=196 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.16% from 196); Green value is 39 (15.62% from 255 or 19.90% from 196); Blue value is 92 (36.33% from 255 or 46.94% from 196); Max value from RGB is 92 - color contains mainly: blue. Hex color #41275C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41275C is #BED8A3. Grayscale: #343434. Windows color (decimal): -12507300 or 6039361. OLE color: 6039361.
HSL color Cylindrical-coordinate representation of color #41275C: hue angle of 269.43º degrees, saturation: 0.4, 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 #41275C is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 65 | 39 | 92 | - |
| CMYK | 0.29 | 0.58 | 0 | 0.64 |
| HSL | 269.43º | 0.4% | 0.26% | - |
| HSV(B) | 269.43º | 0.58% | 0.36% | - |
| XYZ | 4.84 | 3.35 | 10.52 | - |
| YUV | 52.82 | 150.11 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 39 | 92 | 0.29 | 0.58 | 0 | 0.64 | 269.43 | 0.4 | 0.26 |
| Hex | 41 | 27 | 5C | 1D | 3A | 0 | 40 | 10D | 28 | 1A |
| Octal | 101 | 47 | 134 | 35 | 72 | 0 | 100 | 415 | 50 | 32 |
| Binary | 1000001 | 100111 | 1011100 | 11101 | 111010 | 0 | 1000000 | 100001101 | 101000 | 11010 |
Color Harmonies of #41275C
Complementary color
Monochromatic Colors of #41275C
Black with #41275C
Text Example
Text Example
White with #41275C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41275C; }
p { color: rgb(65,39,92); }
H1.HeaderClassName
{
color: #41275C;
}
.AnyTagClassName
{
color: #41275C;
}
</style>
background-color css
<style>
a { background-color: #41275C; }
a { background-color: rgb(65,39,92); }
div.DivClassName
{
background-color: #41275C;
}
.BgClassName
{
background-color: #41275C;
}
</style>
border-color css
<style>
span { border-color: #41275C; }
span { border-color: rgb(65,39,92); }
td.TdClassName
{
border-color: #41275C;
}
.TagClassName
{
border-color: #41275C;
}
</style>