#321755

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

Shades of Christalle #321755

Tints of Christalle #321755

Color information

#321755 (or 0x321755) is unknown color: approx Christalle. HEX triplet: 32, 17 and 55. RGB value is (50,23,85). Sum of RGB (Red+Green+Blue) = 50+23+85=158 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.65% from 158); Green value is 23 (9.38% from 255 or 14.56% from 158); Blue value is 85 (33.59% from 255 or 53.80% from 158); Max value from RGB is 85 - color contains mainly: blue. Hex color #321755 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321755 is #CDE8AA. Grayscale: #252525. Windows color (decimal): -13494443 or 5576498. OLE color: 5576498.

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

Color convert

RGB502385-
CMYK0.410.7300.67
HSL266.13º57.41%21.18%-
HSV(B)266.13º72.94%33.33%-
XYZ3.261.958.8-
YUV38.14154.45136.46-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 31.65%
GREEN value IS 23 (9.38% from 255) = 14.56%
BLUE value IS 85 (33.59% from 255) = 53.80%
R=31.65%
G=14.56%
B=53.80%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5023850.410.7300.67266.1357.4121.18
Hex321755294904310a3915
Octal62271255111101034127125
Binary11001010111101010110100110010010100001110000101011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321755; }

 p { color: rgb(50,23,85); }

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

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

 a { background-color: rgb(50,23,85); }

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

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

 span { border-color: rgb(50,23,85); }

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