#321855

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

Shades of Christalle #321855

Tints of Christalle #321855

Color information

#321855 (or 0x321855) is unknown color: approx Christalle. HEX triplet: 32, 18 and 55. RGB value is (50,24,85). Sum of RGB (Red+Green+Blue) = 50+24+85=159 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.45% from 159); Green value is 24 (9.77% from 255 or 15.09% from 159); Blue value is 85 (33.59% from 255 or 53.46% from 159); Max value from RGB is 85 - color contains mainly: blue. Hex color #321855 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321855 is #CDE7AA. Grayscale: #262626. Windows color (decimal): -13494187 or 5576754. OLE color: 5576754.

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

Color convert

RGB502485-
CMYK0.410.7200.67
HSL265.57º55.96%21.37%-
HSV(B)265.57º71.76%33.33%-
XYZ3.281.998.8-
YUV38.73154.11136.04-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 31.45%
GREEN value IS 24 (9.77% from 255) = 15.09%
BLUE value IS 85 (33.59% from 255) = 53.46%
R=31.45%
G=15.09%
B=53.46%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5024850.410.7200.67265.5755.9621.37
Hex321855294804310a3815
Octal62301255111001034127025
Binary11001011000101010110100110010000100001110000101011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321855; }

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

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

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

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

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

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

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

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