Shades of Christalle #3D185B
Tints of Christalle #3D185B
RGB
CMYK
RGB Variations
Color information
#3D185B (or 0x3D185B) is known color: Christalle. HEX triplet: 3D, 18 and 5B. RGB value is (61,24,91). Sum of RGB (Red+Green+Blue) = 61+24+91=176 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.66% from 176); Green value is 24 (9.77% from 255 or 13.64% from 176); Blue value is 91 (35.94% from 255 or 51.70% from 176); Max value from RGB is 91 - color contains mainly: blue. Hex color #3D185B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D185B is #C2E7A4. Grayscale: #2A2A2A. Windows color (decimal): -12773285 or 5969981. OLE color: 5969981.
HSL color Cylindrical-coordinate representation of color #3D185B: hue angle of 273.13º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3D185B is Cyan = 0.33, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 61 | 24 | 91 | - |
| CMYK | 0.33 | 0.74 | 0 | 0.64 |
| HSL | 273.13º | 0.58% | 0.23% | - |
| HSV(B) | 273.13º | 0.74% | 0.36% | - |
| XYZ | 4.14 | 2.4 | 10.14 | - |
| YUV | 42.7 | 155.26 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 24 | 91 | 0.33 | 0.74 | 0 | 0.64 | 273.13 | 0.58 | 0.23 |
| Hex | 3D | 18 | 5B | 21 | 4A | 0 | 40 | 111 | 3A | 17 |
| Octal | 75 | 30 | 133 | 41 | 112 | 0 | 100 | 421 | 72 | 27 |
| Binary | 111101 | 11000 | 1011011 | 100001 | 1001010 | 0 | 1000000 | 100010001 | 111010 | 10111 |
Color Harmonies of #3D185B
Complementary color
Monochromatic Colors of #3D185B
Black with #3D185B
Text Example
Text Example
White with #3D185B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D185B; }
p { color: rgb(61,24,91); }
H1.HeaderClassName
{
color: #3D185B;
}
.AnyTagClassName
{
color: #3D185B;
}
</style>
background-color css
<style>
a { background-color: #3D185B; }
a { background-color: rgb(61,24,91); }
div.DivClassName
{
background-color: #3D185B;
}
.BgClassName
{
background-color: #3D185B;
}
</style>
border-color css
<style>
span { border-color: #3D185B; }
span { border-color: rgb(61,24,91); }
td.TdClassName
{
border-color: #3D185B;
}
.TagClassName
{
border-color: #3D185B;
}
</style>