#321760

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

Shades of Christalle #321760

Tints of Christalle #321760

Color information

#321760 (or 0x321760) is unknown color: approx Christalle. HEX triplet: 32, 17 and 60. RGB value is (50,23,96). Sum of RGB (Red+Green+Blue) = 50+23+96=169 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.59% from 169); Green value is 23 (9.38% from 255 or 13.61% from 169); Blue value is 96 (37.89% from 255 or 56.80% from 169); Max value from RGB is 96 - color contains mainly: blue. Hex color #321760 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321760 is #CDE89F. Grayscale: #272727. Windows color (decimal): -13494432 or 6297394. OLE color: 6297394.

HSL color Cylindrical-coordinate representation of color #321760: hue angle of 262.19º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #321760 is Cyan = 0.48, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB502396-
CMYK0.480.7600.62
HSL262.19º61.34%23.33%-
HSV(B)262.19º76.04%37.65%-
XYZ3.732.1411.28-
YUV39.4159.95135.56-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.59%
GREEN value IS 23 (9.38% from 255) = 13.61%
BLUE value IS 96 (37.89% from 255) = 56.80%
R=29.59%
G=13.61%
B=56.80%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5023960.480.7600.62262.1961.3423.33
Hex321760304C03E1063d17
Octal6227140601140764067527
Binary1100101011111000001100001001100011111010000011011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321760; }

 p { color: rgb(50,23,96); }

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

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

 a { background-color: rgb(50,23,96); }

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

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

 span { border-color: rgb(50,23,96); }

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