Shades of Christalle #3D085F
Tints of Christalle #3D085F
RGB
CMYK
RGB Variations
Color information
#3D085F (or 0x3D085F) is known color: Christalle. HEX triplet: 3D, 08 and 5F. RGB value is (61,8,95). Sum of RGB (Red+Green+Blue) = 61+8+95=164 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.20% from 164); Green value is 8 (3.52% from 255 or 4.88% from 164); Blue value is 95 (37.5% from 255 or 57.93% from 164); Max value from RGB is 95 - color contains mainly: blue. Hex color #3D085F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D085F is #C2F7A0. Grayscale: #212121. Windows color (decimal): -12777377 or 6228029. OLE color: 6228029.
HSL color Cylindrical-coordinate representation of color #3D085F: hue angle of 276.55º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3D085F is Cyan = 0.36, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 61 | 8 | 95 | - |
| CMYK | 0.36 | 0.92 | 0 | 0.63 |
| HSL | 276.55º | 0.84% | 0.2% | - |
| HSV(B) | 276.55º | 0.92% | 0.37% | - |
| XYZ | 4.08 | 1.99 | 11 | - |
| YUV | 33.77 | 162.56 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 8 | 95 | 0.36 | 0.92 | 0 | 0.63 | 276.55 | 0.84 | 0.2 |
| Hex | 3D | 8 | 5F | 24 | 5C | 0 | 3F | 115 | 54 | 14 |
| Octal | 75 | 10 | 137 | 44 | 134 | 0 | 77 | 425 | 124 | 24 |
| Binary | 111101 | 1000 | 1011111 | 100100 | 1011100 | 0 | 111111 | 100010101 | 1010100 | 10100 |
Color Harmonies of #3D085F
Complementary color
Monochromatic Colors of #3D085F
Black with #3D085F
Text Example
Text Example
White with #3D085F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D085F; }
p { color: rgb(61,8,95); }
H1.HeaderClassName
{
color: #3D085F;
}
.AnyTagClassName
{
color: #3D085F;
}
</style>
background-color css
<style>
a { background-color: #3D085F; }
a { background-color: rgb(61,8,95); }
div.DivClassName
{
background-color: #3D085F;
}
.BgClassName
{
background-color: #3D085F;
}
</style>
border-color css
<style>
span { border-color: #3D085F; }
span { border-color: rgb(61,8,95); }
td.TdClassName
{
border-color: #3D085F;
}
.TagClassName
{
border-color: #3D085F;
}
</style>