Shades of Christalle #38275B
Tints of Christalle #38275B
RGB
CMYK
RGB Variations
Color information
#38275B (or 0x38275B) is known color: Christalle. HEX triplet: 38, 27 and 5B. RGB value is (56,39,91). Sum of RGB (Red+Green+Blue) = 56+39+91=186 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.11% from 186); Green value is 39 (15.62% from 255 or 20.97% from 186); Blue value is 91 (35.94% from 255 or 48.92% from 186); Max value from RGB is 91 - color contains mainly: blue. Hex color #38275B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38275B is #C7D8A4. Grayscale: #313131. Windows color (decimal): -13097125 or 5973816. OLE color: 5973816.
HSL color Cylindrical-coordinate representation of color #38275B: hue angle of 259.62º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #38275B is Cyan = 0.38, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 56 | 39 | 91 | - |
| CMYK | 0.38 | 0.57 | 0 | 0.64 |
| HSL | 259.62º | 0.4% | 0.25% | - |
| HSV(B) | 259.62º | 0.57% | 0.36% | - |
| XYZ | 4.24 | 3.05 | 10.26 | - |
| YUV | 50.01 | 151.13 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 39 | 91 | 0.38 | 0.57 | 0 | 0.64 | 259.62 | 0.4 | 0.25 |
| Hex | 38 | 27 | 5B | 26 | 39 | 0 | 40 | 104 | 28 | 19 |
| Octal | 70 | 47 | 133 | 46 | 71 | 0 | 100 | 404 | 50 | 31 |
| Binary | 111000 | 100111 | 1011011 | 100110 | 111001 | 0 | 1000000 | 100000100 | 101000 | 11001 |
Color Harmonies of #38275B
Complementary color
Monochromatic Colors of #38275B
Black with #38275B
Text Example
Text Example
White with #38275B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38275B; }
p { color: rgb(56,39,91); }
H1.HeaderClassName
{
color: #38275B;
}
.AnyTagClassName
{
color: #38275B;
}
</style>
background-color css
<style>
a { background-color: #38275B; }
a { background-color: rgb(56,39,91); }
div.DivClassName
{
background-color: #38275B;
}
.BgClassName
{
background-color: #38275B;
}
</style>
border-color css
<style>
span { border-color: #38275B; }
span { border-color: rgb(56,39,91); }
td.TdClassName
{
border-color: #38275B;
}
.TagClassName
{
border-color: #38275B;
}
</style>