Shades of Christalle #402265
Tints of Christalle #402265
RGB
CMYK
RGB Variations
Color information
#402265 (or 0x402265) is known color: Christalle. HEX triplet: 40, 22 and 65. RGB value is (64,34,101). Sum of RGB (Red+Green+Blue) = 64+34+101=199 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.16% from 199); Green value is 34 (13.67% from 255 or 17.09% from 199); Blue value is 101 (39.84% from 255 or 50.75% from 199); Max value from RGB is 101 - color contains mainly: blue. Hex color #402265 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402265 is #BFDD9A. Grayscale: #323232. Windows color (decimal): -12574107 or 6627904. OLE color: 6627904.
HSL color Cylindrical-coordinate representation of color #402265: hue angle of 266.87º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #402265 is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 64 | 34 | 101 | - |
| CMYK | 0.37 | 0.66 | 0 | 0.60 |
| HSL | 266.87º | 0.5% | 0.26% | - |
| HSV(B) | 266.87º | 0.66% | 0.4% | - |
| XYZ | 5.04 | 3.17 | 12.66 | - |
| YUV | 50.61 | 156.44 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 34 | 101 | 0.37 | 0.66 | 0 | 0.60 | 266.87 | 0.5 | 0.26 |
| Hex | 40 | 22 | 65 | 25 | 42 | 0 | 3C | 10B | 32 | 1A |
| Octal | 100 | 42 | 145 | 45 | 102 | 0 | 74 | 413 | 62 | 32 |
| Binary | 1000000 | 100010 | 1100101 | 100101 | 1000010 | 0 | 111100 | 100001011 | 110010 | 11010 |
Color Harmonies of #402265
Complementary color
Monochromatic Colors of #402265
Black with #402265
Text Example
Text Example
White with #402265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402265; }
p { color: rgb(64,34,101); }
H1.HeaderClassName
{
color: #402265;
}
.AnyTagClassName
{
color: #402265;
}
</style>
background-color css
<style>
a { background-color: #402265; }
a { background-color: rgb(64,34,101); }
div.DivClassName
{
background-color: #402265;
}
.BgClassName
{
background-color: #402265;
}
</style>
border-color css
<style>
span { border-color: #402265; }
span { border-color: rgb(64,34,101); }
td.TdClassName
{
border-color: #402265;
}
.TagClassName
{
border-color: #402265;
}
</style>