Shades of Christalle #3B145C
Tints of Christalle #3B145C
RGB
CMYK
RGB Variations
Color information
#3B145C (or 0x3B145C) is known color: Christalle. HEX triplet: 3B, 14 and 5C. RGB value is (59,20,92). Sum of RGB (Red+Green+Blue) = 59+20+92=171 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.50% from 171); Green value is 20 (8.20% from 255 or 11.70% from 171); Blue value is 92 (36.33% from 255 or 53.80% from 171); Max value from RGB is 92 - color contains mainly: blue. Hex color #3B145C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B145C is #C4EBA3. Grayscale: #272727. Windows color (decimal): -12905380 or 6034491. OLE color: 6034491.
HSL color Cylindrical-coordinate representation of color #3B145C: hue angle of 272.5º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3B145C is Cyan = 0.36, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 59 | 20 | 92 | - |
| CMYK | 0.36 | 0.78 | 0 | 0.64 |
| HSL | 272.5º | 0.64% | 0.22% | - |
| HSV(B) | 272.5º | 0.78% | 0.36% | - |
| XYZ | 3.99 | 2.2 | 10.34 | - |
| YUV | 39.87 | 157.42 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 20 | 92 | 0.36 | 0.78 | 0 | 0.64 | 272.5 | 0.64 | 0.22 |
| Hex | 3B | 14 | 5C | 24 | 4E | 0 | 40 | 110 | 40 | 16 |
| Octal | 73 | 24 | 134 | 44 | 116 | 0 | 100 | 420 | 100 | 26 |
| Binary | 111011 | 10100 | 1011100 | 100100 | 1001110 | 0 | 1000000 | 100010000 | 1000000 | 10110 |
Color Harmonies of #3B145C
Complementary color
Monochromatic Colors of #3B145C
Black with #3B145C
Text Example
Text Example
White with #3B145C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B145C; }
p { color: rgb(59,20,92); }
H1.HeaderClassName
{
color: #3B145C;
}
.AnyTagClassName
{
color: #3B145C;
}
</style>
background-color css
<style>
a { background-color: #3B145C; }
a { background-color: rgb(59,20,92); }
div.DivClassName
{
background-color: #3B145C;
}
.BgClassName
{
background-color: #3B145C;
}
</style>
border-color css
<style>
span { border-color: #3B145C; }
span { border-color: rgb(59,20,92); }
td.TdClassName
{
border-color: #3B145C;
}
.TagClassName
{
border-color: #3B145C;
}
</style>