Shades of Christalle #3D256D
Tints of Christalle #3D256D
RGB
CMYK
RGB Variations
Color information
#3D256D (or 0x3D256D) is known color: Christalle. HEX triplet: 3D, 25 and 6D. RGB value is (61,37,109). Sum of RGB (Red+Green+Blue) = 61+37+109=207 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.47% from 207); Green value is 37 (14.84% from 255 or 17.87% from 207); Blue value is 109 (42.97% from 255 or 52.66% from 207); Max value from RGB is 109 - color contains mainly: blue. Hex color #3D256D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D256D is #C2DA92. Grayscale: #343434. Windows color (decimal): -12769939 or 7152957. OLE color: 7152957.
HSL color Cylindrical-coordinate representation of color #3D256D: hue angle of 260º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3D256D is Cyan = 0.44, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 61 | 37 | 109 | - |
| CMYK | 0.44 | 0.66 | 0 | 0.57 |
| HSL | 260º | 0.49% | 0.29% | - |
| HSV(B) | 260º | 0.66% | 0.43% | - |
| XYZ | 5.35 | 3.42 | 14.85 | - |
| YUV | 52.38 | 159.95 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 37 | 109 | 0.44 | 0.66 | 0 | 0.57 | 260 | 0.49 | 0.29 |
| Hex | 3D | 25 | 6D | 2C | 42 | 0 | 39 | 104 | 31 | 1D |
| Octal | 75 | 45 | 155 | 54 | 102 | 0 | 71 | 404 | 61 | 35 |
| Binary | 111101 | 100101 | 1101101 | 101100 | 1000010 | 0 | 111001 | 100000100 | 110001 | 11101 |
Color Harmonies of #3D256D
Complementary color
Monochromatic Colors of #3D256D
Black with #3D256D
Text Example
Text Example
White with #3D256D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D256D; }
p { color: rgb(61,37,109); }
H1.HeaderClassName
{
color: #3D256D;
}
.AnyTagClassName
{
color: #3D256D;
}
</style>
background-color css
<style>
a { background-color: #3D256D; }
a { background-color: rgb(61,37,109); }
div.DivClassName
{
background-color: #3D256D;
}
.BgClassName
{
background-color: #3D256D;
}
</style>
border-color css
<style>
span { border-color: #3D256D; }
span { border-color: rgb(61,37,109); }
td.TdClassName
{
border-color: #3D256D;
}
.TagClassName
{
border-color: #3D256D;
}
</style>