Shades of Christalle #40125B
Tints of Christalle #40125B
RGB
CMYK
RGB Variations
Color information
#40125B (or 0x40125B) is known color: Christalle. HEX triplet: 40, 12 and 5B. RGB value is (64,18,91). Sum of RGB (Red+Green+Blue) = 64+18+91=173 (22% of max value = 765). Red value is 64 (25.39% from 255 or 36.99% from 173); Green value is 18 (7.42% from 255 or 10.40% from 173); Blue value is 91 (35.94% from 255 or 52.60% from 173); Max value from RGB is 91 - color contains mainly: blue. Hex color #40125B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40125B is #BFEDA4. Grayscale: #272727. Windows color (decimal): -12578213 or 5968448. OLE color: 5968448.
HSL color Cylindrical-coordinate representation of color #40125B: hue angle of 277.81º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #40125B is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 64 | 18 | 91 | - |
| CMYK | 0.30 | 0.80 | 0 | 0.64 |
| HSL | 277.81º | 0.67% | 0.21% | - |
| HSV(B) | 277.81º | 0.8% | 0.36% | - |
| XYZ | 4.22 | 2.28 | 10.11 | - |
| YUV | 40.08 | 156.74 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 18 | 91 | 0.30 | 0.80 | 0 | 0.64 | 277.81 | 0.67 | 0.21 |
| Hex | 40 | 12 | 5B | 1E | 50 | 0 | 40 | 116 | 43 | 15 |
| Octal | 100 | 22 | 133 | 36 | 120 | 0 | 100 | 426 | 103 | 25 |
| Binary | 1000000 | 10010 | 1011011 | 11110 | 1010000 | 0 | 1000000 | 100010110 | 1000011 | 10101 |
Color Harmonies of #40125B
Complementary color
Monochromatic Colors of #40125B
Black with #40125B
Text Example
Text Example
White with #40125B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40125B; }
p { color: rgb(64,18,91); }
H1.HeaderClassName
{
color: #40125B;
}
.AnyTagClassName
{
color: #40125B;
}
</style>
background-color css
<style>
a { background-color: #40125B; }
a { background-color: rgb(64,18,91); }
div.DivClassName
{
background-color: #40125B;
}
.BgClassName
{
background-color: #40125B;
}
</style>
border-color css
<style>
span { border-color: #40125B; }
span { border-color: rgb(64,18,91); }
td.TdClassName
{
border-color: #40125B;
}
.TagClassName
{
border-color: #40125B;
}
</style>