Shades of Christalle #35045D
Tints of Christalle #35045D
RGB
CMYK
RGB Variations
Color information
#35045D (or 0x35045D) is known color: Christalle. HEX triplet: 35, 04 and 5D. RGB value is (53,4,93). Sum of RGB (Red+Green+Blue) = 53+4+93=150 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.33% from 150); Green value is 4 (1.95% from 255 or 2.67% from 150); Blue value is 93 (36.72% from 255 or 62% from 150); Max value from RGB is 93 - color contains mainly: blue. Hex color #35045D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35045D is #CAFBA2. Grayscale: #1C1C1C. Windows color (decimal): -13302691 or 6095925. OLE color: 6095925.
HSL color Cylindrical-coordinate representation of color #35045D: hue angle of 273.03º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #35045D is Cyan = 0.43, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 53 | 4 | 93 | - |
| CMYK | 0.43 | 0.96 | 0 | 0.64 |
| HSL | 273.03º | 0.92% | 0.19% | - |
| HSV(B) | 273.03º | 0.96% | 0.36% | - |
| XYZ | 3.49 | 1.63 | 10.49 | - |
| YUV | 28.8 | 164.23 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 4 | 93 | 0.43 | 0.96 | 0 | 0.64 | 273.03 | 0.92 | 0.19 |
| Hex | 35 | 4 | 5D | 2B | 60 | 0 | 40 | 111 | 5C | 13 |
| Octal | 65 | 4 | 135 | 53 | 140 | 0 | 100 | 421 | 134 | 23 |
| Binary | 110101 | 100 | 1011101 | 101011 | 1100000 | 0 | 1000000 | 100010001 | 1011100 | 10011 |
Color Harmonies of #35045D
Complementary color
Monochromatic Colors of #35045D
Black with #35045D
Text Example
Text Example
White with #35045D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35045D; }
p { color: rgb(53,4,93); }
H1.HeaderClassName
{
color: #35045D;
}
.AnyTagClassName
{
color: #35045D;
}
</style>
background-color css
<style>
a { background-color: #35045D; }
a { background-color: rgb(53,4,93); }
div.DivClassName
{
background-color: #35045D;
}
.BgClassName
{
background-color: #35045D;
}
</style>
border-color css
<style>
span { border-color: #35045D; }
span { border-color: rgb(53,4,93); }
td.TdClassName
{
border-color: #35045D;
}
.TagClassName
{
border-color: #35045D;
}
</style>