#321D64

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

Shades of Christalle #321D64

Tints of Christalle #321D64

Color information

#321D64 (or 0x321D64) is unknown color: approx Christalle. HEX triplet: 32, 1D and 64. RGB value is (50,29,100). Sum of RGB (Red+Green+Blue) = 50+29+100=179 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.93% from 179); Green value is 29 (11.72% from 255 or 16.20% from 179); Blue value is 100 (39.45% from 255 or 55.87% from 179); Max value from RGB is 100 - color contains mainly: blue. Hex color #321D64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #321D64 is #CDE29B. Grayscale: #2B2B2B. Windows color (decimal): -13492892 or 6561074. OLE color: 6561074.

HSL color Cylindrical-coordinate representation of color #321D64: hue angle of 257.75º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #321D64 is Cyan = 0.50, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB5029100-
CMYK0.500.7100.61
HSL257.75º55.04%25.29%-
HSV(B)257.75º71%39.22%-
XYZ4.062.4812.32-
YUV43.37159.96132.73-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.93%
GREEN value IS 29 (11.72% from 255) = 16.20%
BLUE value IS 100 (39.45% from 255) = 55.87%
R=27.93%
G=16.20%
B=55.87%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal50291000.500.7100.61257.7555.0425.29
Hex321D64324703D1023719
Octal6235144621070754026731
Binary1100101110111001001100101000111011110110000001011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,29,100); }

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

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

 a { background-color: rgb(50,29,100); }

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

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

 span { border-color: rgb(50,29,100); }

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