Shades of Christalle #38175D
Tints of Christalle #38175D
RGB
CMYK
RGB Variations
Color information
#38175D (or 0x38175D) is known color: Christalle. HEX triplet: 38, 17 and 5D. RGB value is (56,23,93). Sum of RGB (Red+Green+Blue) = 56+23+93=172 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.56% from 172); Green value is 23 (9.38% from 255 or 13.37% from 172); Blue value is 93 (36.72% from 255 or 54.07% from 172); Max value from RGB is 93 - color contains mainly: blue. Hex color #38175D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38175D is #C7E8A2. Grayscale: #282828. Windows color (decimal): -13101219 or 6100792. OLE color: 6100792.
HSL color Cylindrical-coordinate representation of color #38175D: hue angle of 268.29º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38175D is Cyan = 0.40, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 56 | 23 | 93 | - |
| CMYK | 0.40 | 0.75 | 0 | 0.64 |
| HSL | 268.29º | 0.6% | 0.23% | - |
| HSV(B) | 268.29º | 0.75% | 0.36% | - |
| XYZ | 3.91 | 2.24 | 10.58 | - |
| YUV | 40.85 | 157.43 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 23 | 93 | 0.40 | 0.75 | 0 | 0.64 | 268.29 | 0.6 | 0.23 |
| Hex | 38 | 17 | 5D | 28 | 4B | 0 | 40 | 10C | 3C | 17 |
| Octal | 70 | 27 | 135 | 50 | 113 | 0 | 100 | 414 | 74 | 27 |
| Binary | 111000 | 10111 | 1011101 | 101000 | 1001011 | 0 | 1000000 | 100001100 | 111100 | 10111 |
Color Harmonies of #38175D
Complementary color
Monochromatic Colors of #38175D
Black with #38175D
Text Example
Text Example
White with #38175D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38175D; }
p { color: rgb(56,23,93); }
H1.HeaderClassName
{
color: #38175D;
}
.AnyTagClassName
{
color: #38175D;
}
</style>
background-color css
<style>
a { background-color: #38175D; }
a { background-color: rgb(56,23,93); }
div.DivClassName
{
background-color: #38175D;
}
.BgClassName
{
background-color: #38175D;
}
</style>
border-color css
<style>
span { border-color: #38175D; }
span { border-color: rgb(56,23,93); }
td.TdClassName
{
border-color: #38175D;
}
.TagClassName
{
border-color: #38175D;
}
</style>