#321C55

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

Shades of Christalle #321C55

Tints of Christalle #321C55

Color information

#321C55 (or 0x321C55) is unknown color: approx Christalle. HEX triplet: 32, 1C and 55. RGB value is (50,28,85). Sum of RGB (Red+Green+Blue) = 50+28+85=163 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.67% from 163); Green value is 28 (11.33% from 255 or 17.18% from 163); Blue value is 85 (33.59% from 255 or 52.15% from 163); Max value from RGB is 85 - color contains mainly: blue. Hex color #321C55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #321C55 is #CDE3AA. Grayscale: #282828. Windows color (decimal): -13493163 or 5577778. OLE color: 5577778.

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

Color convert

RGB502885-
CMYK0.410.6700.67
HSL263.16º50.44%22.16%-
HSV(B)263.16º67.06%33.33%-
XYZ3.372.168.83-
YUV41.08152.79134.37-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 30.67%
GREEN value IS 28 (11.33% from 255) = 17.18%
BLUE value IS 85 (33.59% from 255) = 52.15%
R=30.67%
G=17.18%
B=52.15%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5028850.410.6700.67263.1650.4422.16
Hex321C5529430431073216
Octal62341255110301034076226
Binary11001011100101010110100110000110100001110000011111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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