Shades of Christalle #38005E
Tints of Christalle #38005E
RGB
CMYK
RGB Variations
Color information
#38005E (or 0x38005E) is known color: Christalle. HEX triplet: 38, 00 and 5E. RGB value is (56,0,94). Sum of RGB (Red+Green+Blue) = 56+0+94=150 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.33% from 150); Green value is 0 (0.39% from 255 or 0% from 150); Blue value is 94 (37.11% from 255 or 62.67% from 150); Max value from RGB is 94 - color contains mainly: blue. Hex color #38005E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38005E is #C7FFA1. Grayscale: #1B1B1B. Windows color (decimal): -13107106 or 6160440. OLE color: 6160440.
HSL color Cylindrical-coordinate representation of color #38005E: hue angle of 275.74º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #38005E is Cyan = 0.40, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 56 | 0 | 94 | - |
| CMYK | 0.40 | 1 | 0 | 0.63 |
| HSL | 275.74º | 1% | 0.18% | - |
| HSV(B) | 275.74º | 1% | 0.37% | - |
| XYZ | 3.65 | 1.65 | 10.72 | - |
| YUV | 27.46 | 165.55 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 0 | 94 | 0.40 | 1 | 0 | 0.63 | 275.74 | 1 | 0.18 |
| Hex | 38 | 0 | 5E | 28 | 64 | 0 | 3F | 114 | 64 | 12 |
| Octal | 70 | 0 | 136 | 50 | 144 | 0 | 77 | 424 | 144 | 22 |
| Binary | 111000 | 0 | 1011110 | 101000 | 1100100 | 0 | 111111 | 100010100 | 1100100 | 10010 |
Color Harmonies of #38005E
Complementary color
Monochromatic Colors of #38005E
Black with #38005E
Text Example
Text Example
White with #38005E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38005E; }
p { color: rgb(56,0,94); }
H1.HeaderClassName
{
color: #38005E;
}
.AnyTagClassName
{
color: #38005E;
}
</style>
background-color css
<style>
a { background-color: #38005E; }
a { background-color: rgb(56,0,94); }
div.DivClassName
{
background-color: #38005E;
}
.BgClassName
{
background-color: #38005E;
}
</style>
border-color css
<style>
span { border-color: #38005E; }
span { border-color: rgb(56,0,94); }
td.TdClassName
{
border-color: #38005E;
}
.TagClassName
{
border-color: #38005E;
}
</style>