Shades of Christalle #35145B
Tints of Christalle #35145B
RGB
CMYK
RGB Variations
Color information
#35145B (or 0x35145B) is known color: Christalle. HEX triplet: 35, 14 and 5B. RGB value is (53,20,91). Sum of RGB (Red+Green+Blue) = 53+20+91=164 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.32% from 164); Green value is 20 (8.20% from 255 or 12.20% from 164); Blue value is 91 (35.94% from 255 or 55.49% from 164); Max value from RGB is 91 - color contains mainly: blue. Hex color #35145B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35145B is #CAEBA4. Grayscale: #252525. Windows color (decimal): -13298597 or 5968949. OLE color: 5968949.
HSL color Cylindrical-coordinate representation of color #35145B: hue angle of 267.89º 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 #35145B is Cyan = 0.42, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 53 | 20 | 91 | - |
| CMYK | 0.42 | 0.78 | 0 | 0.64 |
| HSL | 267.89º | 0.64% | 0.22% | - |
| HSV(B) | 267.89º | 0.78% | 0.36% | - |
| XYZ | 3.61 | 2.01 | 10.1 | - |
| YUV | 37.96 | 157.93 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 20 | 91 | 0.42 | 0.78 | 0 | 0.64 | 267.89 | 0.64 | 0.22 |
| Hex | 35 | 14 | 5B | 2A | 4E | 0 | 40 | 10C | 40 | 16 |
| Octal | 65 | 24 | 133 | 52 | 116 | 0 | 100 | 414 | 100 | 26 |
| Binary | 110101 | 10100 | 1011011 | 101010 | 1001110 | 0 | 1000000 | 100001100 | 1000000 | 10110 |
Color Harmonies of #35145B
Complementary color
Monochromatic Colors of #35145B
Black with #35145B
Text Example
Text Example
White with #35145B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35145B; }
p { color: rgb(53,20,91); }
H1.HeaderClassName
{
color: #35145B;
}
.AnyTagClassName
{
color: #35145B;
}
</style>
background-color css
<style>
a { background-color: #35145B; }
a { background-color: rgb(53,20,91); }
div.DivClassName
{
background-color: #35145B;
}
.BgClassName
{
background-color: #35145B;
}
</style>
border-color css
<style>
span { border-color: #35145B; }
span { border-color: rgb(53,20,91); }
td.TdClassName
{
border-color: #35145B;
}
.TagClassName
{
border-color: #35145B;
}
</style>