Shades of Christalle #401C6F
Tints of Christalle #401C6F
RGB
CMYK
RGB Variations
Color information
#401C6F (or 0x401C6F) is known color: Christalle. HEX triplet: 40, 1C and 6F. RGB value is (64,28,111). Sum of RGB (Red+Green+Blue) = 64+28+111=203 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.53% from 203); Green value is 28 (11.33% from 255 or 13.79% from 203); Blue value is 111 (43.75% from 255 or 54.68% from 203); Max value from RGB is 111 - color contains mainly: blue. Hex color #401C6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401C6F is #BFE390. Grayscale: #2F2F2F. Windows color (decimal): -12575633 or 7281728. OLE color: 7281728.
HSL color Cylindrical-coordinate representation of color #401C6F: hue angle of 266.02º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #401C6F is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 64 | 28 | 111 | - |
| CMYK | 0.42 | 0.75 | 0 | 0.56 |
| HSL | 266.02º | 0.6% | 0.27% | - |
| HSV(B) | 266.02º | 0.75% | 0.44% | - |
| XYZ | 5.4 | 3.07 | 15.35 | - |
| YUV | 48.23 | 163.43 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 28 | 111 | 0.42 | 0.75 | 0 | 0.56 | 266.02 | 0.6 | 0.27 |
| Hex | 40 | 1C | 6F | 2A | 4B | 0 | 38 | 10A | 3C | 1B |
| Octal | 100 | 34 | 157 | 52 | 113 | 0 | 70 | 412 | 74 | 33 |
| Binary | 1000000 | 11100 | 1101111 | 101010 | 1001011 | 0 | 111000 | 100001010 | 111100 | 11011 |
Color Harmonies of #401C6F
Complementary color
Monochromatic Colors of #401C6F
Black with #401C6F
Text Example
Text Example
White with #401C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401C6F; }
p { color: rgb(64,28,111); }
H1.HeaderClassName
{
color: #401C6F;
}
.AnyTagClassName
{
color: #401C6F;
}
</style>
background-color css
<style>
a { background-color: #401C6F; }
a { background-color: rgb(64,28,111); }
div.DivClassName
{
background-color: #401C6F;
}
.BgClassName
{
background-color: #401C6F;
}
</style>
border-color css
<style>
span { border-color: #401C6F; }
span { border-color: rgb(64,28,111); }
td.TdClassName
{
border-color: #401C6F;
}
.TagClassName
{
border-color: #401C6F;
}
</style>