Shades of Christalle #38055E
Tints of Christalle #38055E
RGB
CMYK
RGB Variations
Color information
#38055E (or 0x38055E) is known color: Christalle. HEX triplet: 38, 05 and 5E. RGB value is (56,5,94). Sum of RGB (Red+Green+Blue) = 56+5+94=155 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.13% from 155); Green value is 5 (2.34% from 255 or 3.23% from 155); Blue value is 94 (37.11% from 255 or 60.65% from 155); Max value from RGB is 94 - color contains mainly: blue. Hex color #38055E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38055E is #C7FAA1. Grayscale: #1E1E1E. Windows color (decimal): -13105826 or 6161720. OLE color: 6161720.
HSL color Cylindrical-coordinate representation of color #38055E: hue angle of 274.38º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #38055E is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 56 | 5 | 94 | - |
| CMYK | 0.40 | 0.95 | 0 | 0.63 |
| HSL | 274.38º | 0.9% | 0.19% | - |
| HSV(B) | 274.38º | 0.95% | 0.37% | - |
| XYZ | 3.71 | 1.76 | 10.73 | - |
| YUV | 30.4 | 163.9 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 5 | 94 | 0.40 | 0.95 | 0 | 0.63 | 274.38 | 0.9 | 0.19 |
| Hex | 38 | 5 | 5E | 28 | 5F | 0 | 3F | 112 | 5A | 13 |
| Octal | 70 | 5 | 136 | 50 | 137 | 0 | 77 | 422 | 132 | 23 |
| Binary | 111000 | 101 | 1011110 | 101000 | 1011111 | 0 | 111111 | 100010010 | 1011010 | 10011 |
Color Harmonies of #38055E
Complementary color
Monochromatic Colors of #38055E
Black with #38055E
Text Example
Text Example
White with #38055E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38055E; }
p { color: rgb(56,5,94); }
H1.HeaderClassName
{
color: #38055E;
}
.AnyTagClassName
{
color: #38055E;
}
</style>
background-color css
<style>
a { background-color: #38055E; }
a { background-color: rgb(56,5,94); }
div.DivClassName
{
background-color: #38055E;
}
.BgClassName
{
background-color: #38055E;
}
</style>
border-color css
<style>
span { border-color: #38055E; }
span { border-color: rgb(56,5,94); }
td.TdClassName
{
border-color: #38055E;
}
.TagClassName
{
border-color: #38055E;
}
</style>