Shades of Christalle #381A5B
Tints of Christalle #381A5B
RGB
CMYK
RGB Variations
Color information
#381A5B (or 0x381A5B) is known color: Christalle. HEX triplet: 38, 1A and 5B. RGB value is (56,26,91). Sum of RGB (Red+Green+Blue) = 56+26+91=173 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.37% from 173); Green value is 26 (10.55% from 255 or 15.03% from 173); Blue value is 91 (35.94% from 255 or 52.60% from 173); Max value from RGB is 91 - color contains mainly: blue. Hex color #381A5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381A5B is #C7E5A4. Grayscale: #2A2A2A. Windows color (decimal): -13100453 or 5970488. OLE color: 5970488.
HSL color Cylindrical-coordinate representation of color #381A5B: hue angle of 267.69º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #381A5B is Cyan = 0.38, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 56 | 26 | 91 | - |
| CMYK | 0.38 | 0.71 | 0 | 0.64 |
| HSL | 267.69º | 0.56% | 0.23% | - |
| HSV(B) | 267.69º | 0.71% | 0.36% | - |
| XYZ | 3.89 | 2.33 | 10.14 | - |
| YUV | 42.38 | 155.44 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 26 | 91 | 0.38 | 0.71 | 0 | 0.64 | 267.69 | 0.56 | 0.23 |
| Hex | 38 | 1A | 5B | 26 | 47 | 0 | 40 | 10C | 38 | 17 |
| Octal | 70 | 32 | 133 | 46 | 107 | 0 | 100 | 414 | 70 | 27 |
| Binary | 111000 | 11010 | 1011011 | 100110 | 1000111 | 0 | 1000000 | 100001100 | 111000 | 10111 |
Color Harmonies of #381A5B
Complementary color
Monochromatic Colors of #381A5B
Black with #381A5B
Text Example
Text Example
White with #381A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381A5B; }
p { color: rgb(56,26,91); }
H1.HeaderClassName
{
color: #381A5B;
}
.AnyTagClassName
{
color: #381A5B;
}
</style>
background-color css
<style>
a { background-color: #381A5B; }
a { background-color: rgb(56,26,91); }
div.DivClassName
{
background-color: #381A5B;
}
.BgClassName
{
background-color: #381A5B;
}
</style>
border-color css
<style>
span { border-color: #381A5B; }
span { border-color: rgb(56,26,91); }
td.TdClassName
{
border-color: #381A5B;
}
.TagClassName
{
border-color: #381A5B;
}
</style>