Shades of Christalle #38135C
Tints of Christalle #38135C
RGB
CMYK
RGB Variations
Color information
#38135C (or 0x38135C) is known color: Christalle. HEX triplet: 38, 13 and 5C. RGB value is (56,19,92). Sum of RGB (Red+Green+Blue) = 56+19+92=167 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.53% from 167); Green value is 19 (7.81% from 255 or 11.38% from 167); Blue value is 92 (36.33% from 255 or 55.09% from 167); Max value from RGB is 92 - color contains mainly: blue. Hex color #38135C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38135C is #C7ECA3. Grayscale: #262626. Windows color (decimal): -13102244 or 6034232. OLE color: 6034232.
HSL color Cylindrical-coordinate representation of color #38135C: hue angle of 270.41º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #38135C is Cyan = 0.39, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 56 | 19 | 92 | - |
| CMYK | 0.39 | 0.79 | 0 | 0.64 |
| HSL | 270.41º | 0.66% | 0.22% | - |
| HSV(B) | 270.41º | 0.79% | 0.36% | - |
| XYZ | 3.8 | 2.08 | 10.33 | - |
| YUV | 38.39 | 158.26 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 19 | 92 | 0.39 | 0.79 | 0 | 0.64 | 270.41 | 0.66 | 0.22 |
| Hex | 38 | 13 | 5C | 27 | 4F | 0 | 40 | 10E | 42 | 16 |
| Octal | 70 | 23 | 134 | 47 | 117 | 0 | 100 | 416 | 102 | 26 |
| Binary | 111000 | 10011 | 1011100 | 100111 | 1001111 | 0 | 1000000 | 100001110 | 1000010 | 10110 |
Color Harmonies of #38135C
Complementary color
Monochromatic Colors of #38135C
Black with #38135C
Text Example
Text Example
White with #38135C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38135C; }
p { color: rgb(56,19,92); }
H1.HeaderClassName
{
color: #38135C;
}
.AnyTagClassName
{
color: #38135C;
}
</style>
background-color css
<style>
a { background-color: #38135C; }
a { background-color: rgb(56,19,92); }
div.DivClassName
{
background-color: #38135C;
}
.BgClassName
{
background-color: #38135C;
}
</style>
border-color css
<style>
span { border-color: #38135C; }
span { border-color: rgb(56,19,92); }
td.TdClassName
{
border-color: #38135C;
}
.TagClassName
{
border-color: #38135C;
}
</style>