#320359

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

Shades of Christalle #320359

Tints of Christalle #320359

Color information

#320359 (or 0x320359) is unknown color: approx Christalle. HEX triplet: 32, 03 and 59. RGB value is (50,3,89). Sum of RGB (Red+Green+Blue) = 50+3+89=142 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.21% from 142); Green value is 3 (1.56% from 255 or 2.11% from 142); Blue value is 89 (35.16% from 255 or 62.68% from 142); Max value from RGB is 89 - color contains mainly: blue. Hex color #320359 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320359 is #CDFCA6. Grayscale: #1A1A1A. Windows color (decimal): -13499559 or 5833522. OLE color: 5833522.

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

Color convert

RGB50389-
CMYK0.440.9700.65
HSL272.79º93.48%18.04%-
HSV(B)272.79º96.63%34.9%-
XYZ3.151.469.57-
YUV26.86163.07144.51-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 35.21%
GREEN value IS 3 (1.56% from 255) = 2.11%
BLUE value IS 89 (35.16% from 255) = 62.68%
R=35.21%
G=2.11%
B=62.68%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal503890.440.9700.65272.7993.4818.04
Hex323592C610411115d12
Octal62313154141010142113522
Binary110010111011001101100110000101000001100010001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320359; }

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

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

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

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

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

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

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

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