Shades of Christalle #40115D
Tints of Christalle #40115D
RGB
CMYK
RGB Variations
Color information
#40115D (or 0x40115D) is known color: Christalle. HEX triplet: 40, 11 and 5D. RGB value is (64,17,93). Sum of RGB (Red+Green+Blue) = 64+17+93=174 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.78% from 174); Green value is 17 (7.03% from 255 or 9.77% from 174); Blue value is 93 (36.72% from 255 or 53.45% from 174); Max value from RGB is 93 - color contains mainly: blue. Hex color #40115D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40115D is #BFEEA2. Grayscale: #272727. Windows color (decimal): -12578467 or 6099264. OLE color: 6099264.
HSL color Cylindrical-coordinate representation of color #40115D: hue angle of 277.11º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #40115D is Cyan = 0.31, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 64 | 17 | 93 | - |
| CMYK | 0.31 | 0.82 | 0 | 0.64 |
| HSL | 277.11º | 0.69% | 0.22% | - |
| HSV(B) | 277.11º | 0.82% | 0.36% | - |
| XYZ | 4.29 | 2.28 | 10.57 | - |
| YUV | 39.72 | 158.07 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 17 | 93 | 0.31 | 0.82 | 0 | 0.64 | 277.11 | 0.69 | 0.22 |
| Hex | 40 | 11 | 5D | 1F | 52 | 0 | 40 | 115 | 45 | 16 |
| Octal | 100 | 21 | 135 | 37 | 122 | 0 | 100 | 425 | 105 | 26 |
| Binary | 1000000 | 10001 | 1011101 | 11111 | 1010010 | 0 | 1000000 | 100010101 | 1000101 | 10110 |
Color Harmonies of #40115D
Complementary color
Monochromatic Colors of #40115D
Black with #40115D
Text Example
Text Example
White with #40115D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40115D; }
p { color: rgb(64,17,93); }
H1.HeaderClassName
{
color: #40115D;
}
.AnyTagClassName
{
color: #40115D;
}
</style>
background-color css
<style>
a { background-color: #40115D; }
a { background-color: rgb(64,17,93); }
div.DivClassName
{
background-color: #40115D;
}
.BgClassName
{
background-color: #40115D;
}
</style>
border-color css
<style>
span { border-color: #40115D; }
span { border-color: rgb(64,17,93); }
td.TdClassName
{
border-color: #40115D;
}
.TagClassName
{
border-color: #40115D;
}
</style>