#321963

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

Shades of Christalle #321963

Tints of Christalle #321963

Color information

#321963 (or 0x321963) is unknown color: approx Christalle. HEX triplet: 32, 19 and 63. RGB value is (50,25,99). Sum of RGB (Red+Green+Blue) = 50+25+99=174 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.74% from 174); Green value is 25 (10.16% from 255 or 14.37% from 174); Blue value is 99 (39.06% from 255 or 56.90% from 174); Max value from RGB is 99 - color contains mainly: blue. Hex color #321963 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321963 is #CDE69C. Grayscale: #282828. Windows color (decimal): -13493917 or 6494514. OLE color: 6494514.

HSL color Cylindrical-coordinate representation of color #321963: hue angle of 260.27º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #321963 is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB502599-
CMYK0.490.7500.61
HSL260.27º59.68%24.31%-
HSV(B)260.27º74.75%38.82%-
XYZ3.922.2712.04-
YUV40.91160.78134.48-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.74%
GREEN value IS 25 (10.16% from 255) = 14.37%
BLUE value IS 99 (39.06% from 255) = 56.90%
R=28.74%
G=14.37%
B=56.90%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5025990.490.7500.61260.2759.6824.31
Hex321963314B03D1043c18
Octal6231143611130754047430
Binary1100101100111000111100011001011011110110000010011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321963; }

 p { color: rgb(50,25,99); }

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

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

 a { background-color: rgb(50,25,99); }

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

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

 span { border-color: rgb(50,25,99); }

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