Shades of Christalle #38145C
Tints of Christalle #38145C
RGB
CMYK
RGB Variations
Color information
#38145C (or 0x38145C) is known color: Christalle. HEX triplet: 38, 14 and 5C. RGB value is (56,20,92). Sum of RGB (Red+Green+Blue) = 56+20+92=168 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.33% from 168); Green value is 20 (8.20% from 255 or 11.90% from 168); Blue value is 92 (36.33% from 255 or 54.76% from 168); Max value from RGB is 92 - color contains mainly: blue. Hex color #38145C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38145C is #C7EBA3. Grayscale: #262626. Windows color (decimal): -13101988 or 6034488. OLE color: 6034488.
HSL color Cylindrical-coordinate representation of color #38145C: hue angle of 270º 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 #38145C is Cyan = 0.39, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 56 | 20 | 92 | - |
| CMYK | 0.39 | 0.78 | 0 | 0.64 |
| HSL | 270º | 0.64% | 0.22% | - |
| HSV(B) | 270º | 0.78% | 0.36% | - |
| XYZ | 3.81 | 2.11 | 10.33 | - |
| YUV | 38.97 | 157.93 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 20 | 92 | 0.39 | 0.78 | 0 | 0.64 | 270 | 0.64 | 0.22 |
| Hex | 38 | 14 | 5C | 27 | 4E | 0 | 40 | 10E | 40 | 16 |
| Octal | 70 | 24 | 134 | 47 | 116 | 0 | 100 | 416 | 100 | 26 |
| Binary | 111000 | 10100 | 1011100 | 100111 | 1001110 | 0 | 1000000 | 100001110 | 1000000 | 10110 |
Color Harmonies of #38145C
Complementary color
Monochromatic Colors of #38145C
Black with #38145C
Text Example
Text Example
White with #38145C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38145C; }
p { color: rgb(56,20,92); }
H1.HeaderClassName
{
color: #38145C;
}
.AnyTagClassName
{
color: #38145C;
}
</style>
background-color css
<style>
a { background-color: #38145C; }
a { background-color: rgb(56,20,92); }
div.DivClassName
{
background-color: #38145C;
}
.BgClassName
{
background-color: #38145C;
}
</style>
border-color css
<style>
span { border-color: #38145C; }
span { border-color: rgb(56,20,92); }
td.TdClassName
{
border-color: #38145C;
}
.TagClassName
{
border-color: #38145C;
}
</style>