Shades of Christalle #38005D
Tints of Christalle #38005D
RGB
CMYK
RGB Variations
Color information
#38005D (or 0x38005D) is known color: Christalle. HEX triplet: 38, 00 and 5D. RGB value is (56,0,93). Sum of RGB (Red+Green+Blue) = 56+0+93=149 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.58% from 149); Green value is 0 (0.39% from 255 or 0% from 149); Blue value is 93 (36.72% from 255 or 62.42% from 149); Max value from RGB is 93 - color contains mainly: blue. Hex color #38005D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38005D is #C7FFA2. Grayscale: #1B1B1B. Windows color (decimal): -13107107 or 6094904. OLE color: 6094904.
HSL color Cylindrical-coordinate representation of color #38005D: hue angle of 276.13º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #38005D is Cyan = 0.40, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 56 | 0 | 93 | - |
| CMYK | 0.40 | 1 | 0 | 0.64 |
| HSL | 276.13º | 1% | 0.18% | - |
| HSV(B) | 276.13º | 1% | 0.36% | - |
| XYZ | 3.61 | 1.63 | 10.48 | - |
| YUV | 27.35 | 165.05 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 0 | 93 | 0.40 | 1 | 0 | 0.64 | 276.13 | 1 | 0.18 |
| Hex | 38 | 0 | 5D | 28 | 64 | 0 | 40 | 114 | 64 | 12 |
| Octal | 70 | 0 | 135 | 50 | 144 | 0 | 100 | 424 | 144 | 22 |
| Binary | 111000 | 0 | 1011101 | 101000 | 1100100 | 0 | 1000000 | 100010100 | 1100100 | 10010 |
Color Harmonies of #38005D
Complementary color
Monochromatic Colors of #38005D
Black with #38005D
Text Example
Text Example
White with #38005D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38005D; }
p { color: rgb(56,0,93); }
H1.HeaderClassName
{
color: #38005D;
}
.AnyTagClassName
{
color: #38005D;
}
</style>
background-color css
<style>
a { background-color: #38005D; }
a { background-color: rgb(56,0,93); }
div.DivClassName
{
background-color: #38005D;
}
.BgClassName
{
background-color: #38005D;
}
</style>
border-color css
<style>
span { border-color: #38005D; }
span { border-color: rgb(56,0,93); }
td.TdClassName
{
border-color: #38005D;
}
.TagClassName
{
border-color: #38005D;
}
</style>