Shades of Christalle #38045A
Tints of Christalle #38045A
RGB
CMYK
RGB Variations
Color information
#38045A (or 0x38045A) is known color: Christalle. HEX triplet: 38, 04 and 5A. RGB value is (56,4,90). Sum of RGB (Red+Green+Blue) = 56+4+90=150 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.33% from 150); Green value is 4 (1.95% from 255 or 2.67% from 150); Blue value is 90 (35.55% from 255 or 60% from 150); Max value from RGB is 90 - color contains mainly: blue. Hex color #38045A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38045A is #C7FBA5. Grayscale: #1D1D1D. Windows color (decimal): -13106086 or 5899320. OLE color: 5899320.
HSL color Cylindrical-coordinate representation of color #38045A: hue angle of 276.28º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #38045A is Cyan = 0.38, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 56 | 4 | 90 | - |
| CMYK | 0.38 | 0.96 | 0 | 0.65 |
| HSL | 276.28º | 0.91% | 0.18% | - |
| HSV(B) | 276.28º | 0.96% | 0.35% | - |
| XYZ | 3.52 | 1.67 | 9.81 | - |
| YUV | 29.35 | 162.23 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 4 | 90 | 0.38 | 0.96 | 0 | 0.65 | 276.28 | 0.91 | 0.18 |
| Hex | 38 | 4 | 5A | 26 | 60 | 0 | 41 | 114 | 5B | 12 |
| Octal | 70 | 4 | 132 | 46 | 140 | 0 | 101 | 424 | 133 | 22 |
| Binary | 111000 | 100 | 1011010 | 100110 | 1100000 | 0 | 1000001 | 100010100 | 1011011 | 10010 |
Color Harmonies of #38045A
Complementary color
Monochromatic Colors of #38045A
Black with #38045A
Text Example
Text Example
White with #38045A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38045A; }
p { color: rgb(56,4,90); }
H1.HeaderClassName
{
color: #38045A;
}
.AnyTagClassName
{
color: #38045A;
}
</style>
background-color css
<style>
a { background-color: #38045A; }
a { background-color: rgb(56,4,90); }
div.DivClassName
{
background-color: #38045A;
}
.BgClassName
{
background-color: #38045A;
}
</style>
border-color css
<style>
span { border-color: #38045A; }
span { border-color: rgb(56,4,90); }
td.TdClassName
{
border-color: #38045A;
}
.TagClassName
{
border-color: #38045A;
}
</style>