Shades of Christalle #38005C
Tints of Christalle #38005C
RGB
CMYK
RGB Variations
Color information
#38005C (or 0x38005C) is known color: Christalle. HEX triplet: 38, 00 and 5C. RGB value is (56,0,92). Sum of RGB (Red+Green+Blue) = 56+0+92=148 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.84% from 148); Green value is 0 (0.39% from 255 or 0% from 148); Blue value is 92 (36.33% from 255 or 62.16% from 148); Max value from RGB is 92 - color contains mainly: blue. Hex color #38005C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38005C is #C7FFA3. Grayscale: #1A1A1A. Windows color (decimal): -13107108 or 6029368. OLE color: 6029368.
HSL color Cylindrical-coordinate representation of color #38005C: hue angle of 276.52º 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 #38005C is Cyan = 0.39, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 56 | 0 | 92 | - |
| CMYK | 0.39 | 1 | 0 | 0.64 |
| HSL | 276.52º | 1% | 0.18% | - |
| HSV(B) | 276.52º | 1% | 0.36% | - |
| XYZ | 3.56 | 1.61 | 10.25 | - |
| YUV | 27.23 | 164.55 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 0 | 92 | 0.39 | 1 | 0 | 0.64 | 276.52 | 1 | 0.18 |
| Hex | 38 | 0 | 5C | 27 | 64 | 0 | 40 | 115 | 64 | 12 |
| Octal | 70 | 0 | 134 | 47 | 144 | 0 | 100 | 425 | 144 | 22 |
| Binary | 111000 | 0 | 1011100 | 100111 | 1100100 | 0 | 1000000 | 100010101 | 1100100 | 10010 |
Color Harmonies of #38005C
Complementary color
Monochromatic Colors of #38005C
Black with #38005C
Text Example
Text Example
White with #38005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38005C; }
p { color: rgb(56,0,92); }
H1.HeaderClassName
{
color: #38005C;
}
.AnyTagClassName
{
color: #38005C;
}
</style>
background-color css
<style>
a { background-color: #38005C; }
a { background-color: rgb(56,0,92); }
div.DivClassName
{
background-color: #38005C;
}
.BgClassName
{
background-color: #38005C;
}
</style>
border-color css
<style>
span { border-color: #38005C; }
span { border-color: rgb(56,0,92); }
td.TdClassName
{
border-color: #38005C;
}
.TagClassName
{
border-color: #38005C;
}
</style>