#320459

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

Shades of Christalle #320459

Tints of Christalle #320459

Color information

#320459 (or 0x320459) is unknown color: approx Christalle. HEX triplet: 32, 04 and 59. RGB value is (50,4,89). Sum of RGB (Red+Green+Blue) = 50+4+89=143 (18% of max value = 765). Red value is 50 (19.92% from 255 or 34.97% from 143); Green value is 4 (1.95% from 255 or 2.80% from 143); Blue value is 89 (35.16% from 255 or 62.24% from 143); Max value from RGB is 89 - color contains mainly: blue. Hex color #320459 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320459 is #CDFBA6. Grayscale: #1B1B1B. Windows color (decimal): -13499303 or 5833778. OLE color: 5833778.

HSL color Cylindrical-coordinate representation of color #320459: hue angle of 272.47º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #320459 is Cyan = 0.44, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB50489-
CMYK0.440.9600.65
HSL272.47º91.4%18.24%-
HSV(B)272.47º95.51%34.9%-
XYZ3.161.499.57-
YUV27.44162.74144.09-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 34.97%
GREEN value IS 4 (1.95% from 255) = 2.80%
BLUE value IS 89 (35.16% from 255) = 62.24%
R=34.97%
G=2.80%
B=62.24%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal504890.440.9600.65272.4791.418.24
Hex324592C600411105b12
Octal62413154140010142013322
Binary1100101001011001101100110000001000001100010000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320459; }

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

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

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

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

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

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

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

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