Shades of Christalle #3D135A
Tints of Christalle #3D135A
RGB
CMYK
RGB Variations
Color information
#3D135A (or 0x3D135A) is known color: Christalle. HEX triplet: 3D, 13 and 5A. RGB value is (61,19,90). Sum of RGB (Red+Green+Blue) = 61+19+90=170 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.88% from 170); Green value is 19 (7.81% from 255 or 11.18% from 170); Blue value is 90 (35.55% from 255 or 52.94% from 170); Max value from RGB is 90 - color contains mainly: blue. Hex color #3D135A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D135A is #C2ECA5. Grayscale: #272727. Windows color (decimal): -12774566 or 5903165. OLE color: 5903165.
HSL color Cylindrical-coordinate representation of color #3D135A: hue angle of 275.49º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3D135A is Cyan = 0.32, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 61 | 19 | 90 | - |
| CMYK | 0.32 | 0.79 | 0 | 0.65 |
| HSL | 275.49º | 0.65% | 0.21% | - |
| HSV(B) | 275.49º | 0.79% | 0.35% | - |
| XYZ | 4 | 2.2 | 9.89 | - |
| YUV | 39.65 | 156.41 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 19 | 90 | 0.32 | 0.79 | 0 | 0.65 | 275.49 | 0.65 | 0.21 |
| Hex | 3D | 13 | 5A | 20 | 4F | 0 | 41 | 113 | 41 | 15 |
| Octal | 75 | 23 | 132 | 40 | 117 | 0 | 101 | 423 | 101 | 25 |
| Binary | 111101 | 10011 | 1011010 | 100000 | 1001111 | 0 | 1000001 | 100010011 | 1000001 | 10101 |
Color Harmonies of #3D135A
Complementary color
Monochromatic Colors of #3D135A
Black with #3D135A
Text Example
Text Example
White with #3D135A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D135A; }
p { color: rgb(61,19,90); }
H1.HeaderClassName
{
color: #3D135A;
}
.AnyTagClassName
{
color: #3D135A;
}
</style>
background-color css
<style>
a { background-color: #3D135A; }
a { background-color: rgb(61,19,90); }
div.DivClassName
{
background-color: #3D135A;
}
.BgClassName
{
background-color: #3D135A;
}
</style>
border-color css
<style>
span { border-color: #3D135A; }
span { border-color: rgb(61,19,90); }
td.TdClassName
{
border-color: #3D135A;
}
.TagClassName
{
border-color: #3D135A;
}
</style>