Shades of Christalle #391A5D
Tints of Christalle #391A5D
RGB
CMYK
RGB Variations
Color information
#391A5D (or 0x391A5D) is known color: Christalle. HEX triplet: 39, 1A and 5D. RGB value is (57,26,93). Sum of RGB (Red+Green+Blue) = 57+26+93=176 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.39% from 176); Green value is 26 (10.55% from 255 or 14.77% from 176); Blue value is 93 (36.72% from 255 or 52.84% from 176); Max value from RGB is 93 - color contains mainly: blue. Hex color #391A5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #391A5D is #C6E5A2. Grayscale: #2A2A2A. Windows color (decimal): -13034915 or 6101561. OLE color: 6101561.
HSL color Cylindrical-coordinate representation of color #391A5D: hue angle of 267.76º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #391A5D is Cyan = 0.39, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 57 | 26 | 93 | - |
| CMYK | 0.39 | 0.72 | 0 | 0.64 |
| HSL | 267.76º | 0.56% | 0.23% | - |
| HSV(B) | 267.76º | 0.72% | 0.36% | - |
| XYZ | 4.03 | 2.4 | 10.61 | - |
| YUV | 42.91 | 156.27 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 26 | 93 | 0.39 | 0.72 | 0 | 0.64 | 267.76 | 0.56 | 0.23 |
| Hex | 39 | 1A | 5D | 27 | 48 | 0 | 40 | 10C | 38 | 17 |
| Octal | 71 | 32 | 135 | 47 | 110 | 0 | 100 | 414 | 70 | 27 |
| Binary | 111001 | 11010 | 1011101 | 100111 | 1001000 | 0 | 1000000 | 100001100 | 111000 | 10111 |
Color Harmonies of #391A5D
Complementary color
Monochromatic Colors of #391A5D
Black with #391A5D
Text Example
Text Example
White with #391A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391A5D; }
p { color: rgb(57,26,93); }
H1.HeaderClassName
{
color: #391A5D;
}
.AnyTagClassName
{
color: #391A5D;
}
</style>
background-color css
<style>
a { background-color: #391A5D; }
a { background-color: rgb(57,26,93); }
div.DivClassName
{
background-color: #391A5D;
}
.BgClassName
{
background-color: #391A5D;
}
</style>
border-color css
<style>
span { border-color: #391A5D; }
span { border-color: rgb(57,26,93); }
td.TdClassName
{
border-color: #391A5D;
}
.TagClassName
{
border-color: #391A5D;
}
</style>