Shades of Christalle #37145D
Tints of Christalle #37145D
RGB
CMYK
RGB Variations
Color information
#37145D (or 0x37145D) is known color: Christalle. HEX triplet: 37, 14 and 5D. RGB value is (55,20,93). Sum of RGB (Red+Green+Blue) = 55+20+93=168 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.74% from 168); Green value is 20 (8.20% from 255 or 11.90% from 168); Blue value is 93 (36.72% from 255 or 55.36% from 168); Max value from RGB is 93 - color contains mainly: blue. Hex color #37145D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37145D is #C8EBA2. Grayscale: #262626. Windows color (decimal): -13167523 or 6100023. OLE color: 6100023.
HSL color Cylindrical-coordinate representation of color #37145D: hue angle of 268.77º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37145D is Cyan = 0.41, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 55 | 20 | 93 | - |
| CMYK | 0.41 | 0.78 | 0 | 0.64 |
| HSL | 268.77º | 0.65% | 0.22% | - |
| HSV(B) | 268.77º | 0.78% | 0.36% | - |
| XYZ | 3.8 | 2.1 | 10.56 | - |
| YUV | 38.79 | 158.6 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 20 | 93 | 0.41 | 0.78 | 0 | 0.64 | 268.77 | 0.65 | 0.22 |
| Hex | 37 | 14 | 5D | 29 | 4E | 0 | 40 | 10D | 41 | 16 |
| Octal | 67 | 24 | 135 | 51 | 116 | 0 | 100 | 415 | 101 | 26 |
| Binary | 110111 | 10100 | 1011101 | 101001 | 1001110 | 0 | 1000000 | 100001101 | 1000001 | 10110 |
Color Harmonies of #37145D
Complementary color
Monochromatic Colors of #37145D
Black with #37145D
Text Example
Text Example
White with #37145D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37145D; }
p { color: rgb(55,20,93); }
H1.HeaderClassName
{
color: #37145D;
}
.AnyTagClassName
{
color: #37145D;
}
</style>
background-color css
<style>
a { background-color: #37145D; }
a { background-color: rgb(55,20,93); }
div.DivClassName
{
background-color: #37145D;
}
.BgClassName
{
background-color: #37145D;
}
</style>
border-color css
<style>
span { border-color: #37145D; }
span { border-color: rgb(55,20,93); }
td.TdClassName
{
border-color: #37145D;
}
.TagClassName
{
border-color: #37145D;
}
</style>