Shades of Christalle #38135A
Tints of Christalle #38135A
RGB
CMYK
RGB Variations
Color information
#38135A (or 0x38135A) is known color: Christalle. HEX triplet: 38, 13 and 5A. RGB value is (56,19,90). Sum of RGB (Red+Green+Blue) = 56+19+90=165 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.94% from 165); Green value is 19 (7.81% from 255 or 11.52% from 165); Blue value is 90 (35.55% from 255 or 54.55% from 165); Max value from RGB is 90 - color contains mainly: blue. Hex color #38135A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38135A is #C7ECA5. Grayscale: #252525. Windows color (decimal): -13102246 or 5903160. OLE color: 5903160.
HSL color Cylindrical-coordinate representation of color #38135A: hue angle of 271.27º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #38135A is Cyan = 0.38, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 56 | 19 | 90 | - |
| CMYK | 0.38 | 0.79 | 0 | 0.65 |
| HSL | 271.27º | 0.65% | 0.21% | - |
| HSV(B) | 271.27º | 0.79% | 0.35% | - |
| XYZ | 3.71 | 2.04 | 9.87 | - |
| YUV | 38.16 | 157.26 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 19 | 90 | 0.38 | 0.79 | 0 | 0.65 | 271.27 | 0.65 | 0.21 |
| Hex | 38 | 13 | 5A | 26 | 4F | 0 | 41 | 10F | 41 | 15 |
| Octal | 70 | 23 | 132 | 46 | 117 | 0 | 101 | 417 | 101 | 25 |
| Binary | 111000 | 10011 | 1011010 | 100110 | 1001111 | 0 | 1000001 | 100001111 | 1000001 | 10101 |
Color Harmonies of #38135A
Complementary color
Monochromatic Colors of #38135A
Black with #38135A
Text Example
Text Example
White with #38135A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38135A; }
p { color: rgb(56,19,90); }
H1.HeaderClassName
{
color: #38135A;
}
.AnyTagClassName
{
color: #38135A;
}
</style>
background-color css
<style>
a { background-color: #38135A; }
a { background-color: rgb(56,19,90); }
div.DivClassName
{
background-color: #38135A;
}
.BgClassName
{
background-color: #38135A;
}
</style>
border-color css
<style>
span { border-color: #38135A; }
span { border-color: rgb(56,19,90); }
td.TdClassName
{
border-color: #38135A;
}
.TagClassName
{
border-color: #38135A;
}
</style>