#351553

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

Shades of Christalle #351553

Tints of Christalle #351553

Color information

#351553 (or 0x351553) is unknown color: approx Christalle. HEX triplet: 35, 15 and 53. RGB value is (53,21,83). Sum of RGB (Red+Green+Blue) = 53+21+83=157 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.76% from 157); Green value is 21 (8.59% from 255 or 13.38% from 157); Blue value is 83 (32.81% from 255 or 52.87% from 157); Max value from RGB is 83 - color contains mainly: blue. Hex color #351553 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351553 is #CAEAAC. Grayscale: #252525. Windows color (decimal): -13298349 or 5444917. OLE color: 5444917.

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

Color convert

RGB532183-
CMYK0.360.7500.67
HSL270.97º59.62%20.39%-
HSV(B)270.97º74.7%32.55%-
XYZ3.31.928.38-
YUV37.64153.6138.96-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.76%
GREEN value IS 21 (8.59% from 255) = 13.38%
BLUE value IS 83 (32.81% from 255) = 52.87%
R=33.76%
G=13.38%
B=52.87%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5321830.360.7500.67270.9759.6220.39
Hex351553244B04310f3c14
Octal65251234411301034177424
Binary11010110101101001110010010010110100001110000111111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351553; }

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

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

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

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

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

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

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

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