Shades of Christalle #381A6D
Tints of Christalle #381A6D
RGB
CMYK
RGB Variations
Color information
#381A6D (or 0x381A6D) is known color: Christalle. HEX triplet: 38, 1A and 6D. RGB value is (56,26,109). Sum of RGB (Red+Green+Blue) = 56+26+109=191 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.32% from 191); Green value is 26 (10.55% from 255 or 13.61% from 191); Blue value is 109 (42.97% from 255 or 57.07% from 191); Max value from RGB is 109 - color contains mainly: blue. Hex color #381A6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381A6D is #C7E592. Grayscale: #2C2C2C. Windows color (decimal): -13100435 or 7150136. OLE color: 7150136.
HSL color Cylindrical-coordinate representation of color #381A6D: hue angle of 261.69º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #381A6D is Cyan = 0.49, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 56 | 26 | 109 | - |
| CMYK | 0.49 | 0.76 | 0 | 0.57 |
| HSL | 261.69º | 0.61% | 0.26% | - |
| HSV(B) | 261.69º | 0.76% | 0.43% | - |
| XYZ | 4.76 | 2.68 | 14.74 | - |
| YUV | 44.43 | 164.44 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 26 | 109 | 0.49 | 0.76 | 0 | 0.57 | 261.69 | 0.61 | 0.26 |
| Hex | 38 | 1A | 6D | 31 | 4C | 0 | 39 | 106 | 3D | 1A |
| Octal | 70 | 32 | 155 | 61 | 114 | 0 | 71 | 406 | 75 | 32 |
| Binary | 111000 | 11010 | 1101101 | 110001 | 1001100 | 0 | 111001 | 100000110 | 111101 | 11010 |
Color Harmonies of #381A6D
Complementary color
Monochromatic Colors of #381A6D
Black with #381A6D
Text Example
Text Example
White with #381A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381A6D; }
p { color: rgb(56,26,109); }
H1.HeaderClassName
{
color: #381A6D;
}
.AnyTagClassName
{
color: #381A6D;
}
</style>
background-color css
<style>
a { background-color: #381A6D; }
a { background-color: rgb(56,26,109); }
div.DivClassName
{
background-color: #381A6D;
}
.BgClassName
{
background-color: #381A6D;
}
</style>
border-color css
<style>
span { border-color: #381A6D; }
span { border-color: rgb(56,26,109); }
td.TdClassName
{
border-color: #381A6D;
}
.TagClassName
{
border-color: #381A6D;
}
</style>