Shades of Christalle #3D155A
Tints of Christalle #3D155A
RGB
CMYK
RGB Variations
Color information
#3D155A (or 0x3D155A) is known color: Christalle. HEX triplet: 3D, 15 and 5A. RGB value is (61,21,90). Sum of RGB (Red+Green+Blue) = 61+21+90=172 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.47% from 172); Green value is 21 (8.59% from 255 or 12.21% from 172); Blue value is 90 (35.55% from 255 or 52.33% from 172); Max value from RGB is 90 - color contains mainly: blue. Hex color #3D155A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D155A is #C2EAA5. Grayscale: #282828. Windows color (decimal): -12774054 or 5903677. OLE color: 5903677.
HSL color Cylindrical-coordinate representation of color #3D155A: hue angle of 274.78º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3D155A is Cyan = 0.32, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 61 | 21 | 90 | - |
| CMYK | 0.32 | 0.77 | 0 | 0.65 |
| HSL | 274.78º | 0.62% | 0.22% | - |
| HSV(B) | 274.78º | 0.77% | 0.35% | - |
| XYZ | 4.04 | 2.27 | 9.9 | - |
| YUV | 40.83 | 155.75 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 21 | 90 | 0.32 | 0.77 | 0 | 0.65 | 274.78 | 0.62 | 0.22 |
| Hex | 3D | 15 | 5A | 20 | 4D | 0 | 41 | 113 | 3E | 16 |
| Octal | 75 | 25 | 132 | 40 | 115 | 0 | 101 | 423 | 76 | 26 |
| Binary | 111101 | 10101 | 1011010 | 100000 | 1001101 | 0 | 1000001 | 100010011 | 111110 | 10110 |
Color Harmonies of #3D155A
Complementary color
Monochromatic Colors of #3D155A
Black with #3D155A
Text Example
Text Example
White with #3D155A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D155A; }
p { color: rgb(61,21,90); }
H1.HeaderClassName
{
color: #3D155A;
}
.AnyTagClassName
{
color: #3D155A;
}
</style>
background-color css
<style>
a { background-color: #3D155A; }
a { background-color: rgb(61,21,90); }
div.DivClassName
{
background-color: #3D155A;
}
.BgClassName
{
background-color: #3D155A;
}
</style>
border-color css
<style>
span { border-color: #3D155A; }
span { border-color: rgb(61,21,90); }
td.TdClassName
{
border-color: #3D155A;
}
.TagClassName
{
border-color: #3D155A;
}
</style>