Shades of Christalle #38185A
Tints of Christalle #38185A
RGB
CMYK
RGB Variations
Color information
#38185A (or 0x38185A) is known color: Christalle. HEX triplet: 38, 18 and 5A. RGB value is (56,24,90). Sum of RGB (Red+Green+Blue) = 56+24+90=170 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.94% from 170); Green value is 24 (9.77% from 255 or 14.12% from 170); Blue value is 90 (35.55% from 255 or 52.94% from 170); Max value from RGB is 90 - color contains mainly: blue. Hex color #38185A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38185A is #C7E7A5. Grayscale: #282828. Windows color (decimal): -13100966 or 5904440. OLE color: 5904440.
HSL color Cylindrical-coordinate representation of color #38185A: hue angle of 269.09º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38185A is Cyan = 0.38, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 56 | 24 | 90 | - |
| CMYK | 0.38 | 0.73 | 0 | 0.65 |
| HSL | 269.09º | 0.58% | 0.22% | - |
| HSV(B) | 269.09º | 0.73% | 0.35% | - |
| XYZ | 3.8 | 2.23 | 9.9 | - |
| YUV | 41.09 | 155.6 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 24 | 90 | 0.38 | 0.73 | 0 | 0.65 | 269.09 | 0.58 | 0.22 |
| Hex | 38 | 18 | 5A | 26 | 49 | 0 | 41 | 10D | 3A | 16 |
| Octal | 70 | 30 | 132 | 46 | 111 | 0 | 101 | 415 | 72 | 26 |
| Binary | 111000 | 11000 | 1011010 | 100110 | 1001001 | 0 | 1000001 | 100001101 | 111010 | 10110 |
Color Harmonies of #38185A
Complementary color
Monochromatic Colors of #38185A
Black with #38185A
Text Example
Text Example
White with #38185A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38185A; }
p { color: rgb(56,24,90); }
H1.HeaderClassName
{
color: #38185A;
}
.AnyTagClassName
{
color: #38185A;
}
</style>
background-color css
<style>
a { background-color: #38185A; }
a { background-color: rgb(56,24,90); }
div.DivClassName
{
background-color: #38185A;
}
.BgClassName
{
background-color: #38185A;
}
</style>
border-color css
<style>
span { border-color: #38185A; }
span { border-color: rgb(56,24,90); }
td.TdClassName
{
border-color: #38185A;
}
.TagClassName
{
border-color: #38185A;
}
</style>