Shades of Christalle #3D1358
Tints of Christalle #3D1358
RGB
CMYK
RGB Variations
Color information
#3D1358 (or 0x3D1358) is known color: Christalle. HEX triplet: 3D, 13 and 58. RGB value is (61,19,88). Sum of RGB (Red+Green+Blue) = 61+19+88=168 (22% of max value = 765). Red value is 61 (24.22% from 255 or 36.31% from 168); Green value is 19 (7.81% from 255 or 11.31% from 168); Blue value is 88 (34.77% from 255 or 52.38% from 168); Max value from RGB is 88 - color contains mainly: blue. Hex color #3D1358 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D1358 is #C2ECA7. Grayscale: #272727. Windows color (decimal): -12774568 or 5772093. OLE color: 5772093.
HSL color Cylindrical-coordinate representation of color #3D1358: hue angle of 276.52º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3D1358 is Cyan = 0.31, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 61 | 19 | 88 | - |
| CMYK | 0.31 | 0.78 | 0 | 0.65 |
| HSL | 276.52º | 0.64% | 0.21% | - |
| HSV(B) | 276.52º | 0.78% | 0.35% | - |
| XYZ | 3.92 | 2.16 | 9.44 | - |
| YUV | 39.42 | 155.41 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 19 | 88 | 0.31 | 0.78 | 0 | 0.65 | 276.52 | 0.64 | 0.21 |
| Hex | 3D | 13 | 58 | 1F | 4E | 0 | 41 | 115 | 40 | 15 |
| Octal | 75 | 23 | 130 | 37 | 116 | 0 | 101 | 425 | 100 | 25 |
| Binary | 111101 | 10011 | 1011000 | 11111 | 1001110 | 0 | 1000001 | 100010101 | 1000000 | 10101 |
Color Harmonies of #3D1358
Complementary color
Monochromatic Colors of #3D1358
Black with #3D1358
Text Example
Text Example
White with #3D1358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1358; }
p { color: rgb(61,19,88); }
H1.HeaderClassName
{
color: #3D1358;
}
.AnyTagClassName
{
color: #3D1358;
}
</style>
background-color css
<style>
a { background-color: #3D1358; }
a { background-color: rgb(61,19,88); }
div.DivClassName
{
background-color: #3D1358;
}
.BgClassName
{
background-color: #3D1358;
}
</style>
border-color css
<style>
span { border-color: #3D1358; }
span { border-color: rgb(61,19,88); }
td.TdClassName
{
border-color: #3D1358;
}
.TagClassName
{
border-color: #3D1358;
}
</style>