#320360

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

Shades of Christalle #320360

Tints of Christalle #320360

Color information

#320360 (or 0x320360) is unknown color: approx Christalle. HEX triplet: 32, 03 and 60. RGB value is (50,3,96). Sum of RGB (Red+Green+Blue) = 50+3+96=149 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.56% from 149); Green value is 3 (1.56% from 255 or 2.01% from 149); Blue value is 96 (37.89% from 255 or 64.43% from 149); Max value from RGB is 96 - color contains mainly: blue. Hex color #320360 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320360 is #CDFC9F. Grayscale: #1B1B1B. Windows color (decimal): -13499552 or 6292274. OLE color: 6292274.

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

Color convert

RGB50396-
CMYK0.480.9700.62
HSL270.32º93.94%19.41%-
HSV(B)270.32º96.88%37.65%-
XYZ3.461.5911.19-
YUV27.66166.57143.94-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 33.56%
GREEN value IS 3 (1.56% from 255) = 2.01%
BLUE value IS 96 (37.89% from 255) = 64.43%
R=33.56%
G=2.01%
B=64.43%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal503960.480.9700.62270.3293.9419.41
Hex32360306103E10e5e13
Octal6231406014107641613623
Binary11001011110000011000011000010111110100001110101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320360; }

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

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

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

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

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

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

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

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