Shades of Christalle #401C5B
Tints of Christalle #401C5B
RGB
CMYK
RGB Variations
Color information
#401C5B (or 0x401C5B) is known color: Christalle. HEX triplet: 40, 1C and 5B. RGB value is (64,28,91). Sum of RGB (Red+Green+Blue) = 64+28+91=183 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.97% from 183); Green value is 28 (11.33% from 255 or 15.30% from 183); Blue value is 91 (35.94% from 255 or 49.73% from 183); Max value from RGB is 91 - color contains mainly: blue. Hex color #401C5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401C5B is #BFE3A4. Grayscale: #2D2D2D. Windows color (decimal): -12575653 or 5971008. OLE color: 5971008.
HSL color Cylindrical-coordinate representation of color #401C5B: hue angle of 274.29º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #401C5B is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 64 | 28 | 91 | - |
| CMYK | 0.30 | 0.69 | 0 | 0.64 |
| HSL | 274.29º | 0.53% | 0.23% | - |
| HSV(B) | 274.29º | 0.69% | 0.36% | - |
| XYZ | 4.42 | 2.68 | 10.18 | - |
| YUV | 45.95 | 153.43 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 28 | 91 | 0.30 | 0.69 | 0 | 0.64 | 274.29 | 0.53 | 0.23 |
| Hex | 40 | 1C | 5B | 1E | 45 | 0 | 40 | 112 | 35 | 17 |
| Octal | 100 | 34 | 133 | 36 | 105 | 0 | 100 | 422 | 65 | 27 |
| Binary | 1000000 | 11100 | 1011011 | 11110 | 1000101 | 0 | 1000000 | 100010010 | 110101 | 10111 |
Color Harmonies of #401C5B
Complementary color
Monochromatic Colors of #401C5B
Black with #401C5B
Text Example
Text Example
White with #401C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401C5B; }
p { color: rgb(64,28,91); }
H1.HeaderClassName
{
color: #401C5B;
}
.AnyTagClassName
{
color: #401C5B;
}
</style>
background-color css
<style>
a { background-color: #401C5B; }
a { background-color: rgb(64,28,91); }
div.DivClassName
{
background-color: #401C5B;
}
.BgClassName
{
background-color: #401C5B;
}
</style>
border-color css
<style>
span { border-color: #401C5B; }
span { border-color: rgb(64,28,91); }
td.TdClassName
{
border-color: #401C5B;
}
.TagClassName
{
border-color: #401C5B;
}
</style>