Shades of Christalle #38055A
Tints of Christalle #38055A
RGB
CMYK
RGB Variations
Color information
#38055A (or 0x38055A) is known color: Christalle. HEX triplet: 38, 05 and 5A. RGB value is (56,5,90). Sum of RGB (Red+Green+Blue) = 56+5+90=151 (20% of max value = 765). Red value is 56 (22.27% from 255 or 37.09% from 151); Green value is 5 (2.34% from 255 or 3.31% from 151); Blue value is 90 (35.55% from 255 or 59.60% from 151); Max value from RGB is 90 - color contains mainly: blue. Hex color #38055A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38055A is #C7FAA5. Grayscale: #1D1D1D. Windows color (decimal): -13105830 or 5899576. OLE color: 5899576.
HSL color Cylindrical-coordinate representation of color #38055A: hue angle of 276º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #38055A is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 56 | 5 | 90 | - |
| CMYK | 0.38 | 0.94 | 0 | 0.65 |
| HSL | 276º | 0.89% | 0.19% | - |
| HSV(B) | 276º | 0.94% | 0.35% | - |
| XYZ | 3.53 | 1.69 | 9.81 | - |
| YUV | 29.94 | 161.9 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 5 | 90 | 0.38 | 0.94 | 0 | 0.65 | 276 | 0.89 | 0.19 |
| Hex | 38 | 5 | 5A | 26 | 5E | 0 | 41 | 114 | 59 | 13 |
| Octal | 70 | 5 | 132 | 46 | 136 | 0 | 101 | 424 | 131 | 23 |
| Binary | 111000 | 101 | 1011010 | 100110 | 1011110 | 0 | 1000001 | 100010100 | 1011001 | 10011 |
Color Harmonies of #38055A
Complementary color
Monochromatic Colors of #38055A
Black with #38055A
Text Example
Text Example
White with #38055A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38055A; }
p { color: rgb(56,5,90); }
H1.HeaderClassName
{
color: #38055A;
}
.AnyTagClassName
{
color: #38055A;
}
</style>
background-color css
<style>
a { background-color: #38055A; }
a { background-color: rgb(56,5,90); }
div.DivClassName
{
background-color: #38055A;
}
.BgClassName
{
background-color: #38055A;
}
</style>
border-color css
<style>
span { border-color: #38055A; }
span { border-color: rgb(56,5,90); }
td.TdClassName
{
border-color: #38055A;
}
.TagClassName
{
border-color: #38055A;
}
</style>