Shades of Christalle #382265
Tints of Christalle #382265
RGB
CMYK
RGB Variations
Color information
#382265 (or 0x382265) is known color: Christalle. HEX triplet: 38, 22 and 65. RGB value is (56,34,101). Sum of RGB (Red+Green+Blue) = 56+34+101=191 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.32% from 191); Green value is 34 (13.67% from 255 or 17.80% from 191); Blue value is 101 (39.84% from 255 or 52.88% from 191); Max value from RGB is 101 - color contains mainly: blue. Hex color #382265 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382265 is #C7DD9A. Grayscale: #2F2F2F. Windows color (decimal): -13098395 or 6627896. OLE color: 6627896.
HSL color Cylindrical-coordinate representation of color #382265: hue angle of 259.7º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #382265 is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 56 | 34 | 101 | - |
| CMYK | 0.45 | 0.66 | 0 | 0.60 |
| HSL | 259.7º | 0.5% | 0.26% | - |
| HSV(B) | 259.7º | 0.66% | 0.4% | - |
| XYZ | 4.55 | 2.92 | 12.64 | - |
| YUV | 48.22 | 157.79 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 34 | 101 | 0.45 | 0.66 | 0 | 0.60 | 259.7 | 0.5 | 0.26 |
| Hex | 38 | 22 | 65 | 2D | 42 | 0 | 3C | 104 | 32 | 1A |
| Octal | 70 | 42 | 145 | 55 | 102 | 0 | 74 | 404 | 62 | 32 |
| Binary | 111000 | 100010 | 1100101 | 101101 | 1000010 | 0 | 111100 | 100000100 | 110010 | 11010 |
Color Harmonies of #382265
Complementary color
Monochromatic Colors of #382265
Black with #382265
Text Example
Text Example
White with #382265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382265; }
p { color: rgb(56,34,101); }
H1.HeaderClassName
{
color: #382265;
}
.AnyTagClassName
{
color: #382265;
}
</style>
background-color css
<style>
a { background-color: #382265; }
a { background-color: rgb(56,34,101); }
div.DivClassName
{
background-color: #382265;
}
.BgClassName
{
background-color: #382265;
}
</style>
border-color css
<style>
span { border-color: #382265; }
span { border-color: rgb(56,34,101); }
td.TdClassName
{
border-color: #382265;
}
.TagClassName
{
border-color: #382265;
}
</style>