Shades of Christalle #40165C
Tints of Christalle #40165C
RGB
CMYK
RGB Variations
Color information
#40165C (or 0x40165C) is known color: Christalle. HEX triplet: 40, 16 and 5C. RGB value is (64,22,92). Sum of RGB (Red+Green+Blue) = 64+22+92=178 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.96% from 178); Green value is 22 (8.98% from 255 or 12.36% from 178); Blue value is 92 (36.33% from 255 or 51.69% from 178); Max value from RGB is 92 - color contains mainly: blue. Hex color #40165C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40165C is #BFE9A3. Grayscale: #2A2A2A. Windows color (decimal): -12577188 or 6035008. OLE color: 6035008.
HSL color Cylindrical-coordinate representation of color #40165C: hue angle of 276º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #40165C is Cyan = 0.30, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 64 | 22 | 92 | - |
| CMYK | 0.30 | 0.76 | 0 | 0.64 |
| HSL | 276º | 0.61% | 0.22% | - |
| HSV(B) | 276º | 0.76% | 0.36% | - |
| XYZ | 4.33 | 2.44 | 10.37 | - |
| YUV | 42.54 | 155.91 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 22 | 92 | 0.30 | 0.76 | 0 | 0.64 | 276 | 0.61 | 0.22 |
| Hex | 40 | 16 | 5C | 1E | 4C | 0 | 40 | 114 | 3D | 16 |
| Octal | 100 | 26 | 134 | 36 | 114 | 0 | 100 | 424 | 75 | 26 |
| Binary | 1000000 | 10110 | 1011100 | 11110 | 1001100 | 0 | 1000000 | 100010100 | 111101 | 10110 |
Color Harmonies of #40165C
Complementary color
Monochromatic Colors of #40165C
Black with #40165C
Text Example
Text Example
White with #40165C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40165C; }
p { color: rgb(64,22,92); }
H1.HeaderClassName
{
color: #40165C;
}
.AnyTagClassName
{
color: #40165C;
}
</style>
background-color css
<style>
a { background-color: #40165C; }
a { background-color: rgb(64,22,92); }
div.DivClassName
{
background-color: #40165C;
}
.BgClassName
{
background-color: #40165C;
}
</style>
border-color css
<style>
span { border-color: #40165C; }
span { border-color: rgb(64,22,92); }
td.TdClassName
{
border-color: #40165C;
}
.TagClassName
{
border-color: #40165C;
}
</style>