Shades of Christalle #401E5B
Tints of Christalle #401E5B
RGB
CMYK
RGB Variations
Color information
#401E5B (or 0x401E5B) is known color: Christalle. HEX triplet: 40, 1E and 5B. RGB value is (64,30,91). Sum of RGB (Red+Green+Blue) = 64+30+91=185 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.59% from 185); Green value is 30 (12.11% from 255 or 16.22% from 185); Blue value is 91 (35.94% from 255 or 49.19% from 185); Max value from RGB is 91 - color contains mainly: blue. Hex color #401E5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401E5B is #BFE1A4. Grayscale: #2E2E2E. Windows color (decimal): -12575141 or 5971520. OLE color: 5971520.
HSL color Cylindrical-coordinate representation of color #401E5B: hue angle of 273.44º degrees, saturation: 0.5, 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 #401E5B is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 64 | 30 | 91 | - |
| CMYK | 0.30 | 0.67 | 0 | 0.64 |
| HSL | 273.44º | 0.5% | 0.24% | - |
| HSV(B) | 273.44º | 0.67% | 0.36% | - |
| XYZ | 4.47 | 2.77 | 10.2 | - |
| YUV | 47.12 | 152.76 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 30 | 91 | 0.30 | 0.67 | 0 | 0.64 | 273.44 | 0.5 | 0.24 |
| Hex | 40 | 1E | 5B | 1E | 43 | 0 | 40 | 111 | 32 | 18 |
| Octal | 100 | 36 | 133 | 36 | 103 | 0 | 100 | 421 | 62 | 30 |
| Binary | 1000000 | 11110 | 1011011 | 11110 | 1000011 | 0 | 1000000 | 100010001 | 110010 | 11000 |
Color Harmonies of #401E5B
Complementary color
Monochromatic Colors of #401E5B
Black with #401E5B
Text Example
Text Example
White with #401E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401E5B; }
p { color: rgb(64,30,91); }
H1.HeaderClassName
{
color: #401E5B;
}
.AnyTagClassName
{
color: #401E5B;
}
</style>
background-color css
<style>
a { background-color: #401E5B; }
a { background-color: rgb(64,30,91); }
div.DivClassName
{
background-color: #401E5B;
}
.BgClassName
{
background-color: #401E5B;
}
</style>
border-color css
<style>
span { border-color: #401E5B; }
span { border-color: rgb(64,30,91); }
td.TdClassName
{
border-color: #401E5B;
}
.TagClassName
{
border-color: #401E5B;
}
</style>