Shades of Christalle #3D135C
Tints of Christalle #3D135C
RGB
CMYK
RGB Variations
Color information
#3D135C (or 0x3D135C) is known color: Christalle. HEX triplet: 3D, 13 and 5C. RGB value is (61,19,92). Sum of RGB (Red+Green+Blue) = 61+19+92=172 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.47% from 172); Green value is 19 (7.81% from 255 or 11.05% from 172); Blue value is 92 (36.33% from 255 or 53.49% from 172); Max value from RGB is 92 - color contains mainly: blue. Hex color #3D135C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D135C is #C2ECA3. Grayscale: #272727. Windows color (decimal): -12774564 or 6034237. OLE color: 6034237.
HSL color Cylindrical-coordinate representation of color #3D135C: hue angle of 274.52º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3D135C is Cyan = 0.34, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 61 | 19 | 92 | - |
| CMYK | 0.34 | 0.79 | 0 | 0.64 |
| HSL | 274.52º | 0.66% | 0.22% | - |
| HSV(B) | 274.52º | 0.79% | 0.36% | - |
| XYZ | 4.09 | 2.23 | 10.34 | - |
| YUV | 39.88 | 157.41 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 19 | 92 | 0.34 | 0.79 | 0 | 0.64 | 274.52 | 0.66 | 0.22 |
| Hex | 3D | 13 | 5C | 22 | 4F | 0 | 40 | 113 | 42 | 16 |
| Octal | 75 | 23 | 134 | 42 | 117 | 0 | 100 | 423 | 102 | 26 |
| Binary | 111101 | 10011 | 1011100 | 100010 | 1001111 | 0 | 1000000 | 100010011 | 1000010 | 10110 |
Color Harmonies of #3D135C
Complementary color
Monochromatic Colors of #3D135C
Black with #3D135C
Text Example
Text Example
White with #3D135C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D135C; }
p { color: rgb(61,19,92); }
H1.HeaderClassName
{
color: #3D135C;
}
.AnyTagClassName
{
color: #3D135C;
}
</style>
background-color css
<style>
a { background-color: #3D135C; }
a { background-color: rgb(61,19,92); }
div.DivClassName
{
background-color: #3D135C;
}
.BgClassName
{
background-color: #3D135C;
}
</style>
border-color css
<style>
span { border-color: #3D135C; }
span { border-color: rgb(61,19,92); }
td.TdClassName
{
border-color: #3D135C;
}
.TagClassName
{
border-color: #3D135C;
}
</style>