Shades of Christalle #401F5F
Tints of Christalle #401F5F
RGB
CMYK
RGB Variations
Color information
#401F5F (or 0x401F5F) is known color: Christalle. HEX triplet: 40, 1F and 5F. RGB value is (64,31,95). Sum of RGB (Red+Green+Blue) = 64+31+95=190 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.68% from 190); Green value is 31 (12.5% from 255 or 16.32% from 190); Blue value is 95 (37.5% from 255 or 50% from 190); Max value from RGB is 95 - color contains mainly: blue. Hex color #401F5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401F5F is #BFE0A0. Grayscale: #2F2F2F. Windows color (decimal): -12574881 or 6233920. OLE color: 6233920.
HSL color Cylindrical-coordinate representation of color #401F5F: hue angle of 270.94º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #401F5F is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 64 | 31 | 95 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.63 |
| HSL | 270.94º | 0.51% | 0.25% | - |
| HSV(B) | 270.94º | 0.67% | 0.37% | - |
| XYZ | 4.67 | 2.9 | 11.14 | - |
| YUV | 48.16 | 154.43 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 31 | 95 | 0.33 | 0.67 | 0 | 0.63 | 270.94 | 0.51 | 0.25 |
| Hex | 40 | 1F | 5F | 21 | 43 | 0 | 3F | 10F | 33 | 19 |
| Octal | 100 | 37 | 137 | 41 | 103 | 0 | 77 | 417 | 63 | 31 |
| Binary | 1000000 | 11111 | 1011111 | 100001 | 1000011 | 0 | 111111 | 100001111 | 110011 | 11001 |
Color Harmonies of #401F5F
Complementary color
Monochromatic Colors of #401F5F
Black with #401F5F
Text Example
Text Example
White with #401F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401F5F; }
p { color: rgb(64,31,95); }
H1.HeaderClassName
{
color: #401F5F;
}
.AnyTagClassName
{
color: #401F5F;
}
</style>
background-color css
<style>
a { background-color: #401F5F; }
a { background-color: rgb(64,31,95); }
div.DivClassName
{
background-color: #401F5F;
}
.BgClassName
{
background-color: #401F5F;
}
</style>
border-color css
<style>
span { border-color: #401F5F; }
span { border-color: rgb(64,31,95); }
td.TdClassName
{
border-color: #401F5F;
}
.TagClassName
{
border-color: #401F5F;
}
</style>