Shades of Christalle #3D065B
Tints of Christalle #3D065B
RGB
CMYK
RGB Variations
Color information
#3D065B (or 0x3D065B) is known color: Christalle. HEX triplet: 3D, 06 and 5B. RGB value is (61,6,91). Sum of RGB (Red+Green+Blue) = 61+6+91=158 (20% of max value = 765). Red value is 61 (24.22% from 255 or 38.61% from 158); Green value is 6 (2.73% from 255 or 3.80% from 158); Blue value is 91 (35.94% from 255 or 57.59% from 158); Max value from RGB is 91 - color contains mainly: blue. Hex color #3D065B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D065B is #C2F9A4. Grayscale: #1F1F1F. Windows color (decimal): -12777893 or 5965373. OLE color: 5965373.
HSL color Cylindrical-coordinate representation of color #3D065B: hue angle of 278.82º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3D065B is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 61 | 6 | 91 | - |
| CMYK | 0.33 | 0.93 | 0 | 0.64 |
| HSL | 278.82º | 0.88% | 0.19% | - |
| HSV(B) | 278.82º | 0.93% | 0.36% | - |
| XYZ | 3.88 | 1.88 | 10.06 | - |
| YUV | 32.14 | 161.22 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 6 | 91 | 0.33 | 0.93 | 0 | 0.64 | 278.82 | 0.88 | 0.19 |
| Hex | 3D | 6 | 5B | 21 | 5D | 0 | 40 | 117 | 58 | 13 |
| Octal | 75 | 6 | 133 | 41 | 135 | 0 | 100 | 427 | 130 | 23 |
| Binary | 111101 | 110 | 1011011 | 100001 | 1011101 | 0 | 1000000 | 100010111 | 1011000 | 10011 |
Color Harmonies of #3D065B
Complementary color
Monochromatic Colors of #3D065B
Black with #3D065B
Text Example
Text Example
White with #3D065B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D065B; }
p { color: rgb(61,6,91); }
H1.HeaderClassName
{
color: #3D065B;
}
.AnyTagClassName
{
color: #3D065B;
}
</style>
background-color css
<style>
a { background-color: #3D065B; }
a { background-color: rgb(61,6,91); }
div.DivClassName
{
background-color: #3D065B;
}
.BgClassName
{
background-color: #3D065B;
}
</style>
border-color css
<style>
span { border-color: #3D065B; }
span { border-color: rgb(61,6,91); }
td.TdClassName
{
border-color: #3D065B;
}
.TagClassName
{
border-color: #3D065B;
}
</style>