Shades of Christalle #38075E
Tints of Christalle #38075E
RGB
CMYK
RGB Variations
Color information
#38075E (or 0x38075E) is known color: Christalle. HEX triplet: 38, 07 and 5E. RGB value is (56,7,94). Sum of RGB (Red+Green+Blue) = 56+7+94=157 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.67% from 157); Green value is 7 (3.12% from 255 or 4.46% from 157); Blue value is 94 (37.11% from 255 or 59.87% from 157); Max value from RGB is 94 - color contains mainly: blue. Hex color #38075E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38075E is #C7F8A1. Grayscale: #1F1F1F. Windows color (decimal): -13105314 or 6162232. OLE color: 6162232.
HSL color Cylindrical-coordinate representation of color #38075E: hue angle of 273.79º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #38075E is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 56 | 7 | 94 | - |
| CMYK | 0.40 | 0.93 | 0 | 0.63 |
| HSL | 273.79º | 0.86% | 0.2% | - |
| HSV(B) | 273.79º | 0.93% | 0.37% | - |
| XYZ | 3.73 | 1.8 | 10.74 | - |
| YUV | 31.57 | 163.23 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 7 | 94 | 0.40 | 0.93 | 0 | 0.63 | 273.79 | 0.86 | 0.2 |
| Hex | 38 | 7 | 5E | 28 | 5D | 0 | 3F | 112 | 56 | 14 |
| Octal | 70 | 7 | 136 | 50 | 135 | 0 | 77 | 422 | 126 | 24 |
| Binary | 111000 | 111 | 1011110 | 101000 | 1011101 | 0 | 111111 | 100010010 | 1010110 | 10100 |
Color Harmonies of #38075E
Complementary color
Monochromatic Colors of #38075E
Black with #38075E
Text Example
Text Example
White with #38075E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38075E; }
p { color: rgb(56,7,94); }
H1.HeaderClassName
{
color: #38075E;
}
.AnyTagClassName
{
color: #38075E;
}
</style>
background-color css
<style>
a { background-color: #38075E; }
a { background-color: rgb(56,7,94); }
div.DivClassName
{
background-color: #38075E;
}
.BgClassName
{
background-color: #38075E;
}
</style>
border-color css
<style>
span { border-color: #38075E; }
span { border-color: rgb(56,7,94); }
td.TdClassName
{
border-color: #38075E;
}
.TagClassName
{
border-color: #38075E;
}
</style>