Shades of Christalle #38175A
Tints of Christalle #38175A
RGB
CMYK
RGB Variations
Color information
#38175A (or 0x38175A) is known color: Christalle. HEX triplet: 38, 17 and 5A. RGB value is (56,23,90). Sum of RGB (Red+Green+Blue) = 56+23+90=169 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.14% from 169); Green value is 23 (9.38% from 255 or 13.61% from 169); Blue value is 90 (35.55% from 255 or 53.25% from 169); Max value from RGB is 90 - color contains mainly: blue. Hex color #38175A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38175A is #C7E8A5. Grayscale: #282828. Windows color (decimal): -13101222 or 5904184. OLE color: 5904184.
HSL color Cylindrical-coordinate representation of color #38175A: hue angle of 269.55º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38175A is Cyan = 0.38, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 56 | 23 | 90 | - |
| CMYK | 0.38 | 0.74 | 0 | 0.65 |
| HSL | 269.55º | 0.59% | 0.22% | - |
| HSV(B) | 269.55º | 0.74% | 0.35% | - |
| XYZ | 3.78 | 2.19 | 9.9 | - |
| YUV | 40.51 | 155.93 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 23 | 90 | 0.38 | 0.74 | 0 | 0.65 | 269.55 | 0.59 | 0.22 |
| Hex | 38 | 17 | 5A | 26 | 4A | 0 | 41 | 10E | 3B | 16 |
| Octal | 70 | 27 | 132 | 46 | 112 | 0 | 101 | 416 | 73 | 26 |
| Binary | 111000 | 10111 | 1011010 | 100110 | 1001010 | 0 | 1000001 | 100001110 | 111011 | 10110 |
Color Harmonies of #38175A
Complementary color
Monochromatic Colors of #38175A
Black with #38175A
Text Example
Text Example
White with #38175A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38175A; }
p { color: rgb(56,23,90); }
H1.HeaderClassName
{
color: #38175A;
}
.AnyTagClassName
{
color: #38175A;
}
</style>
background-color css
<style>
a { background-color: #38175A; }
a { background-color: rgb(56,23,90); }
div.DivClassName
{
background-color: #38175A;
}
.BgClassName
{
background-color: #38175A;
}
</style>
border-color css
<style>
span { border-color: #38175A; }
span { border-color: rgb(56,23,90); }
td.TdClassName
{
border-color: #38175A;
}
.TagClassName
{
border-color: #38175A;
}
</style>