Shades of Christalle #38015C
Tints of Christalle #38015C
RGB
CMYK
RGB Variations
Color information
#38015C (or 0x38015C) is known color: Christalle. HEX triplet: 38, 01 and 5C. RGB value is (56,1,92). Sum of RGB (Red+Green+Blue) = 56+1+92=149 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.58% from 149); Green value is 1 (0.78% from 255 or 0.67% from 149); Blue value is 92 (36.33% from 255 or 61.74% from 149); Max value from RGB is 92 - color contains mainly: blue. Hex color #38015C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38015C is #C7FEA3. Grayscale: #1B1B1B. Windows color (decimal): -13106852 or 6029624. OLE color: 6029624.
HSL color Cylindrical-coordinate representation of color #38015C: hue angle of 276.26º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #38015C is Cyan = 0.39, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 56 | 1 | 92 | - |
| CMYK | 0.39 | 0.99 | 0 | 0.64 |
| HSL | 276.26º | 0.98% | 0.18% | - |
| HSV(B) | 276.26º | 0.99% | 0.36% | - |
| XYZ | 3.57 | 1.64 | 10.25 | - |
| YUV | 27.82 | 164.22 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 1 | 92 | 0.39 | 0.99 | 0 | 0.64 | 276.26 | 0.98 | 0.18 |
| Hex | 38 | 1 | 5C | 27 | 63 | 0 | 40 | 114 | 62 | 12 |
| Octal | 70 | 1 | 134 | 47 | 143 | 0 | 100 | 424 | 142 | 22 |
| Binary | 111000 | 1 | 1011100 | 100111 | 1100011 | 0 | 1000000 | 100010100 | 1100010 | 10010 |
Color Harmonies of #38015C
Complementary color
Monochromatic Colors of #38015C
Black with #38015C
Text Example
Text Example
White with #38015C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38015C; }
p { color: rgb(56,1,92); }
H1.HeaderClassName
{
color: #38015C;
}
.AnyTagClassName
{
color: #38015C;
}
</style>
background-color css
<style>
a { background-color: #38015C; }
a { background-color: rgb(56,1,92); }
div.DivClassName
{
background-color: #38015C;
}
.BgClassName
{
background-color: #38015C;
}
</style>
border-color css
<style>
span { border-color: #38015C; }
span { border-color: rgb(56,1,92); }
td.TdClassName
{
border-color: #38015C;
}
.TagClassName
{
border-color: #38015C;
}
</style>