#321A57

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

Shades of Christalle #321A57

Tints of Christalle #321A57

Color information

#321A57 (or 0x321A57) is unknown color: approx Christalle. HEX triplet: 32, 1A and 57. RGB value is (50,26,87). Sum of RGB (Red+Green+Blue) = 50+26+87=163 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.67% from 163); Green value is 26 (10.55% from 255 or 15.95% from 163); Blue value is 87 (34.38% from 255 or 53.37% from 163); Max value from RGB is 87 - color contains mainly: blue. Hex color #321A57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #321A57 is #CDE5A8. Grayscale: #272727. Windows color (decimal): -13493673 or 5708338. OLE color: 5708338.

HSL color Cylindrical-coordinate representation of color #321A57: hue angle of 263.61º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #321A57 is Cyan = 0.43, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB502687-
CMYK0.430.7000.66
HSL263.61º53.98%22.16%-
HSV(B)263.61º70.11%34.12%-
XYZ3.412.119.24-
YUV40.13154.45135.04-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 30.67%
GREEN value IS 26 (10.55% from 255) = 15.95%
BLUE value IS 87 (34.38% from 255) = 53.37%
R=30.67%
G=15.95%
B=53.37%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5026870.430.7000.66263.6153.9822.16
Hex321A572B460421083616
Octal62321275310601024106626
Binary11001011010101011110101110001100100001010000100011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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