Shades of Christalle #38255A
Tints of Christalle #38255A
RGB
CMYK
RGB Variations
Color information
#38255A (or 0x38255A) is known color: Christalle. HEX triplet: 38, 25 and 5A. RGB value is (56,37,90). Sum of RGB (Red+Green+Blue) = 56+37+90=183 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.60% from 183); Green value is 37 (14.84% from 255 or 20.22% from 183); Blue value is 90 (35.55% from 255 or 49.18% from 183); Max value from RGB is 90 - color contains mainly: blue. Hex color #38255A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38255A is #C7DAA5. Grayscale: #303030. Windows color (decimal): -13097638 or 5907768. OLE color: 5907768.
HSL color Cylindrical-coordinate representation of color #38255A: hue angle of 261.51º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #38255A is Cyan = 0.38, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 56 | 37 | 90 | - |
| CMYK | 0.38 | 0.59 | 0 | 0.65 |
| HSL | 261.51º | 0.42% | 0.25% | - |
| HSV(B) | 261.51º | 0.59% | 0.35% | - |
| XYZ | 4.14 | 2.9 | 10.01 | - |
| YUV | 48.72 | 151.29 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 37 | 90 | 0.38 | 0.59 | 0 | 0.65 | 261.51 | 0.42 | 0.25 |
| Hex | 38 | 25 | 5A | 26 | 3B | 0 | 41 | 106 | 2A | 19 |
| Octal | 70 | 45 | 132 | 46 | 73 | 0 | 101 | 406 | 52 | 31 |
| Binary | 111000 | 100101 | 1011010 | 100110 | 111011 | 0 | 1000001 | 100000110 | 101010 | 11001 |
Color Harmonies of #38255A
Complementary color
Monochromatic Colors of #38255A
Black with #38255A
Text Example
Text Example
White with #38255A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38255A; }
p { color: rgb(56,37,90); }
H1.HeaderClassName
{
color: #38255A;
}
.AnyTagClassName
{
color: #38255A;
}
</style>
background-color css
<style>
a { background-color: #38255A; }
a { background-color: rgb(56,37,90); }
div.DivClassName
{
background-color: #38255A;
}
.BgClassName
{
background-color: #38255A;
}
</style>
border-color css
<style>
span { border-color: #38255A; }
span { border-color: rgb(56,37,90); }
td.TdClassName
{
border-color: #38255A;
}
.TagClassName
{
border-color: #38255A;
}
</style>