Shades of Christalle #3D145B
Tints of Christalle #3D145B
RGB
CMYK
RGB Variations
Color information
#3D145B (or 0x3D145B) is known color: Christalle. HEX triplet: 3D, 14 and 5B. RGB value is (61,20,91). Sum of RGB (Red+Green+Blue) = 61+20+91=172 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.47% from 172); Green value is 20 (8.20% from 255 or 11.63% from 172); Blue value is 91 (35.94% from 255 or 52.91% from 172); Max value from RGB is 91 - color contains mainly: blue. Hex color #3D145B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D145B is #C2EBA4. Grayscale: #282828. Windows color (decimal): -12774309 or 5968957. OLE color: 5968957.
HSL color Cylindrical-coordinate representation of color #3D145B: hue angle of 274.65º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3D145B is Cyan = 0.33, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 61 | 20 | 91 | - |
| CMYK | 0.33 | 0.78 | 0 | 0.64 |
| HSL | 274.65º | 0.64% | 0.22% | - |
| HSV(B) | 274.65º | 0.78% | 0.36% | - |
| XYZ | 4.06 | 2.25 | 10.12 | - |
| YUV | 40.35 | 156.58 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 20 | 91 | 0.33 | 0.78 | 0 | 0.64 | 274.65 | 0.64 | 0.22 |
| Hex | 3D | 14 | 5B | 21 | 4E | 0 | 40 | 113 | 40 | 16 |
| Octal | 75 | 24 | 133 | 41 | 116 | 0 | 100 | 423 | 100 | 26 |
| Binary | 111101 | 10100 | 1011011 | 100001 | 1001110 | 0 | 1000000 | 100010011 | 1000000 | 10110 |
Color Harmonies of #3D145B
Complementary color
Monochromatic Colors of #3D145B
Black with #3D145B
Text Example
Text Example
White with #3D145B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D145B; }
p { color: rgb(61,20,91); }
H1.HeaderClassName
{
color: #3D145B;
}
.AnyTagClassName
{
color: #3D145B;
}
</style>
background-color css
<style>
a { background-color: #3D145B; }
a { background-color: rgb(61,20,91); }
div.DivClassName
{
background-color: #3D145B;
}
.BgClassName
{
background-color: #3D145B;
}
</style>
border-color css
<style>
span { border-color: #3D145B; }
span { border-color: rgb(61,20,91); }
td.TdClassName
{
border-color: #3D145B;
}
.TagClassName
{
border-color: #3D145B;
}
</style>