#320A59

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

Shades of Christalle #320A59

Tints of Christalle #320A59

Color information

#320A59 (or 0x320A59) is unknown color: approx Christalle. HEX triplet: 32, 0A and 59. RGB value is (50,10,89). Sum of RGB (Red+Green+Blue) = 50+10+89=149 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.56% from 149); Green value is 10 (4.30% from 255 or 6.71% from 149); Blue value is 89 (35.16% from 255 or 59.73% from 149); Max value from RGB is 89 - color contains mainly: blue. Hex color #320A59 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320A59 is #CDF5A6. Grayscale: #1E1E1E. Windows color (decimal): -13497767 or 5835314. OLE color: 5835314.

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

Color convert

RGB501089-
CMYK0.440.8900.65
HSL270.38º79.8%19.41%-
HSV(B)270.38º88.76%34.9%-
XYZ3.231.629.59-
YUV30.97160.75141.58-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 33.56%
GREEN value IS 10 (4.30% from 255) = 6.71%
BLUE value IS 89 (35.16% from 255) = 59.73%
R=33.56%
G=6.71%
B=59.73%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5010890.440.8900.65270.3879.819.41
Hex32A592C5904110e5013
Octal621213154131010141612023
Binary11001010101011001101100101100101000001100001110101000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320A59; }

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

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

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

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

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

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

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

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