Shades of Christalle #38015F
Tints of Christalle #38015F
RGB
CMYK
RGB Variations
Color information
#38015F (or 0x38015F) is known color: Christalle. HEX triplet: 38, 01 and 5F. RGB value is (56,1,95). Sum of RGB (Red+Green+Blue) = 56+1+95=152 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.84% from 152); Green value is 1 (0.78% from 255 or 0.66% from 152); Blue value is 95 (37.5% from 255 or 62.5% from 152); Max value from RGB is 95 - color contains mainly: blue. Hex color #38015F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38015F is #C7FEA0. Grayscale: #1B1B1B. Windows color (decimal): -13106849 or 6226232. OLE color: 6226232.
HSL color Cylindrical-coordinate representation of color #38015F: hue angle of 275.11º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #38015F is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 56 | 1 | 95 | - |
| CMYK | 0.41 | 0.99 | 0 | 0.63 |
| HSL | 275.11º | 0.98% | 0.19% | - |
| HSV(B) | 275.11º | 0.99% | 0.37% | - |
| XYZ | 3.71 | 1.69 | 10.96 | - |
| YUV | 28.16 | 165.72 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 1 | 95 | 0.41 | 0.99 | 0 | 0.63 | 275.11 | 0.98 | 0.19 |
| Hex | 38 | 1 | 5F | 29 | 63 | 0 | 3F | 113 | 62 | 13 |
| Octal | 70 | 1 | 137 | 51 | 143 | 0 | 77 | 423 | 142 | 23 |
| Binary | 111000 | 1 | 1011111 | 101001 | 1100011 | 0 | 111111 | 100010011 | 1100010 | 10011 |
Color Harmonies of #38015F
Complementary color
Monochromatic Colors of #38015F
Black with #38015F
Text Example
Text Example
White with #38015F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38015F; }
p { color: rgb(56,1,95); }
H1.HeaderClassName
{
color: #38015F;
}
.AnyTagClassName
{
color: #38015F;
}
</style>
background-color css
<style>
a { background-color: #38015F; }
a { background-color: rgb(56,1,95); }
div.DivClassName
{
background-color: #38015F;
}
.BgClassName
{
background-color: #38015F;
}
</style>
border-color css
<style>
span { border-color: #38015F; }
span { border-color: rgb(56,1,95); }
td.TdClassName
{
border-color: #38015F;
}
.TagClassName
{
border-color: #38015F;
}
</style>