Shades of Christalle #38205B
Tints of Christalle #38205B
RGB
CMYK
RGB Variations
Color information
#38205B (or 0x38205B) is known color: Christalle. HEX triplet: 38, 20 and 5B. RGB value is (56,32,91). Sum of RGB (Red+Green+Blue) = 56+32+91=179 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.28% from 179); Green value is 32 (12.89% from 255 or 17.88% from 179); Blue value is 91 (35.94% from 255 or 50.84% from 179); Max value from RGB is 91 - color contains mainly: blue. Hex color #38205B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38205B is #C7DFA4. Grayscale: #2D2D2D. Windows color (decimal): -13098917 or 5972024. OLE color: 5972024.
HSL color Cylindrical-coordinate representation of color #38205B: hue angle of 264.41º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #38205B is Cyan = 0.38, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 56 | 32 | 91 | - |
| CMYK | 0.38 | 0.65 | 0 | 0.64 |
| HSL | 264.41º | 0.48% | 0.24% | - |
| HSV(B) | 264.41º | 0.65% | 0.36% | - |
| XYZ | 4.04 | 2.63 | 10.19 | - |
| YUV | 45.9 | 153.45 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 32 | 91 | 0.38 | 0.65 | 0 | 0.64 | 264.41 | 0.48 | 0.24 |
| Hex | 38 | 20 | 5B | 26 | 41 | 0 | 40 | 108 | 30 | 18 |
| Octal | 70 | 40 | 133 | 46 | 101 | 0 | 100 | 410 | 60 | 30 |
| Binary | 111000 | 100000 | 1011011 | 100110 | 1000001 | 0 | 1000000 | 100001000 | 110000 | 11000 |
Color Harmonies of #38205B
Complementary color
Monochromatic Colors of #38205B
Black with #38205B
Text Example
Text Example
White with #38205B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38205B; }
p { color: rgb(56,32,91); }
H1.HeaderClassName
{
color: #38205B;
}
.AnyTagClassName
{
color: #38205B;
}
</style>
background-color css
<style>
a { background-color: #38205B; }
a { background-color: rgb(56,32,91); }
div.DivClassName
{
background-color: #38205B;
}
.BgClassName
{
background-color: #38205B;
}
</style>
border-color css
<style>
span { border-color: #38205B; }
span { border-color: rgb(56,32,91); }
td.TdClassName
{
border-color: #38205B;
}
.TagClassName
{
border-color: #38205B;
}
</style>