#321056

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

Shades of Christalle #321056

Tints of Christalle #321056

Color information

#321056 (or 0x321056) is unknown color: approx Christalle. HEX triplet: 32, 10 and 56. RGB value is (50,16,86). Sum of RGB (Red+Green+Blue) = 50+16+86=152 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.89% from 152); Green value is 16 (6.64% from 255 or 10.53% from 152); Blue value is 86 (33.98% from 255 or 56.58% from 152); Max value from RGB is 86 - color contains mainly: blue. Hex color #321056 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321056 is #CDEFA9. Grayscale: #212121. Windows color (decimal): -13496234 or 5640242. OLE color: 5640242.

HSL color Cylindrical-coordinate representation of color #321056: hue angle of 269.14º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #321056 is Cyan = 0.42, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB501686-
CMYK0.420.8100.66
HSL269.14º68.63%20%-
HSV(B)269.14º81.4%33.73%-
XYZ3.181.728.97-
YUV34.15157.26139.31-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 32.89%
GREEN value IS 16 (6.64% from 255) = 10.53%
BLUE value IS 86 (33.98% from 255) = 56.58%
R=32.89%
G=10.53%
B=56.58%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5016860.420.8100.66269.1468.6320
Hex3210562A5104210d4514
Octal622012652121010241510524
Binary110010100001010110101010101000101000010100001101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321056; }

 p { color: rgb(50,16,86); }

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

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

 a { background-color: rgb(50,16,86); }

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

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

 span { border-color: rgb(50,16,86); }

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