Shades of Christalle #401F5B
Tints of Christalle #401F5B
RGB
CMYK
RGB Variations
Color information
#401F5B (or 0x401F5B) is known color: Christalle. HEX triplet: 40, 1F and 5B. RGB value is (64,31,91). Sum of RGB (Red+Green+Blue) = 64+31+91=186 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.41% from 186); Green value is 31 (12.5% from 255 or 16.67% from 186); Blue value is 91 (35.94% from 255 or 48.92% from 186); Max value from RGB is 91 - color contains mainly: blue. Hex color #401F5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401F5B is #BFE0A4. Grayscale: #2F2F2F. Windows color (decimal): -12574885 or 5971776. OLE color: 5971776.
HSL color Cylindrical-coordinate representation of color #401F5B: hue angle of 273º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #401F5B is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 64 | 31 | 91 | - |
| CMYK | 0.30 | 0.66 | 0 | 0.64 |
| HSL | 273º | 0.49% | 0.24% | - |
| HSV(B) | 273º | 0.66% | 0.36% | - |
| XYZ | 4.49 | 2.83 | 10.21 | - |
| YUV | 47.71 | 152.43 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 31 | 91 | 0.30 | 0.66 | 0 | 0.64 | 273 | 0.49 | 0.24 |
| Hex | 40 | 1F | 5B | 1E | 42 | 0 | 40 | 111 | 31 | 18 |
| Octal | 100 | 37 | 133 | 36 | 102 | 0 | 100 | 421 | 61 | 30 |
| Binary | 1000000 | 11111 | 1011011 | 11110 | 1000010 | 0 | 1000000 | 100010001 | 110001 | 11000 |
Color Harmonies of #401F5B
Complementary color
Monochromatic Colors of #401F5B
Black with #401F5B
Text Example
Text Example
White with #401F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401F5B; }
p { color: rgb(64,31,91); }
H1.HeaderClassName
{
color: #401F5B;
}
.AnyTagClassName
{
color: #401F5B;
}
</style>
background-color css
<style>
a { background-color: #401F5B; }
a { background-color: rgb(64,31,91); }
div.DivClassName
{
background-color: #401F5B;
}
.BgClassName
{
background-color: #401F5B;
}
</style>
border-color css
<style>
span { border-color: #401F5B; }
span { border-color: rgb(64,31,91); }
td.TdClassName
{
border-color: #401F5B;
}
.TagClassName
{
border-color: #401F5B;
}
</style>