Shades of Christalle #40236C
Tints of Christalle #40236C
RGB
CMYK
RGB Variations
Color information
#40236C (or 0x40236C) is known color: Christalle. HEX triplet: 40, 23 and 6C. RGB value is (64,35,108). Sum of RGB (Red+Green+Blue) = 64+35+108=207 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.92% from 207); Green value is 35 (14.06% from 255 or 16.91% from 207); Blue value is 108 (42.58% from 255 or 52.17% from 207); Max value from RGB is 108 - color contains mainly: blue. Hex color #40236C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40236C is #BFDC93. Grayscale: #333333. Windows color (decimal): -12573844 or 7086912. OLE color: 7086912.
HSL color Cylindrical-coordinate representation of color #40236C: hue angle of 263.84º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40236C is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 64 | 35 | 108 | - |
| CMYK | 0.41 | 0.68 | 0 | 0.58 |
| HSL | 263.84º | 0.51% | 0.28% | - |
| HSV(B) | 263.84º | 0.68% | 0.42% | - |
| XYZ | 5.42 | 3.37 | 14.55 | - |
| YUV | 51.99 | 159.61 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 35 | 108 | 0.41 | 0.68 | 0 | 0.58 | 263.84 | 0.51 | 0.28 |
| Hex | 40 | 23 | 6C | 29 | 44 | 0 | 3A | 108 | 33 | 1C |
| Octal | 100 | 43 | 154 | 51 | 104 | 0 | 72 | 410 | 63 | 34 |
| Binary | 1000000 | 100011 | 1101100 | 101001 | 1000100 | 0 | 111010 | 100001000 | 110011 | 11100 |
Color Harmonies of #40236C
Complementary color
Monochromatic Colors of #40236C
Black with #40236C
Text Example
Text Example
White with #40236C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40236C; }
p { color: rgb(64,35,108); }
H1.HeaderClassName
{
color: #40236C;
}
.AnyTagClassName
{
color: #40236C;
}
</style>
background-color css
<style>
a { background-color: #40236C; }
a { background-color: rgb(64,35,108); }
div.DivClassName
{
background-color: #40236C;
}
.BgClassName
{
background-color: #40236C;
}
</style>
border-color css
<style>
span { border-color: #40236C; }
span { border-color: rgb(64,35,108); }
td.TdClassName
{
border-color: #40236C;
}
.TagClassName
{
border-color: #40236C;
}
</style>