#321E5D

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

Shades of Christalle #321E5D

Tints of Christalle #321E5D

Color information

#321E5D (or 0x321E5D) is unknown color: approx Christalle. HEX triplet: 32, 1E and 5D. RGB value is (50,30,93). Sum of RGB (Red+Green+Blue) = 50+30+93=173 (22% of max value = 765). Red value is 50 (19.92% from 255 or 28.90% from 173); Green value is 30 (12.11% from 255 or 17.34% from 173); Blue value is 93 (36.72% from 255 or 53.76% from 173); Max value from RGB is 93 - color contains mainly: blue. Hex color #321E5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #321E5D is #CDE1A2. Grayscale: #2A2A2A. Windows color (decimal): -13492643 or 6102578. OLE color: 6102578.

HSL color Cylindrical-coordinate representation of color #321E5D: hue angle of 259.05º degrees, saturation: 0.51, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #321E5D is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB503093-
CMYK0.460.6800.64
HSL259.05º51.22%24.12%-
HSV(B)259.05º67.74%36.47%-
XYZ3.762.410.62-
YUV43.16156.13132.88-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.90%
GREEN value IS 30 (12.11% from 255) = 17.34%
BLUE value IS 93 (36.72% from 255) = 53.76%
R=28.90%
G=17.34%
B=53.76%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5030930.460.6800.64259.0551.2224.12
Hex321E5D2E440401033318
Octal62361355610401004036330
Binary11001011110101110110111010001000100000010000001111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321E5D; }

 p { color: rgb(50,30,93); }

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

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

 a { background-color: rgb(50,30,93); }

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

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

 span { border-color: rgb(50,30,93); }

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