Shades of Christalle #40236B
Tints of Christalle #40236B
RGB
CMYK
RGB Variations
Color information
#40236B (or 0x40236B) is known color: Christalle. HEX triplet: 40, 23 and 6B. RGB value is (64,35,107). Sum of RGB (Red+Green+Blue) = 64+35+107=206 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.07% from 206); Green value is 35 (14.06% from 255 or 16.99% from 206); Blue value is 107 (42.19% from 255 or 51.94% from 206); Max value from RGB is 107 - color contains mainly: blue. Hex color #40236B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40236B is #BFDC94. Grayscale: #333333. Windows color (decimal): -12573845 or 7021376. OLE color: 7021376.
HSL color Cylindrical-coordinate representation of color #40236B: hue angle of 264.17º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40236B is Cyan = 0.40, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 64 | 35 | 107 | - |
| CMYK | 0.40 | 0.67 | 0 | 0.58 |
| HSL | 264.17º | 0.51% | 0.28% | - |
| HSV(B) | 264.17º | 0.67% | 0.42% | - |
| XYZ | 5.37 | 3.35 | 14.27 | - |
| YUV | 51.88 | 159.11 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 35 | 107 | 0.40 | 0.67 | 0 | 0.58 | 264.17 | 0.51 | 0.28 |
| Hex | 40 | 23 | 6B | 28 | 43 | 0 | 3A | 108 | 33 | 1C |
| Octal | 100 | 43 | 153 | 50 | 103 | 0 | 72 | 410 | 63 | 34 |
| Binary | 1000000 | 100011 | 1101011 | 101000 | 1000011 | 0 | 111010 | 100001000 | 110011 | 11100 |
Color Harmonies of #40236B
Complementary color
Monochromatic Colors of #40236B
Black with #40236B
Text Example
Text Example
White with #40236B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40236B; }
p { color: rgb(64,35,107); }
H1.HeaderClassName
{
color: #40236B;
}
.AnyTagClassName
{
color: #40236B;
}
</style>
background-color css
<style>
a { background-color: #40236B; }
a { background-color: rgb(64,35,107); }
div.DivClassName
{
background-color: #40236B;
}
.BgClassName
{
background-color: #40236B;
}
</style>
border-color css
<style>
span { border-color: #40236B; }
span { border-color: rgb(64,35,107); }
td.TdClassName
{
border-color: #40236B;
}
.TagClassName
{
border-color: #40236B;
}
</style>