Shades of Christalle #35085A
Tints of Christalle #35085A
RGB
CMYK
RGB Variations
Color information
#35085A (or 0x35085A) is known color: Christalle. HEX triplet: 35, 08 and 5A. RGB value is (53,8,90). Sum of RGB (Red+Green+Blue) = 53+8+90=151 (20% of max value = 765). Red value is 53 (21.09% from 255 or 35.10% from 151); Green value is 8 (3.52% from 255 or 5.30% from 151); Blue value is 90 (35.55% from 255 or 59.60% from 151); Max value from RGB is 90 - color contains mainly: blue. Hex color #35085A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35085A is #CAF7A5. Grayscale: #1E1E1E. Windows color (decimal): -13301670 or 5900341. OLE color: 5900341.
HSL color Cylindrical-coordinate representation of color #35085A: hue angle of 272.93º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #35085A is Cyan = 0.41, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 53 | 8 | 90 | - |
| CMYK | 0.41 | 0.91 | 0 | 0.65 |
| HSL | 272.93º | 0.84% | 0.19% | - |
| HSV(B) | 272.93º | 0.91% | 0.35% | - |
| XYZ | 3.4 | 1.67 | 9.82 | - |
| YUV | 30.8 | 161.41 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 8 | 90 | 0.41 | 0.91 | 0 | 0.65 | 272.93 | 0.84 | 0.19 |
| Hex | 35 | 8 | 5A | 29 | 5B | 0 | 41 | 111 | 54 | 13 |
| Octal | 65 | 10 | 132 | 51 | 133 | 0 | 101 | 421 | 124 | 23 |
| Binary | 110101 | 1000 | 1011010 | 101001 | 1011011 | 0 | 1000001 | 100010001 | 1010100 | 10011 |
Color Harmonies of #35085A
Complementary color
Monochromatic Colors of #35085A
Black with #35085A
Text Example
Text Example
White with #35085A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35085A; }
p { color: rgb(53,8,90); }
H1.HeaderClassName
{
color: #35085A;
}
.AnyTagClassName
{
color: #35085A;
}
</style>
background-color css
<style>
a { background-color: #35085A; }
a { background-color: rgb(53,8,90); }
div.DivClassName
{
background-color: #35085A;
}
.BgClassName
{
background-color: #35085A;
}
</style>
border-color css
<style>
span { border-color: #35085A; }
span { border-color: rgb(53,8,90); }
td.TdClassName
{
border-color: #35085A;
}
.TagClassName
{
border-color: #35085A;
}
</style>