Shades of Christalle #38115B
Tints of Christalle #38115B
RGB
CMYK
RGB Variations
Color information
#38115B (or 0x38115B) is known color: Christalle. HEX triplet: 38, 11 and 5B. RGB value is (56,17,91). Sum of RGB (Red+Green+Blue) = 56+17+91=164 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.15% from 164); Green value is 17 (7.03% from 255 or 10.37% from 164); Blue value is 91 (35.94% from 255 or 55.49% from 164); Max value from RGB is 91 - color contains mainly: blue. Hex color #38115B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38115B is #C7EEA4. Grayscale: #242424. Windows color (decimal): -13102757 or 5968184. OLE color: 5968184.
HSL color Cylindrical-coordinate representation of color #38115B: hue angle of 271.62º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #38115B is Cyan = 0.38, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 56 | 17 | 91 | - |
| CMYK | 0.38 | 0.81 | 0 | 0.64 |
| HSL | 271.62º | 0.69% | 0.21% | - |
| HSV(B) | 271.62º | 0.81% | 0.36% | - |
| XYZ | 3.72 | 2 | 10.09 | - |
| YUV | 37.1 | 158.42 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 17 | 91 | 0.38 | 0.81 | 0 | 0.64 | 271.62 | 0.69 | 0.21 |
| Hex | 38 | 11 | 5B | 26 | 51 | 0 | 40 | 110 | 45 | 15 |
| Octal | 70 | 21 | 133 | 46 | 121 | 0 | 100 | 420 | 105 | 25 |
| Binary | 111000 | 10001 | 1011011 | 100110 | 1010001 | 0 | 1000000 | 100010000 | 1000101 | 10101 |
Color Harmonies of #38115B
Complementary color
Monochromatic Colors of #38115B
Black with #38115B
Text Example
Text Example
White with #38115B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38115B; }
p { color: rgb(56,17,91); }
H1.HeaderClassName
{
color: #38115B;
}
.AnyTagClassName
{
color: #38115B;
}
</style>
background-color css
<style>
a { background-color: #38115B; }
a { background-color: rgb(56,17,91); }
div.DivClassName
{
background-color: #38115B;
}
.BgClassName
{
background-color: #38115B;
}
</style>
border-color css
<style>
span { border-color: #38115B; }
span { border-color: rgb(56,17,91); }
td.TdClassName
{
border-color: #38115B;
}
.TagClassName
{
border-color: #38115B;
}
</style>