#351555

Color #351555 Christalle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christalle #351555

Tints of Christalle #351555

Color information

#351555 (or 0x351555) is unknown color: approx Christalle. HEX triplet: 35, 15 and 55. RGB value is (53,21,85). Sum of RGB (Red+Green+Blue) = 53+21+85=159 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.33% from 159); Green value is 21 (8.59% from 255 or 13.21% from 159); Blue value is 85 (33.59% from 255 or 53.46% from 159); Max value from RGB is 85 - color contains mainly: blue. Hex color #351555 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351555 is #CAEAAA. Grayscale: #252525. Windows color (decimal): -13298347 or 5575989. OLE color: 5575989.

HSL color Cylindrical-coordinate representation of color #351555: hue angle of 270º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #351555 is Cyan = 0.38, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB532185-
CMYK0.380.7500.67
HSL270º60.38%20.78%-
HSV(B)270º75.29%33.33%-
XYZ3.381.958.79-
YUV37.86154.6138.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 53 (21.09% from 255) = 33.33%
GREEN value IS 21 (8.59% from 255) = 13.21%
BLUE value IS 85 (33.59% from 255) = 53.46%
R=33.33%
G=13.21%
B=53.46%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5321850.380.7500.6727060.3820.78
Hex351555264B04310e3c15
Octal65251254611301034167425
Binary11010110101101010110011010010110100001110000111011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351555; }

 p { color: rgb(53,21,85); }

 H1.HeaderClassName
 {
   color: #351555;
 }
 .AnyTagClassName
 {
   color: #351555;
 }
</style>
background-color css

<style>
 a { background-color: #351555; }

 a { background-color: rgb(53,21,85); }

 div.DivClassName
 {
   background-color: #351555;
 }
 .BgClassName
 {
   background-color: #351555;
 }
</style>
border-color css

<style>
 span { border-color: #351555; }

 span { border-color: rgb(53,21,85); }

 td.TdClassName
 {
   border-color: #351555;
 }
 .TagClassName
 {
   border-color: #351555;
 }
</style>