Shades of Christalle #38025A
Tints of Christalle #38025A
RGB
CMYK
RGB Variations
Color information
#38025A (or 0x38025A) is known color: Christalle. HEX triplet: 38, 02 and 5A. RGB value is (56,2,90). Sum of RGB (Red+Green+Blue) = 56+2+90=148 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.84% from 148); Green value is 2 (1.17% from 255 or 1.35% from 148); Blue value is 90 (35.55% from 255 or 60.81% from 148); Max value from RGB is 90 - color contains mainly: blue. Hex color #38025A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38025A is #C7FDA5. Grayscale: #1B1B1B. Windows color (decimal): -13106598 or 5898808. OLE color: 5898808.
HSL color Cylindrical-coordinate representation of color #38025A: hue angle of 276.82º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #38025A is Cyan = 0.38, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 56 | 2 | 90 | - |
| CMYK | 0.38 | 0.98 | 0 | 0.65 |
| HSL | 276.82º | 0.96% | 0.18% | - |
| HSV(B) | 276.82º | 0.98% | 0.35% | - |
| XYZ | 3.5 | 1.62 | 9.8 | - |
| YUV | 28.18 | 162.89 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 2 | 90 | 0.38 | 0.98 | 0 | 0.65 | 276.82 | 0.96 | 0.18 |
| Hex | 38 | 2 | 5A | 26 | 62 | 0 | 41 | 115 | 60 | 12 |
| Octal | 70 | 2 | 132 | 46 | 142 | 0 | 101 | 425 | 140 | 22 |
| Binary | 111000 | 10 | 1011010 | 100110 | 1100010 | 0 | 1000001 | 100010101 | 1100000 | 10010 |
Color Harmonies of #38025A
Complementary color
Monochromatic Colors of #38025A
Black with #38025A
Text Example
Text Example
White with #38025A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38025A; }
p { color: rgb(56,2,90); }
H1.HeaderClassName
{
color: #38025A;
}
.AnyTagClassName
{
color: #38025A;
}
</style>
background-color css
<style>
a { background-color: #38025A; }
a { background-color: rgb(56,2,90); }
div.DivClassName
{
background-color: #38025A;
}
.BgClassName
{
background-color: #38025A;
}
</style>
border-color css
<style>
span { border-color: #38025A; }
span { border-color: rgb(56,2,90); }
td.TdClassName
{
border-color: #38025A;
}
.TagClassName
{
border-color: #38025A;
}
</style>