Shades of Christalle #38165A
Tints of Christalle #38165A
RGB
CMYK
RGB Variations
Color information
#38165A (or 0x38165A) is known color: Christalle. HEX triplet: 38, 16 and 5A. RGB value is (56,22,90). Sum of RGB (Red+Green+Blue) = 56+22+90=168 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.33% from 168); Green value is 22 (8.98% from 255 or 13.10% from 168); Blue value is 90 (35.55% from 255 or 53.57% from 168); Max value from RGB is 90 - color contains mainly: blue. Hex color #38165A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38165A is #C7E9A5. Grayscale: #272727. Windows color (decimal): -13101478 or 5903928. OLE color: 5903928.
HSL color Cylindrical-coordinate representation of color #38165A: hue angle of 270º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38165A is Cyan = 0.38, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 56 | 22 | 90 | - |
| CMYK | 0.38 | 0.76 | 0 | 0.65 |
| HSL | 270º | 0.61% | 0.22% | - |
| HSV(B) | 270º | 0.76% | 0.35% | - |
| XYZ | 3.76 | 2.15 | 9.89 | - |
| YUV | 39.92 | 156.26 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 22 | 90 | 0.38 | 0.76 | 0 | 0.65 | 270 | 0.61 | 0.22 |
| Hex | 38 | 16 | 5A | 26 | 4C | 0 | 41 | 10E | 3D | 16 |
| Octal | 70 | 26 | 132 | 46 | 114 | 0 | 101 | 416 | 75 | 26 |
| Binary | 111000 | 10110 | 1011010 | 100110 | 1001100 | 0 | 1000001 | 100001110 | 111101 | 10110 |
Color Harmonies of #38165A
Complementary color
Monochromatic Colors of #38165A
Black with #38165A
Text Example
Text Example
White with #38165A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38165A; }
p { color: rgb(56,22,90); }
H1.HeaderClassName
{
color: #38165A;
}
.AnyTagClassName
{
color: #38165A;
}
</style>
background-color css
<style>
a { background-color: #38165A; }
a { background-color: rgb(56,22,90); }
div.DivClassName
{
background-color: #38165A;
}
.BgClassName
{
background-color: #38165A;
}
</style>
border-color css
<style>
span { border-color: #38165A; }
span { border-color: rgb(56,22,90); }
td.TdClassName
{
border-color: #38165A;
}
.TagClassName
{
border-color: #38165A;
}
</style>