Shades of Christalle #3C095F
Tints of Christalle #3C095F
RGB
CMYK
RGB Variations
Color information
#3C095F (or 0x3C095F) is known color: Christalle. HEX triplet: 3C, 09 and 5F. RGB value is (60,9,95). Sum of RGB (Red+Green+Blue) = 60+9+95=164 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.59% from 164); Green value is 9 (3.91% from 255 or 5.49% from 164); Blue value is 95 (37.5% from 255 or 57.93% from 164); Max value from RGB is 95 - color contains mainly: blue. Hex color #3C095F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C095F is #C3F6A0. Grayscale: #212121. Windows color (decimal): -12842657 or 6228284. OLE color: 6228284.
HSL color Cylindrical-coordinate representation of color #3C095F: hue angle of 275.58º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3C095F is Cyan = 0.37, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 60 | 9 | 95 | - |
| CMYK | 0.37 | 0.91 | 0 | 0.63 |
| HSL | 275.58º | 0.83% | 0.2% | - |
| HSV(B) | 275.58º | 0.91% | 0.37% | - |
| XYZ | 4.03 | 1.98 | 11 | - |
| YUV | 34.05 | 162.4 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 9 | 95 | 0.37 | 0.91 | 0 | 0.63 | 275.58 | 0.83 | 0.2 |
| Hex | 3C | 9 | 5F | 25 | 5B | 0 | 3F | 114 | 53 | 14 |
| Octal | 74 | 11 | 137 | 45 | 133 | 0 | 77 | 424 | 123 | 24 |
| Binary | 111100 | 1001 | 1011111 | 100101 | 1011011 | 0 | 111111 | 100010100 | 1010011 | 10100 |
Color Harmonies of #3C095F
Complementary color
Monochromatic Colors of #3C095F
Black with #3C095F
Text Example
Text Example
White with #3C095F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C095F; }
p { color: rgb(60,9,95); }
H1.HeaderClassName
{
color: #3C095F;
}
.AnyTagClassName
{
color: #3C095F;
}
</style>
background-color css
<style>
a { background-color: #3C095F; }
a { background-color: rgb(60,9,95); }
div.DivClassName
{
background-color: #3C095F;
}
.BgClassName
{
background-color: #3C095F;
}
</style>
border-color css
<style>
span { border-color: #3C095F; }
span { border-color: rgb(60,9,95); }
td.TdClassName
{
border-color: #3C095F;
}
.TagClassName
{
border-color: #3C095F;
}
</style>