Shades of Christalle #401B71
Tints of Christalle #401B71
RGB
CMYK
RGB Variations
Color information
#401B71 (or 0x401B71) is known color: Christalle. HEX triplet: 40, 1B and 71. RGB value is (64,27,113). Sum of RGB (Red+Green+Blue) = 64+27+113=204 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.37% from 204); Green value is 27 (10.94% from 255 or 13.24% from 204); Blue value is 113 (44.53% from 255 or 55.39% from 204); Max value from RGB is 113 - color contains mainly: blue. Hex color #401B71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401B71 is #BFE48E. Grayscale: #2F2F2F. Windows color (decimal): -12575887 or 7412544. OLE color: 7412544.
HSL color Cylindrical-coordinate representation of color #401B71: hue angle of 265.81º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #401B71 is Cyan = 0.43, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 64 | 27 | 113 | - |
| CMYK | 0.43 | 0.76 | 0 | 0.56 |
| HSL | 265.81º | 0.61% | 0.27% | - |
| HSV(B) | 265.81º | 0.76% | 0.44% | - |
| XYZ | 5.49 | 3.07 | 15.93 | - |
| YUV | 47.87 | 164.76 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 27 | 113 | 0.43 | 0.76 | 0 | 0.56 | 265.81 | 0.61 | 0.27 |
| Hex | 40 | 1B | 71 | 2B | 4C | 0 | 38 | 10A | 3D | 1B |
| Octal | 100 | 33 | 161 | 53 | 114 | 0 | 70 | 412 | 75 | 33 |
| Binary | 1000000 | 11011 | 1110001 | 101011 | 1001100 | 0 | 111000 | 100001010 | 111101 | 11011 |
Color Harmonies of #401B71
Complementary color
Monochromatic Colors of #401B71
Black with #401B71
Text Example
Text Example
White with #401B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401B71; }
p { color: rgb(64,27,113); }
H1.HeaderClassName
{
color: #401B71;
}
.AnyTagClassName
{
color: #401B71;
}
</style>
background-color css
<style>
a { background-color: #401B71; }
a { background-color: rgb(64,27,113); }
div.DivClassName
{
background-color: #401B71;
}
.BgClassName
{
background-color: #401B71;
}
</style>
border-color css
<style>
span { border-color: #401B71; }
span { border-color: rgb(64,27,113); }
td.TdClassName
{
border-color: #401B71;
}
.TagClassName
{
border-color: #401B71;
}
</style>