Shades of Christalle #38025C
Tints of Christalle #38025C
RGB
CMYK
RGB Variations
Color information
#38025C (or 0x38025C) is known color: Christalle. HEX triplet: 38, 02 and 5C. RGB value is (56,2,92). Sum of RGB (Red+Green+Blue) = 56+2+92=150 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.33% from 150); Green value is 2 (1.17% from 255 or 1.33% from 150); Blue value is 92 (36.33% from 255 or 61.33% from 150); Max value from RGB is 92 - color contains mainly: blue. Hex color #38025C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38025C is #C7FDA3. Grayscale: #1C1C1C. Windows color (decimal): -13106596 or 6029880. OLE color: 6029880.
HSL color Cylindrical-coordinate representation of color #38025C: hue angle of 276º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #38025C is Cyan = 0.39, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 56 | 2 | 92 | - |
| CMYK | 0.39 | 0.98 | 0 | 0.64 |
| HSL | 276º | 0.96% | 0.18% | - |
| HSV(B) | 276º | 0.98% | 0.36% | - |
| XYZ | 3.58 | 1.66 | 10.26 | - |
| YUV | 28.41 | 163.89 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 2 | 92 | 0.39 | 0.98 | 0 | 0.64 | 276 | 0.96 | 0.18 |
| Hex | 38 | 2 | 5C | 27 | 62 | 0 | 40 | 114 | 60 | 12 |
| Octal | 70 | 2 | 134 | 47 | 142 | 0 | 100 | 424 | 140 | 22 |
| Binary | 111000 | 10 | 1011100 | 100111 | 1100010 | 0 | 1000000 | 100010100 | 1100000 | 10010 |
Color Harmonies of #38025C
Complementary color
Monochromatic Colors of #38025C
Black with #38025C
Text Example
Text Example
White with #38025C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38025C; }
p { color: rgb(56,2,92); }
H1.HeaderClassName
{
color: #38025C;
}
.AnyTagClassName
{
color: #38025C;
}
</style>
background-color css
<style>
a { background-color: #38025C; }
a { background-color: rgb(56,2,92); }
div.DivClassName
{
background-color: #38025C;
}
.BgClassName
{
background-color: #38025C;
}
</style>
border-color css
<style>
span { border-color: #38025C; }
span { border-color: rgb(56,2,92); }
td.TdClassName
{
border-color: #38025C;
}
.TagClassName
{
border-color: #38025C;
}
</style>