Shades of Christalle #38255D
Tints of Christalle #38255D
RGB
CMYK
RGB Variations
Color information
#38255D (or 0x38255D) is known color: Christalle. HEX triplet: 38, 25 and 5D. RGB value is (56,37,93). Sum of RGB (Red+Green+Blue) = 56+37+93=186 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.11% from 186); Green value is 37 (14.84% from 255 or 19.89% from 186); Blue value is 93 (36.72% from 255 or 50% from 186); Max value from RGB is 93 - color contains mainly: blue. Hex color #38255D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38255D is #C7DAA2. Grayscale: #303030. Windows color (decimal): -13097635 or 6104376. OLE color: 6104376.
HSL color Cylindrical-coordinate representation of color #38255D: hue angle of 260.36º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #38255D is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 56 | 37 | 93 | - |
| CMYK | 0.40 | 0.60 | 0 | 0.64 |
| HSL | 260.36º | 0.43% | 0.25% | - |
| HSV(B) | 260.36º | 0.6% | 0.36% | - |
| XYZ | 4.27 | 2.95 | 10.7 | - |
| YUV | 49.07 | 152.79 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 37 | 93 | 0.40 | 0.60 | 0 | 0.64 | 260.36 | 0.43 | 0.25 |
| Hex | 38 | 25 | 5D | 28 | 3C | 0 | 40 | 104 | 2B | 19 |
| Octal | 70 | 45 | 135 | 50 | 74 | 0 | 100 | 404 | 53 | 31 |
| Binary | 111000 | 100101 | 1011101 | 101000 | 111100 | 0 | 1000000 | 100000100 | 101011 | 11001 |
Color Harmonies of #38255D
Complementary color
Monochromatic Colors of #38255D
Black with #38255D
Text Example
Text Example
White with #38255D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38255D; }
p { color: rgb(56,37,93); }
H1.HeaderClassName
{
color: #38255D;
}
.AnyTagClassName
{
color: #38255D;
}
</style>
background-color css
<style>
a { background-color: #38255D; }
a { background-color: rgb(56,37,93); }
div.DivClassName
{
background-color: #38255D;
}
.BgClassName
{
background-color: #38255D;
}
</style>
border-color css
<style>
span { border-color: #38255D; }
span { border-color: rgb(56,37,93); }
td.TdClassName
{
border-color: #38255D;
}
.TagClassName
{
border-color: #38255D;
}
</style>