Shades of Christalle #38035D
Tints of Christalle #38035D
RGB
CMYK
RGB Variations
Color information
#38035D (or 0x38035D) is known color: Christalle. HEX triplet: 38, 03 and 5D. RGB value is (56,3,93). Sum of RGB (Red+Green+Blue) = 56+3+93=152 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.84% from 152); Green value is 3 (1.56% from 255 or 1.97% from 152); Blue value is 93 (36.72% from 255 or 61.18% from 152); Max value from RGB is 93 - color contains mainly: blue. Hex color #38035D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38035D is #C7FCA2. Grayscale: #1C1C1C. Windows color (decimal): -13106339 or 6095672. OLE color: 6095672.
HSL color Cylindrical-coordinate representation of color #38035D: hue angle of 275.33º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #38035D is Cyan = 0.40, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 56 | 3 | 93 | - |
| CMYK | 0.40 | 0.97 | 0 | 0.64 |
| HSL | 275.33º | 0.94% | 0.19% | - |
| HSV(B) | 275.33º | 0.97% | 0.36% | - |
| XYZ | 3.64 | 1.7 | 10.49 | - |
| YUV | 29.11 | 164.06 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 3 | 93 | 0.40 | 0.97 | 0 | 0.64 | 275.33 | 0.94 | 0.19 |
| Hex | 38 | 3 | 5D | 28 | 61 | 0 | 40 | 113 | 5E | 13 |
| Octal | 70 | 3 | 135 | 50 | 141 | 0 | 100 | 423 | 136 | 23 |
| Binary | 111000 | 11 | 1011101 | 101000 | 1100001 | 0 | 1000000 | 100010011 | 1011110 | 10011 |
Color Harmonies of #38035D
Complementary color
Monochromatic Colors of #38035D
Black with #38035D
Text Example
Text Example
White with #38035D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38035D; }
p { color: rgb(56,3,93); }
H1.HeaderClassName
{
color: #38035D;
}
.AnyTagClassName
{
color: #38035D;
}
</style>
background-color css
<style>
a { background-color: #38035D; }
a { background-color: rgb(56,3,93); }
div.DivClassName
{
background-color: #38035D;
}
.BgClassName
{
background-color: #38035D;
}
</style>
border-color css
<style>
span { border-color: #38035D; }
span { border-color: rgb(56,3,93); }
td.TdClassName
{
border-color: #38035D;
}
.TagClassName
{
border-color: #38035D;
}
</style>