Shades of Christalle #40255B
Tints of Christalle #40255B
RGB
CMYK
RGB Variations
Color information
#40255B (or 0x40255B) is known color: Christalle. HEX triplet: 40, 25 and 5B. RGB value is (64,37,91). Sum of RGB (Red+Green+Blue) = 64+37+91=192 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.33% from 192); Green value is 37 (14.84% from 255 or 19.27% from 192); Blue value is 91 (35.94% from 255 or 47.40% from 192); Max value from RGB is 91 - color contains mainly: blue. Hex color #40255B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40255B is #BFDAA4. Grayscale: #333333. Windows color (decimal): -12573349 or 5973312. OLE color: 5973312.
HSL color Cylindrical-coordinate representation of color #40255B: hue angle of 270º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #40255B is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 64 | 37 | 91 | - |
| CMYK | 0.30 | 0.59 | 0 | 0.64 |
| HSL | 270º | 0.42% | 0.25% | - |
| HSV(B) | 270º | 0.59% | 0.36% | - |
| XYZ | 4.66 | 3.17 | 10.26 | - |
| YUV | 51.23 | 150.45 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 37 | 91 | 0.30 | 0.59 | 0 | 0.64 | 270 | 0.42 | 0.25 |
| Hex | 40 | 25 | 5B | 1E | 3B | 0 | 40 | 10E | 2A | 19 |
| Octal | 100 | 45 | 133 | 36 | 73 | 0 | 100 | 416 | 52 | 31 |
| Binary | 1000000 | 100101 | 1011011 | 11110 | 111011 | 0 | 1000000 | 100001110 | 101010 | 11001 |
Color Harmonies of #40255B
Complementary color
Monochromatic Colors of #40255B
Black with #40255B
Text Example
Text Example
White with #40255B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40255B; }
p { color: rgb(64,37,91); }
H1.HeaderClassName
{
color: #40255B;
}
.AnyTagClassName
{
color: #40255B;
}
</style>
background-color css
<style>
a { background-color: #40255B; }
a { background-color: rgb(64,37,91); }
div.DivClassName
{
background-color: #40255B;
}
.BgClassName
{
background-color: #40255B;
}
</style>
border-color css
<style>
span { border-color: #40255B; }
span { border-color: rgb(64,37,91); }
td.TdClassName
{
border-color: #40255B;
}
.TagClassName
{
border-color: #40255B;
}
</style>