Shades of Christalle #401B5F
Tints of Christalle #401B5F
RGB
CMYK
RGB Variations
Color information
#401B5F (or 0x401B5F) is known color: Christalle. HEX triplet: 40, 1B and 5F. RGB value is (64,27,95). Sum of RGB (Red+Green+Blue) = 64+27+95=186 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.41% from 186); Green value is 27 (10.94% from 255 or 14.52% from 186); Blue value is 95 (37.5% from 255 or 51.08% from 186); Max value from RGB is 95 - color contains mainly: blue. Hex color #401B5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401B5F is #BFE4A0. Grayscale: #2D2D2D. Windows color (decimal): -12575905 or 6232896. OLE color: 6232896.
HSL color Cylindrical-coordinate representation of color #401B5F: hue angle of 272.65º degrees, saturation: 0.56, 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 #401B5F is Cyan = 0.33, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 64 | 27 | 95 | - |
| CMYK | 0.33 | 0.72 | 0 | 0.63 |
| HSL | 272.65º | 0.56% | 0.24% | - |
| HSV(B) | 272.65º | 0.72% | 0.37% | - |
| XYZ | 4.57 | 2.7 | 11.11 | - |
| YUV | 45.82 | 155.76 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 27 | 95 | 0.33 | 0.72 | 0 | 0.63 | 272.65 | 0.56 | 0.24 |
| Hex | 40 | 1B | 5F | 21 | 48 | 0 | 3F | 111 | 38 | 18 |
| Octal | 100 | 33 | 137 | 41 | 110 | 0 | 77 | 421 | 70 | 30 |
| Binary | 1000000 | 11011 | 1011111 | 100001 | 1001000 | 0 | 111111 | 100010001 | 111000 | 11000 |
Color Harmonies of #401B5F
Complementary color
Monochromatic Colors of #401B5F
Black with #401B5F
Text Example
Text Example
White with #401B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401B5F; }
p { color: rgb(64,27,95); }
H1.HeaderClassName
{
color: #401B5F;
}
.AnyTagClassName
{
color: #401B5F;
}
</style>
background-color css
<style>
a { background-color: #401B5F; }
a { background-color: rgb(64,27,95); }
div.DivClassName
{
background-color: #401B5F;
}
.BgClassName
{
background-color: #401B5F;
}
</style>
border-color css
<style>
span { border-color: #401B5F; }
span { border-color: rgb(64,27,95); }
td.TdClassName
{
border-color: #401B5F;
}
.TagClassName
{
border-color: #401B5F;
}
</style>