#332059

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

Shades of Christalle #332059

Tints of Christalle #332059

Color information

#332059 (or 0x332059) is unknown color: approx Christalle. HEX triplet: 33, 20 and 59. RGB value is (51,32,89). Sum of RGB (Red+Green+Blue) = 51+32+89=172 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.65% from 172); Green value is 32 (12.89% from 255 or 18.60% from 172); Blue value is 89 (35.16% from 255 or 51.74% from 172); Max value from RGB is 89 - color contains mainly: blue. Hex color #332059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332059 is #CCDFA6. Grayscale: #2B2B2B. Windows color (decimal): -13426599 or 5840947. OLE color: 5840947.

HSL color Cylindrical-coordinate representation of color #332059: hue angle of 260º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #332059 is Cyan = 0.43, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB513289-
CMYK0.430.6400.65
HSL260º47.11%23.73%-
HSV(B)260º64.04%34.9%-
XYZ3.682.469.73-
YUV44.18153.29132.87-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 29.65%
GREEN value IS 32 (12.89% from 255) = 18.60%
BLUE value IS 89 (35.16% from 255) = 51.74%
R=29.65%
G=18.60%
B=51.74%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5132890.430.6400.6526047.1123.73
Hex3320592B400411042f18
Octal63401315310001014045730
Binary110011100000101100110101110000000100000110000010010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332059; }

 p { color: rgb(51,32,89); }

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

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

 a { background-color: rgb(51,32,89); }

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

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

 span { border-color: rgb(51,32,89); }

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