Shades of Christalle #381255
Tints of Christalle #381255
RGB
CMYK
RGB Variations
Color information
#381255 (or 0x381255) is known color: Christalle. HEX triplet: 38, 12 and 55. RGB value is (56,18,85). Sum of RGB (Red+Green+Blue) = 56+18+85=159 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35.22% from 159); Green value is 18 (7.42% from 255 or 11.32% from 159); Blue value is 85 (33.59% from 255 or 53.46% from 159); Max value from RGB is 85 - color contains mainly: blue. Hex color #381255 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381255 is #C7EDAA. Grayscale: #242424. Windows color (decimal): -13102507 or 5575224. OLE color: 5575224.
HSL color Cylindrical-coordinate representation of color #381255: hue angle of 274.03º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #381255 is Cyan = 0.34, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 56 | 18 | 85 | - |
| CMYK | 0.34 | 0.79 | 0 | 0.67 |
| HSL | 274.03º | 0.65% | 0.2% | - |
| HSV(B) | 274.03º | 0.79% | 0.33% | - |
| XYZ | 3.49 | 1.93 | 8.78 | - |
| YUV | 37 | 155.09 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 18 | 85 | 0.34 | 0.79 | 0 | 0.67 | 274.03 | 0.65 | 0.2 |
| Hex | 38 | 12 | 55 | 22 | 4F | 0 | 43 | 112 | 41 | 14 |
| Octal | 70 | 22 | 125 | 42 | 117 | 0 | 103 | 422 | 101 | 24 |
| Binary | 111000 | 10010 | 1010101 | 100010 | 1001111 | 0 | 1000011 | 100010010 | 1000001 | 10100 |
Color Harmonies of #381255
Complementary color
Monochromatic Colors of #381255
Black with #381255
Text Example
Text Example
White with #381255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381255; }
p { color: rgb(56,18,85); }
H1.HeaderClassName
{
color: #381255;
}
.AnyTagClassName
{
color: #381255;
}
</style>
background-color css
<style>
a { background-color: #381255; }
a { background-color: rgb(56,18,85); }
div.DivClassName
{
background-color: #381255;
}
.BgClassName
{
background-color: #381255;
}
</style>
border-color css
<style>
span { border-color: #381255; }
span { border-color: rgb(56,18,85); }
td.TdClassName
{
border-color: #381255;
}
.TagClassName
{
border-color: #381255;
}
</style>