Shades of Christalle #401F6F
Tints of Christalle #401F6F
RGB
CMYK
RGB Variations
Color information
#401F6F (or 0x401F6F) is known color: Christalle. HEX triplet: 40, 1F and 6F. RGB value is (64,31,111). Sum of RGB (Red+Green+Blue) = 64+31+111=206 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.07% from 206); Green value is 31 (12.5% from 255 or 15.05% from 206); Blue value is 111 (43.75% from 255 or 53.88% from 206); Max value from RGB is 111 - color contains mainly: blue. Hex color #401F6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401F6F is #BFE090. Grayscale: #313131. Windows color (decimal): -12574865 or 7282496. OLE color: 7282496.
HSL color Cylindrical-coordinate representation of color #401F6F: hue angle of 264.75º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #401F6F is Cyan = 0.42, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 64 | 31 | 111 | - |
| CMYK | 0.42 | 0.72 | 0 | 0.56 |
| HSL | 264.75º | 0.56% | 0.28% | - |
| HSV(B) | 264.75º | 0.72% | 0.44% | - |
| XYZ | 5.47 | 3.22 | 15.37 | - |
| YUV | 49.99 | 162.43 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 31 | 111 | 0.42 | 0.72 | 0 | 0.56 | 264.75 | 0.56 | 0.28 |
| Hex | 40 | 1F | 6F | 2A | 48 | 0 | 38 | 109 | 38 | 1C |
| Octal | 100 | 37 | 157 | 52 | 110 | 0 | 70 | 411 | 70 | 34 |
| Binary | 1000000 | 11111 | 1101111 | 101010 | 1001000 | 0 | 111000 | 100001001 | 111000 | 11100 |
Color Harmonies of #401F6F
Complementary color
Monochromatic Colors of #401F6F
Black with #401F6F
Text Example
Text Example
White with #401F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401F6F; }
p { color: rgb(64,31,111); }
H1.HeaderClassName
{
color: #401F6F;
}
.AnyTagClassName
{
color: #401F6F;
}
</style>
background-color css
<style>
a { background-color: #401F6F; }
a { background-color: rgb(64,31,111); }
div.DivClassName
{
background-color: #401F6F;
}
.BgClassName
{
background-color: #401F6F;
}
</style>
border-color css
<style>
span { border-color: #401F6F; }
span { border-color: rgb(64,31,111); }
td.TdClassName
{
border-color: #401F6F;
}
.TagClassName
{
border-color: #401F6F;
}
</style>