Shades of Christalle #3C1B5A
Tints of Christalle #3C1B5A
RGB
CMYK
RGB Variations
Color information
#3C1B5A (or 0x3C1B5A) is known color: Christalle. HEX triplet: 3C, 1B and 5A. RGB value is (60,27,90). Sum of RGB (Red+Green+Blue) = 60+27+90=177 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.90% from 177); Green value is 27 (10.94% from 255 or 15.25% from 177); Blue value is 90 (35.55% from 255 or 50.85% from 177); Max value from RGB is 90 - color contains mainly: blue. Hex color #3C1B5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C1B5A is #C3E4A5. Grayscale: #2B2B2B. Windows color (decimal): -12838054 or 5905212. OLE color: 5905212.
HSL color Cylindrical-coordinate representation of color #3C1B5A: hue angle of 271.43º degrees, saturation: 0.54, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3C1B5A is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 60 | 27 | 90 | - |
| CMYK | 0.33 | 0.70 | 0 | 0.65 |
| HSL | 271.43º | 0.54% | 0.23% | - |
| HSV(B) | 271.43º | 0.7% | 0.35% | - |
| XYZ | 4.1 | 2.48 | 9.94 | - |
| YUV | 44.05 | 153.93 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 27 | 90 | 0.33 | 0.70 | 0 | 0.65 | 271.43 | 0.54 | 0.23 |
| Hex | 3C | 1B | 5A | 21 | 46 | 0 | 41 | 10F | 36 | 17 |
| Octal | 74 | 33 | 132 | 41 | 106 | 0 | 101 | 417 | 66 | 27 |
| Binary | 111100 | 11011 | 1011010 | 100001 | 1000110 | 0 | 1000001 | 100001111 | 110110 | 10111 |
Color Harmonies of #3C1B5A
Complementary color
Monochromatic Colors of #3C1B5A
Black with #3C1B5A
Text Example
Text Example
White with #3C1B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1B5A; }
p { color: rgb(60,27,90); }
H1.HeaderClassName
{
color: #3C1B5A;
}
.AnyTagClassName
{
color: #3C1B5A;
}
</style>
background-color css
<style>
a { background-color: #3C1B5A; }
a { background-color: rgb(60,27,90); }
div.DivClassName
{
background-color: #3C1B5A;
}
.BgClassName
{
background-color: #3C1B5A;
}
</style>
border-color css
<style>
span { border-color: #3C1B5A; }
span { border-color: rgb(60,27,90); }
td.TdClassName
{
border-color: #3C1B5A;
}
.TagClassName
{
border-color: #3C1B5A;
}
</style>