#320959

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

Shades of Christalle #320959

Tints of Christalle #320959

Color information

#320959 (or 0x320959) is unknown color: approx Christalle. HEX triplet: 32, 09 and 59. RGB value is (50,9,89). Sum of RGB (Red+Green+Blue) = 50+9+89=148 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.78% from 148); Green value is 9 (3.91% from 255 or 6.08% from 148); Blue value is 89 (35.16% from 255 or 60.14% from 148); Max value from RGB is 89 - color contains mainly: blue. Hex color #320959 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320959 is #CDF6A6. Grayscale: #1E1E1E. Windows color (decimal): -13498023 or 5835058. OLE color: 5835058.

HSL color Cylindrical-coordinate representation of color #320959: hue angle of 270.75º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #320959 is Cyan = 0.44, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB50989-
CMYK0.440.9000.65
HSL270.75º81.63%19.22%-
HSV(B)270.75º89.89%34.9%-
XYZ3.221.599.59-
YUV30.38161.08142-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 33.78%
GREEN value IS 9 (3.91% from 255) = 6.08%
BLUE value IS 89 (35.16% from 255) = 60.14%
R=33.78%
G=6.08%
B=60.14%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal509890.440.9000.65270.7581.6319.22
Hex329592C5A04110f5213
Octal621113154132010141712223
Binary11001010011011001101100101101001000001100001111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320959; }

 p { color: rgb(50,9,89); }

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

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

 a { background-color: rgb(50,9,89); }

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

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

 span { border-color: rgb(50,9,89); }

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