Shades of Christalle #41256A
Tints of Christalle #41256A
RGB
CMYK
RGB Variations
Color information
#41256A (or 0x41256A) is known color: Christalle. HEX triplet: 41, 25 and 6A. RGB value is (65,37,106). Sum of RGB (Red+Green+Blue) = 65+37+106=208 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.25% from 208); Green value is 37 (14.84% from 255 or 17.79% from 208); Blue value is 106 (41.80% from 255 or 50.96% from 208); Max value from RGB is 106 - color contains mainly: blue. Hex color #41256A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41256A is #BEDA95. Grayscale: #343434. Windows color (decimal): -12507798 or 6956353. OLE color: 6956353.
HSL color Cylindrical-coordinate representation of color #41256A: hue angle of 264.35º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #41256A is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 65 | 37 | 106 | - |
| CMYK | 0.39 | 0.65 | 0 | 0.58 |
| HSL | 264.35º | 0.48% | 0.28% | - |
| HSV(B) | 264.35º | 0.65% | 0.42% | - |
| XYZ | 5.44 | 3.49 | 14.02 | - |
| YUV | 53.24 | 157.78 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 37 | 106 | 0.39 | 0.65 | 0 | 0.58 | 264.35 | 0.48 | 0.28 |
| Hex | 41 | 25 | 6A | 27 | 41 | 0 | 3A | 108 | 30 | 1C |
| Octal | 101 | 45 | 152 | 47 | 101 | 0 | 72 | 410 | 60 | 34 |
| Binary | 1000001 | 100101 | 1101010 | 100111 | 1000001 | 0 | 111010 | 100001000 | 110000 | 11100 |
Color Harmonies of #41256A
Complementary color
Monochromatic Colors of #41256A
Black with #41256A
Text Example
Text Example
White with #41256A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41256A; }
p { color: rgb(65,37,106); }
H1.HeaderClassName
{
color: #41256A;
}
.AnyTagClassName
{
color: #41256A;
}
</style>
background-color css
<style>
a { background-color: #41256A; }
a { background-color: rgb(65,37,106); }
div.DivClassName
{
background-color: #41256A;
}
.BgClassName
{
background-color: #41256A;
}
</style>
border-color css
<style>
span { border-color: #41256A; }
span { border-color: rgb(65,37,106); }
td.TdClassName
{
border-color: #41256A;
}
.TagClassName
{
border-color: #41256A;
}
</style>