Shades of Christalle #35085C
Tints of Christalle #35085C
RGB
CMYK
RGB Variations
Color information
#35085C (or 0x35085C) is known color: Christalle. HEX triplet: 35, 08 and 5C. RGB value is (53,8,92). Sum of RGB (Red+Green+Blue) = 53+8+92=153 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.64% from 153); Green value is 8 (3.52% from 255 or 5.23% from 153); Blue value is 92 (36.33% from 255 or 60.13% from 153); Max value from RGB is 92 - color contains mainly: blue. Hex color #35085C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35085C is #CAF7A3. Grayscale: #1E1E1E. Windows color (decimal): -13301668 or 6031413. OLE color: 6031413.
HSL color Cylindrical-coordinate representation of color #35085C: hue angle of 272.14º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #35085C is Cyan = 0.42, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 53 | 8 | 92 | - |
| CMYK | 0.42 | 0.91 | 0 | 0.64 |
| HSL | 272.14º | 0.84% | 0.2% | - |
| HSV(B) | 272.14º | 0.91% | 0.36% | - |
| XYZ | 3.49 | 1.7 | 10.27 | - |
| YUV | 31.03 | 162.41 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 8 | 92 | 0.42 | 0.91 | 0 | 0.64 | 272.14 | 0.84 | 0.2 |
| Hex | 35 | 8 | 5C | 2A | 5B | 0 | 40 | 110 | 54 | 14 |
| Octal | 65 | 10 | 134 | 52 | 133 | 0 | 100 | 420 | 124 | 24 |
| Binary | 110101 | 1000 | 1011100 | 101010 | 1011011 | 0 | 1000000 | 100010000 | 1010100 | 10100 |
Color Harmonies of #35085C
Complementary color
Monochromatic Colors of #35085C
Black with #35085C
Text Example
Text Example
White with #35085C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35085C; }
p { color: rgb(53,8,92); }
H1.HeaderClassName
{
color: #35085C;
}
.AnyTagClassName
{
color: #35085C;
}
</style>
background-color css
<style>
a { background-color: #35085C; }
a { background-color: rgb(53,8,92); }
div.DivClassName
{
background-color: #35085C;
}
.BgClassName
{
background-color: #35085C;
}
</style>
border-color css
<style>
span { border-color: #35085C; }
span { border-color: rgb(53,8,92); }
td.TdClassName
{
border-color: #35085C;
}
.TagClassName
{
border-color: #35085C;
}
</style>