Shades of Christalle #38275E
Tints of Christalle #38275E
RGB
CMYK
RGB Variations
Color information
#38275E (or 0x38275E) is known color: Christalle. HEX triplet: 38, 27 and 5E. RGB value is (56,39,94). Sum of RGB (Red+Green+Blue) = 56+39+94=189 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.63% from 189); Green value is 39 (15.62% from 255 or 20.63% from 189); Blue value is 94 (37.11% from 255 or 49.74% from 189); Max value from RGB is 94 - color contains mainly: blue. Hex color #38275E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38275E is #C7D8A1. Grayscale: #323232. Windows color (decimal): -13097122 or 6170424. OLE color: 6170424.
HSL color Cylindrical-coordinate representation of color #38275E: hue angle of 258.55º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #38275E is Cyan = 0.40, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 56 | 39 | 94 | - |
| CMYK | 0.40 | 0.59 | 0 | 0.63 |
| HSL | 258.55º | 0.41% | 0.26% | - |
| HSV(B) | 258.55º | 0.59% | 0.37% | - |
| XYZ | 4.38 | 3.1 | 10.96 | - |
| YUV | 50.35 | 152.63 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 39 | 94 | 0.40 | 0.59 | 0 | 0.63 | 258.55 | 0.41 | 0.26 |
| Hex | 38 | 27 | 5E | 28 | 3B | 0 | 3F | 103 | 29 | 1A |
| Octal | 70 | 47 | 136 | 50 | 73 | 0 | 77 | 403 | 51 | 32 |
| Binary | 111000 | 100111 | 1011110 | 101000 | 111011 | 0 | 111111 | 100000011 | 101001 | 11010 |
Color Harmonies of #38275E
Complementary color
Monochromatic Colors of #38275E
Black with #38275E
Text Example
Text Example
White with #38275E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38275E; }
p { color: rgb(56,39,94); }
H1.HeaderClassName
{
color: #38275E;
}
.AnyTagClassName
{
color: #38275E;
}
</style>
background-color css
<style>
a { background-color: #38275E; }
a { background-color: rgb(56,39,94); }
div.DivClassName
{
background-color: #38275E;
}
.BgClassName
{
background-color: #38275E;
}
</style>
border-color css
<style>
span { border-color: #38275E; }
span { border-color: rgb(56,39,94); }
td.TdClassName
{
border-color: #38275E;
}
.TagClassName
{
border-color: #38275E;
}
</style>