Shades of Christalle #38015A
Tints of Christalle #38015A
RGB
CMYK
RGB Variations
Color information
#38015A (or 0x38015A) is known color: Christalle. HEX triplet: 38, 01 and 5A. RGB value is (56,1,90). Sum of RGB (Red+Green+Blue) = 56+1+90=147 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.10% from 147); Green value is 1 (0.78% from 255 or 0.68% from 147); Blue value is 90 (35.55% from 255 or 61.22% from 147); Max value from RGB is 90 - color contains mainly: blue. Hex color #38015A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38015A is #C7FEA5. Grayscale: #1B1B1B. Windows color (decimal): -13106854 or 5898552. OLE color: 5898552.
HSL color Cylindrical-coordinate representation of color #38015A: hue angle of 277.08º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #38015A is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 56 | 1 | 90 | - |
| CMYK | 0.38 | 0.99 | 0 | 0.65 |
| HSL | 277.08º | 0.98% | 0.18% | - |
| HSV(B) | 277.08º | 0.99% | 0.35% | - |
| XYZ | 3.49 | 1.6 | 9.8 | - |
| YUV | 27.59 | 163.22 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 1 | 90 | 0.38 | 0.99 | 0 | 0.65 | 277.08 | 0.98 | 0.18 |
| Hex | 38 | 1 | 5A | 26 | 63 | 0 | 41 | 115 | 62 | 12 |
| Octal | 70 | 1 | 132 | 46 | 143 | 0 | 101 | 425 | 142 | 22 |
| Binary | 111000 | 1 | 1011010 | 100110 | 1100011 | 0 | 1000001 | 100010101 | 1100010 | 10010 |
Color Harmonies of #38015A
Complementary color
Monochromatic Colors of #38015A
Black with #38015A
Text Example
Text Example
White with #38015A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38015A; }
p { color: rgb(56,1,90); }
H1.HeaderClassName
{
color: #38015A;
}
.AnyTagClassName
{
color: #38015A;
}
</style>
background-color css
<style>
a { background-color: #38015A; }
a { background-color: rgb(56,1,90); }
div.DivClassName
{
background-color: #38015A;
}
.BgClassName
{
background-color: #38015A;
}
</style>
border-color css
<style>
span { border-color: #38015A; }
span { border-color: rgb(56,1,90); }
td.TdClassName
{
border-color: #38015A;
}
.TagClassName
{
border-color: #38015A;
}
</style>