Shades of Christalle #401A5E
Tints of Christalle #401A5E
RGB
CMYK
RGB Variations
Color information
#401A5E (or 0x401A5E) is known color: Christalle. HEX triplet: 40, 1A and 5E. RGB value is (64,26,94). Sum of RGB (Red+Green+Blue) = 64+26+94=184 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.78% from 184); Green value is 26 (10.55% from 255 or 14.13% from 184); Blue value is 94 (37.11% from 255 or 51.09% from 184); Max value from RGB is 94 - color contains mainly: blue. Hex color #401A5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401A5E is #BFE5A1. Grayscale: #2C2C2C. Windows color (decimal): -12576162 or 6167104. OLE color: 6167104.
HSL color Cylindrical-coordinate representation of color #401A5E: hue angle of 273.53º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #401A5E is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 64 | 26 | 94 | - |
| CMYK | 0.32 | 0.72 | 0 | 0.63 |
| HSL | 273.53º | 0.57% | 0.24% | - |
| HSV(B) | 273.53º | 0.72% | 0.37% | - |
| XYZ | 4.5 | 2.64 | 10.86 | - |
| YUV | 45.11 | 155.59 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 26 | 94 | 0.32 | 0.72 | 0 | 0.63 | 273.53 | 0.57 | 0.24 |
| Hex | 40 | 1A | 5E | 20 | 48 | 0 | 3F | 112 | 39 | 18 |
| Octal | 100 | 32 | 136 | 40 | 110 | 0 | 77 | 422 | 71 | 30 |
| Binary | 1000000 | 11010 | 1011110 | 100000 | 1001000 | 0 | 111111 | 100010010 | 111001 | 11000 |
Color Harmonies of #401A5E
Complementary color
Monochromatic Colors of #401A5E
Black with #401A5E
Text Example
Text Example
White with #401A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401A5E; }
p { color: rgb(64,26,94); }
H1.HeaderClassName
{
color: #401A5E;
}
.AnyTagClassName
{
color: #401A5E;
}
</style>
background-color css
<style>
a { background-color: #401A5E; }
a { background-color: rgb(64,26,94); }
div.DivClassName
{
background-color: #401A5E;
}
.BgClassName
{
background-color: #401A5E;
}
</style>
border-color css
<style>
span { border-color: #401A5E; }
span { border-color: rgb(64,26,94); }
td.TdClassName
{
border-color: #401A5E;
}
.TagClassName
{
border-color: #401A5E;
}
</style>