Shades of Christalle #3D0B5D
Tints of Christalle #3D0B5D
RGB
CMYK
RGB Variations
Color information
#3D0B5D (or 0x3D0B5D) is known color: Christalle. HEX triplet: 3D, 0B and 5D. RGB value is (61,11,93). Sum of RGB (Red+Green+Blue) = 61+11+93=165 (21% of max value = 765). Red value is 61 (24.22% from 255 or 36.97% from 165); Green value is 11 (4.69% from 255 or 6.67% from 165); Blue value is 93 (36.72% from 255 or 56.36% from 165); Max value from RGB is 93 - color contains mainly: blue. Hex color #3D0B5D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D0B5D is #C2F4A2. Grayscale: #232323. Windows color (decimal): -12776611 or 6097725. OLE color: 6097725.
HSL color Cylindrical-coordinate representation of color #3D0B5D: hue angle of 276.59º degrees, saturation: 0.79, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3D0B5D is Cyan = 0.34, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 61 | 11 | 93 | - |
| CMYK | 0.34 | 0.88 | 0 | 0.64 |
| HSL | 276.59º | 0.79% | 0.2% | - |
| HSV(B) | 276.59º | 0.88% | 0.36% | - |
| XYZ | 4.02 | 2.02 | 10.53 | - |
| YUV | 35.3 | 160.57 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 11 | 93 | 0.34 | 0.88 | 0 | 0.64 | 276.59 | 0.79 | 0.2 |
| Hex | 3D | B | 5D | 22 | 58 | 0 | 40 | 115 | 4F | 14 |
| Octal | 75 | 13 | 135 | 42 | 130 | 0 | 100 | 425 | 117 | 24 |
| Binary | 111101 | 1011 | 1011101 | 100010 | 1011000 | 0 | 1000000 | 100010101 | 1001111 | 10100 |
Color Harmonies of #3D0B5D
Complementary color
Monochromatic Colors of #3D0B5D
Black with #3D0B5D
Text Example
Text Example
White with #3D0B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0B5D; }
p { color: rgb(61,11,93); }
H1.HeaderClassName
{
color: #3D0B5D;
}
.AnyTagClassName
{
color: #3D0B5D;
}
</style>
background-color css
<style>
a { background-color: #3D0B5D; }
a { background-color: rgb(61,11,93); }
div.DivClassName
{
background-color: #3D0B5D;
}
.BgClassName
{
background-color: #3D0B5D;
}
</style>
border-color css
<style>
span { border-color: #3D0B5D; }
span { border-color: rgb(61,11,93); }
td.TdClassName
{
border-color: #3D0B5D;
}
.TagClassName
{
border-color: #3D0B5D;
}
</style>