#321863

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

Shades of Christalle #321863

Tints of Christalle #321863

Color information

#321863 (or 0x321863) is unknown color: approx Christalle. HEX triplet: 32, 18 and 63. RGB value is (50,24,99). Sum of RGB (Red+Green+Blue) = 50+24+99=173 (22% of max value = 765). Red value is 50 (19.92% from 255 or 28.90% from 173); Green value is 24 (9.77% from 255 or 13.87% from 173); Blue value is 99 (39.06% from 255 or 57.23% from 173); Max value from RGB is 99 - color contains mainly: blue. Hex color #321863 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321863 is #CDE79C. Grayscale: #282828. Windows color (decimal): -13494173 or 6494258. OLE color: 6494258.

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

Color convert

RGB502499-
CMYK0.490.7600.61
HSL260.8º60.98%24.12%-
HSV(B)260.8º75.76%38.82%-
XYZ3.892.2312.03-
YUV40.32161.11134.9-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.90%
GREEN value IS 24 (9.77% from 255) = 13.87%
BLUE value IS 99 (39.06% from 255) = 57.23%
R=28.90%
G=13.87%
B=57.23%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5024990.490.7600.61260.860.9824.12
Hex321863314C03D1053d18
Octal6230143611140754057530
Binary1100101100011000111100011001100011110110000010111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321863; }

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

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

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

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

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

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

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

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