#321C68

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

Shades of Christalle #321C68

Tints of Christalle #321C68

Color information

#321C68 (or 0x321C68) is unknown color: approx Christalle. HEX triplet: 32, 1C and 68. RGB value is (50,28,104). Sum of RGB (Red+Green+Blue) = 50+28+104=182 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.47% from 182); Green value is 28 (11.33% from 255 or 15.38% from 182); Blue value is 104 (41.02% from 255 or 57.14% from 182); Max value from RGB is 104 - color contains mainly: blue. Hex color #321C68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #321C68 is #CDE397. Grayscale: #2A2A2A. Windows color (decimal): -13493144 or 6822962. OLE color: 6822962.

HSL color Cylindrical-coordinate representation of color #321C68: hue angle of 257.37º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #321C68 is Cyan = 0.52, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5028104-
CMYK0.520.7300.59
HSL257.37º57.58%25.88%-
HSV(B)257.37º73.08%40.78%-
XYZ4.232.5113.36-
YUV43.24162.29132.82-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.47%
GREEN value IS 28 (11.33% from 255) = 15.38%
BLUE value IS 104 (41.02% from 255) = 57.14%
R=27.47%
G=15.38%
B=57.14%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal50281040.520.7300.59257.3757.5825.88
Hex321C68344903B1013a1a
Octal6234150641110734017232
Binary1100101110011010001101001001001011101110000000111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321C68; }

 p { color: rgb(50,28,104); }

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

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

 a { background-color: rgb(50,28,104); }

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

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

 span { border-color: rgb(50,28,104); }

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