Shades of Christalle #3C015B
Tints of Christalle #3C015B
RGB
CMYK
RGB Variations
Color information
#3C015B (or 0x3C015B) is known color: Christalle. HEX triplet: 3C, 01 and 5B. RGB value is (60,1,91). Sum of RGB (Red+Green+Blue) = 60+1+91=152 (20% of max value = 765). Red value is 60 (23.83% from 255 or 39.47% from 152); Green value is 1 (0.78% from 255 or 0.66% from 152); Blue value is 91 (35.94% from 255 or 59.87% from 152); Max value from RGB is 91 - color contains mainly: blue. Hex color #3C015B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C015B is #C3FEA4. Grayscale: #1C1C1C. Windows color (decimal): -12844709 or 5964092. OLE color: 5964092.
HSL color Cylindrical-coordinate representation of color #3C015B: hue angle of 279.33º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3C015B is Cyan = 0.34, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 60 | 1 | 91 | - |
| CMYK | 0.34 | 0.99 | 0 | 0.64 |
| HSL | 279.33º | 0.98% | 0.18% | - |
| HSV(B) | 279.33º | 0.99% | 0.36% | - |
| XYZ | 3.76 | 1.74 | 10.03 | - |
| YUV | 28.9 | 163.05 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 1 | 91 | 0.34 | 0.99 | 0 | 0.64 | 279.33 | 0.98 | 0.18 |
| Hex | 3C | 1 | 5B | 22 | 63 | 0 | 40 | 117 | 62 | 12 |
| Octal | 74 | 1 | 133 | 42 | 143 | 0 | 100 | 427 | 142 | 22 |
| Binary | 111100 | 1 | 1011011 | 100010 | 1100011 | 0 | 1000000 | 100010111 | 1100010 | 10010 |
Color Harmonies of #3C015B
Complementary color
Monochromatic Colors of #3C015B
Black with #3C015B
Text Example
Text Example
White with #3C015B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C015B; }
p { color: rgb(60,1,91); }
H1.HeaderClassName
{
color: #3C015B;
}
.AnyTagClassName
{
color: #3C015B;
}
</style>
background-color css
<style>
a { background-color: #3C015B; }
a { background-color: rgb(60,1,91); }
div.DivClassName
{
background-color: #3C015B;
}
.BgClassName
{
background-color: #3C015B;
}
</style>
border-color css
<style>
span { border-color: #3C015B; }
span { border-color: rgb(60,1,91); }
td.TdClassName
{
border-color: #3C015B;
}
.TagClassName
{
border-color: #3C015B;
}
</style>