Shades of Christalle #40055B
Tints of Christalle #40055B
RGB
CMYK
RGB Variations
Color information
#40055B (or 0x40055B) is known color: Christalle. HEX triplet: 40, 05 and 5B. RGB value is (64,5,91). Sum of RGB (Red+Green+Blue) = 64+5+91=160 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40% from 160); Green value is 5 (2.34% from 255 or 3.12% from 160); Blue value is 91 (35.94% from 255 or 56.88% from 160); Max value from RGB is 91 - color contains mainly: blue. Hex color #40055B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40055B is #BFFAA4. Grayscale: #202020. Windows color (decimal): -12581541 or 5965120. OLE color: 5965120.
HSL color Cylindrical-coordinate representation of color #40055B: hue angle of 281.16º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #40055B is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 64 | 5 | 91 | - |
| CMYK | 0.30 | 0.95 | 0 | 0.64 |
| HSL | 281.16º | 0.9% | 0.19% | - |
| HSV(B) | 281.16º | 0.95% | 0.36% | - |
| XYZ | 4.06 | 1.95 | 10.06 | - |
| YUV | 32.45 | 161.05 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 5 | 91 | 0.30 | 0.95 | 0 | 0.64 | 281.16 | 0.9 | 0.19 |
| Hex | 40 | 5 | 5B | 1E | 5F | 0 | 40 | 119 | 5A | 13 |
| Octal | 100 | 5 | 133 | 36 | 137 | 0 | 100 | 431 | 132 | 23 |
| Binary | 1000000 | 101 | 1011011 | 11110 | 1011111 | 0 | 1000000 | 100011001 | 1011010 | 10011 |
Color Harmonies of #40055B
Complementary color
Monochromatic Colors of #40055B
Black with #40055B
Text Example
Text Example
White with #40055B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40055B; }
p { color: rgb(64,5,91); }
H1.HeaderClassName
{
color: #40055B;
}
.AnyTagClassName
{
color: #40055B;
}
</style>
background-color css
<style>
a { background-color: #40055B; }
a { background-color: rgb(64,5,91); }
div.DivClassName
{
background-color: #40055B;
}
.BgClassName
{
background-color: #40055B;
}
</style>
border-color css
<style>
span { border-color: #40055B; }
span { border-color: rgb(64,5,91); }
td.TdClassName
{
border-color: #40055B;
}
.TagClassName
{
border-color: #40055B;
}
</style>