Shades of Christalle #3B1458
Tints of Christalle #3B1458
RGB
CMYK
RGB Variations
Color information
#3B1458 (or 0x3B1458) is known color: Christalle. HEX triplet: 3B, 14 and 58. RGB value is (59,20,88). Sum of RGB (Red+Green+Blue) = 59+20+88=167 (22% of max value = 765). Red value is 59 (23.44% from 255 or 35.33% from 167); Green value is 20 (8.20% from 255 or 11.98% from 167); Blue value is 88 (34.77% from 255 or 52.69% from 167); Max value from RGB is 88 - color contains mainly: blue. Hex color #3B1458 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B1458 is #C4EBA7. Grayscale: #272727. Windows color (decimal): -12905384 or 5772347. OLE color: 5772347.
HSL color Cylindrical-coordinate representation of color #3B1458: hue angle of 274.41º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3B1458 is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 59 | 20 | 88 | - |
| CMYK | 0.33 | 0.77 | 0 | 0.65 |
| HSL | 274.41º | 0.63% | 0.21% | - |
| HSV(B) | 274.41º | 0.77% | 0.35% | - |
| XYZ | 3.82 | 2.13 | 9.44 | - |
| YUV | 39.41 | 155.42 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 20 | 88 | 0.33 | 0.77 | 0 | 0.65 | 274.41 | 0.63 | 0.21 |
| Hex | 3B | 14 | 58 | 21 | 4D | 0 | 41 | 112 | 3F | 15 |
| Octal | 73 | 24 | 130 | 41 | 115 | 0 | 101 | 422 | 77 | 25 |
| Binary | 111011 | 10100 | 1011000 | 100001 | 1001101 | 0 | 1000001 | 100010010 | 111111 | 10101 |
Color Harmonies of #3B1458
Complementary color
Monochromatic Colors of #3B1458
Black with #3B1458
Text Example
Text Example
White with #3B1458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1458; }
p { color: rgb(59,20,88); }
H1.HeaderClassName
{
color: #3B1458;
}
.AnyTagClassName
{
color: #3B1458;
}
</style>
background-color css
<style>
a { background-color: #3B1458; }
a { background-color: rgb(59,20,88); }
div.DivClassName
{
background-color: #3B1458;
}
.BgClassName
{
background-color: #3B1458;
}
</style>
border-color css
<style>
span { border-color: #3B1458; }
span { border-color: rgb(59,20,88); }
td.TdClassName
{
border-color: #3B1458;
}
.TagClassName
{
border-color: #3B1458;
}
</style>