#321560

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

Shades of Christalle #321560

Tints of Christalle #321560

Color information

#321560 (or 0x321560) is unknown color: approx Christalle. HEX triplet: 32, 15 and 60. RGB value is (50,21,96). Sum of RGB (Red+Green+Blue) = 50+21+96=167 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.94% from 167); Green value is 21 (8.59% from 255 or 12.57% from 167); Blue value is 96 (37.89% from 255 or 57.49% from 167); Max value from RGB is 96 - color contains mainly: blue. Hex color #321560 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321560 is #CDEA9F. Grayscale: #252525. Windows color (decimal): -13494944 or 6296882. OLE color: 6296882.

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

Color convert

RGB502196-
CMYK0.480.7800.62
HSL263.2º64.1%22.94%-
HSV(B)263.2º78.12%37.65%-
XYZ3.692.0611.27-
YUV38.22160.61136.4-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.94%
GREEN value IS 21 (8.59% from 255) = 12.57%
BLUE value IS 96 (37.89% from 255) = 57.49%
R=29.94%
G=12.57%
B=57.49%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5021960.480.7800.62263.264.122.94
Hex321560304E03E1074017
Octal62251406011607640710027
Binary11001010101110000011000010011100111110100000111100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321560; }

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

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

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

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

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

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

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

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