Shades of Christalle #38176D
Tints of Christalle #38176D
RGB
CMYK
RGB Variations
Color information
#38176D (or 0x38176D) is known color: Christalle. HEX triplet: 38, 17 and 6D. RGB value is (56,23,109). Sum of RGB (Red+Green+Blue) = 56+23+109=188 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.79% from 188); Green value is 23 (9.38% from 255 or 12.23% from 188); Blue value is 109 (42.97% from 255 or 57.98% from 188); Max value from RGB is 109 - color contains mainly: blue. Hex color #38176D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38176D is #C7E892. Grayscale: #2A2A2A. Windows color (decimal): -13101203 or 7149368. OLE color: 7149368.
HSL color Cylindrical-coordinate representation of color #38176D: hue angle of 263.02º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #38176D is Cyan = 0.49, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 56 | 23 | 109 | - |
| CMYK | 0.49 | 0.79 | 0 | 0.57 |
| HSL | 263.02º | 0.65% | 0.26% | - |
| HSV(B) | 263.02º | 0.79% | 0.43% | - |
| XYZ | 4.7 | 2.56 | 14.71 | - |
| YUV | 42.67 | 165.43 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 23 | 109 | 0.49 | 0.79 | 0 | 0.57 | 263.02 | 0.65 | 0.26 |
| Hex | 38 | 17 | 6D | 31 | 4F | 0 | 39 | 107 | 41 | 1A |
| Octal | 70 | 27 | 155 | 61 | 117 | 0 | 71 | 407 | 101 | 32 |
| Binary | 111000 | 10111 | 1101101 | 110001 | 1001111 | 0 | 111001 | 100000111 | 1000001 | 11010 |
Color Harmonies of #38176D
Complementary color
Monochromatic Colors of #38176D
Black with #38176D
Text Example
Text Example
White with #38176D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38176D; }
p { color: rgb(56,23,109); }
H1.HeaderClassName
{
color: #38176D;
}
.AnyTagClassName
{
color: #38176D;
}
</style>
background-color css
<style>
a { background-color: #38176D; }
a { background-color: rgb(56,23,109); }
div.DivClassName
{
background-color: #38176D;
}
.BgClassName
{
background-color: #38176D;
}
</style>
border-color css
<style>
span { border-color: #38176D; }
span { border-color: rgb(56,23,109); }
td.TdClassName
{
border-color: #38176D;
}
.TagClassName
{
border-color: #38176D;
}
</style>