Shades of Christalle #37145B
Tints of Christalle #37145B
RGB
CMYK
RGB Variations
Color information
#37145B (or 0x37145B) is known color: Christalle. HEX triplet: 37, 14 and 5B. RGB value is (55,20,91). Sum of RGB (Red+Green+Blue) = 55+20+91=166 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.13% from 166); Green value is 20 (8.20% from 255 or 12.05% from 166); Blue value is 91 (35.94% from 255 or 54.82% from 166); Max value from RGB is 91 - color contains mainly: blue. Hex color #37145B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37145B is #C8EBA4. Grayscale: #262626. Windows color (decimal): -13167525 or 5968951. OLE color: 5968951.
HSL color Cylindrical-coordinate representation of color #37145B: hue angle of 269.58º degrees, saturation: 0.64, 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 #37145B is Cyan = 0.40, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 55 | 20 | 91 | - |
| CMYK | 0.40 | 0.78 | 0 | 0.64 |
| HSL | 269.58º | 0.64% | 0.22% | - |
| HSV(B) | 269.58º | 0.78% | 0.36% | - |
| XYZ | 3.71 | 2.07 | 10.1 | - |
| YUV | 38.56 | 157.6 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 20 | 91 | 0.40 | 0.78 | 0 | 0.64 | 269.58 | 0.64 | 0.22 |
| Hex | 37 | 14 | 5B | 28 | 4E | 0 | 40 | 10E | 40 | 16 |
| Octal | 67 | 24 | 133 | 50 | 116 | 0 | 100 | 416 | 100 | 26 |
| Binary | 110111 | 10100 | 1011011 | 101000 | 1001110 | 0 | 1000000 | 100001110 | 1000000 | 10110 |
Color Harmonies of #37145B
Complementary color
Monochromatic Colors of #37145B
Black with #37145B
Text Example
Text Example
White with #37145B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37145B; }
p { color: rgb(55,20,91); }
H1.HeaderClassName
{
color: #37145B;
}
.AnyTagClassName
{
color: #37145B;
}
</style>
background-color css
<style>
a { background-color: #37145B; }
a { background-color: rgb(55,20,91); }
div.DivClassName
{
background-color: #37145B;
}
.BgClassName
{
background-color: #37145B;
}
</style>
border-color css
<style>
span { border-color: #37145B; }
span { border-color: rgb(55,20,91); }
td.TdClassName
{
border-color: #37145B;
}
.TagClassName
{
border-color: #37145B;
}
</style>