Shades of Christalle #401E5C
Tints of Christalle #401E5C
RGB
CMYK
RGB Variations
Color information
#401E5C (or 0x401E5C) is known color: Christalle. HEX triplet: 40, 1E and 5C. RGB value is (64,30,92). Sum of RGB (Red+Green+Blue) = 64+30+92=186 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.41% from 186); Green value is 30 (12.11% from 255 or 16.13% from 186); Blue value is 92 (36.33% from 255 or 49.46% from 186); Max value from RGB is 92 - color contains mainly: blue. Hex color #401E5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401E5C is #BFE1A3. Grayscale: #2F2F2F. Windows color (decimal): -12575140 or 6037056. OLE color: 6037056.
HSL color Cylindrical-coordinate representation of color #401E5C: hue angle of 272.9º degrees, saturation: 0.51, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #401E5C is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 64 | 30 | 92 | - |
| CMYK | 0.30 | 0.67 | 0 | 0.64 |
| HSL | 272.9º | 0.51% | 0.24% | - |
| HSV(B) | 272.9º | 0.67% | 0.36% | - |
| XYZ | 4.51 | 2.79 | 10.43 | - |
| YUV | 47.23 | 153.26 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 30 | 92 | 0.30 | 0.67 | 0 | 0.64 | 272.9 | 0.51 | 0.24 |
| Hex | 40 | 1E | 5C | 1E | 43 | 0 | 40 | 111 | 33 | 18 |
| Octal | 100 | 36 | 134 | 36 | 103 | 0 | 100 | 421 | 63 | 30 |
| Binary | 1000000 | 11110 | 1011100 | 11110 | 1000011 | 0 | 1000000 | 100010001 | 110011 | 11000 |
Color Harmonies of #401E5C
Complementary color
Monochromatic Colors of #401E5C
Black with #401E5C
Text Example
Text Example
White with #401E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401E5C; }
p { color: rgb(64,30,92); }
H1.HeaderClassName
{
color: #401E5C;
}
.AnyTagClassName
{
color: #401E5C;
}
</style>
background-color css
<style>
a { background-color: #401E5C; }
a { background-color: rgb(64,30,92); }
div.DivClassName
{
background-color: #401E5C;
}
.BgClassName
{
background-color: #401E5C;
}
</style>
border-color css
<style>
span { border-color: #401E5C; }
span { border-color: rgb(64,30,92); }
td.TdClassName
{
border-color: #401E5C;
}
.TagClassName
{
border-color: #401E5C;
}
</style>