#321D57

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

Shades of Christalle #321D57

Tints of Christalle #321D57

Color information

#321D57 (or 0x321D57) is unknown color: approx Christalle. HEX triplet: 32, 1D and 57. RGB value is (50,29,87). Sum of RGB (Red+Green+Blue) = 50+29+87=166 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.12% from 166); Green value is 29 (11.72% from 255 or 17.47% from 166); Blue value is 87 (34.38% from 255 or 52.41% from 166); Max value from RGB is 87 - color contains mainly: blue. Hex color #321D57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #321D57 is #CDE2A8. Grayscale: #292929. Windows color (decimal): -13492905 or 5709106. OLE color: 5709106.

HSL color Cylindrical-coordinate representation of color #321D57: hue angle of 261.72º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #321D57 is Cyan = 0.43, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB502987-
CMYK0.430.6700.66
HSL261.72º50%22.75%-
HSV(B)261.72º66.67%34.12%-
XYZ3.482.249.27-
YUV41.89153.46133.78-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 30.12%
GREEN value IS 29 (11.72% from 255) = 17.47%
BLUE value IS 87 (34.38% from 255) = 52.41%
R=30.12%
G=17.47%
B=52.41%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5029870.430.6700.66261.725022.75
Hex321D572B430421063217
Octal62351275310301024066227
Binary11001011101101011110101110000110100001010000011011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,29,87); }

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

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

 a { background-color: rgb(50,29,87); }

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

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

 span { border-color: rgb(50,29,87); }

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