Shades of Christalle #3D055B
Tints of Christalle #3D055B
RGB
CMYK
RGB Variations
Color information
#3D055B (or 0x3D055B) is known color: Christalle. HEX triplet: 3D, 05 and 5B. RGB value is (61,5,91). Sum of RGB (Red+Green+Blue) = 61+5+91=157 (20% of max value = 765). Red value is 61 (24.22% from 255 or 38.85% from 157); Green value is 5 (2.34% from 255 or 3.18% from 157); Blue value is 91 (35.94% from 255 or 57.96% from 157); Max value from RGB is 91 - color contains mainly: blue. Hex color #3D055B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D055B is #C2FAA4. Grayscale: #1F1F1F. Windows color (decimal): -12778149 or 5965117. OLE color: 5965117.
HSL color Cylindrical-coordinate representation of color #3D055B: hue angle of 279.07º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3D055B is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 61 | 5 | 91 | - |
| CMYK | 0.33 | 0.95 | 0 | 0.64 |
| HSL | 279.07º | 0.9% | 0.19% | - |
| HSV(B) | 279.07º | 0.95% | 0.36% | - |
| XYZ | 3.87 | 1.86 | 10.05 | - |
| YUV | 31.55 | 161.55 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 5 | 91 | 0.33 | 0.95 | 0 | 0.64 | 279.07 | 0.9 | 0.19 |
| Hex | 3D | 5 | 5B | 21 | 5F | 0 | 40 | 117 | 5A | 13 |
| Octal | 75 | 5 | 133 | 41 | 137 | 0 | 100 | 427 | 132 | 23 |
| Binary | 111101 | 101 | 1011011 | 100001 | 1011111 | 0 | 1000000 | 100010111 | 1011010 | 10011 |
Color Harmonies of #3D055B
Complementary color
Monochromatic Colors of #3D055B
Black with #3D055B
Text Example
Text Example
White with #3D055B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D055B; }
p { color: rgb(61,5,91); }
H1.HeaderClassName
{
color: #3D055B;
}
.AnyTagClassName
{
color: #3D055B;
}
</style>
background-color css
<style>
a { background-color: #3D055B; }
a { background-color: rgb(61,5,91); }
div.DivClassName
{
background-color: #3D055B;
}
.BgClassName
{
background-color: #3D055B;
}
</style>
border-color css
<style>
span { border-color: #3D055B; }
span { border-color: rgb(61,5,91); }
td.TdClassName
{
border-color: #3D055B;
}
.TagClassName
{
border-color: #3D055B;
}
</style>